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


UNTIL

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

Executes the target program up to, but not including, an address.
Read syntax diagramSkip visual syntax diagram
>>-UNTil--+---------+------------------------------------------><
          '-address-'   

address
The address at which IDF should stop. Supply the address as part of the command, or by the cursor position.

No exit routine processing is performed during, or at the completion of, the UNTIL command. As with MRUN or MSTEP, if the UNTIL command is issued within a macro, you must use EXTRACT EVENT to determine what type of event completed the command.

z/VM
If you issue UNTIL from within an IDF macro, you should make sure that it is issued through the LPSW Fastpath addressing environment. This is the default environment established when the IDF macro is entered. Using this interface eliminates any SVC linkages between REXX and IDF, so that IDF can provide optimum flexibility in what the target program can itself execute under UNTIL. See the usage notes under MRUN for further details.

Return codes

0
Operation successful
1
No address specified
5
Syntax or other error in expression
6
Command issued before IDF initialization is complete

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014