RUNTO prefix command (full-screen mode)
Runs to the statement when you issue this command through the Source window prefix area.
Usage notes
- For
RUNTO
prefix , no space is needed as a delimiter between the keyword and the integer;RUNTO 67
is equivalent toRUNTO67
. - For optimized COBOL programs, if there are multiple statements
on a line, the
RUNTO
prefix runs to the first executable statement which was not discarded by the optimizer.
Example
Run to the statement 67, where statement 67 is located in the
Source window.
- Type
RUNTO
in the prefix area of statement 67, then press Enter.