Usage of RUN IN FORM MODE
RUN ... IN LINE MODE is recommended to run interactive applications.
Before version 2.00, RUN ... IN FORM MODE was recommended to run interactive
applications.
Starting with version 2.00, RUN ... IN FORM MODE is recommended to run
interactive applications. The RUN command is used as follows (in both GUI and
TUI mode):
- When starting an interactive program, either use
RUN ... IN FORM MODEor, if the default mode is LINE MODE, use theRUNinstruction without any option. - When starting a batch program that does not display any message, it is recommended that you use
RUN ... IN FORM MODE.
For more details about the RUN options, see the RUN instruction.