HLASM Toolkit Feature Interactive Debug Facility User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


SET PSW

HLASM Toolkit Feature Interactive Debug Facility User's Guide
GC26-8709-07

Sets the current PSW.
Read syntax diagramSkip visual syntax diagram
>>-SET--PSW--hex-----------------------------------------------><

hex
The new PSW value, expressed as 1 to 16 hexadecimal digits.

Normally the SET PSW command does not let you set the PSW to an invalid PSW. If the INVPSW option is ON, then the PSW may be set to any combination of sixteen hexadecimal digits. This is useful in writing a macro that gets control at a breakpoint in an error recovery routine and you want the PSW to show the original PSW in error.

Normally it does not let you set the address part of the PSW to an address that is outside the programs limits. If the TRACEALL option is on, the address part of the PSW may be set to any even address from zero to VMSIZE. If the RISK option is on, the address part of the PSW may be set to any even address you want.

Examples

SET PSW FFE0000000020000

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014