RUNTO prefix command (full-screen mode)
Runs to the statement when you issue this command through the Source window prefix area.
Usage notes
- For
RUNTOprefix , no space is needed as a delimiter between the keyword and the integer;RUNTO 67is equivalent toRUNTO67. - For optimized COBOL programs, if there are multiple statements
on a line, the
RUNTOprefix 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
RUNTOin the prefix area of statement 67, then press Enter.