RUNTO command

The RUNTO command runs your program to a valid executable statement without setting a breakpoint. You can indicate at which statement to stop by specifying the statement id or by positioning the cursor on a statement.

Read syntax diagramSkip visual syntax diagram
>>-RUNTO--+--------------+--;----------------------------------><
          '-statement_id-'      

statement_id
A valid statement identifier. If you are debugging a disassembled program, specify the statement identifier as an offset in hexadecimal form (X'offset').

Usage notes

Examples

Refer to the following topics for more information related to the material discussed in this topic.