program continue command

Syntax

program continue

Resume processing after a program pause.

Note

As with all program commands, use of the command word program is optional; program continue and continue are both valid.

This command allows the user to resume reading a data file after a program pause has been used in the data file to interrupt processing. After the program pause, the input focus is put at the command prompt; program continue will resume reading the data file on the next line. The program return command can also be used to resume processing after a program pause.