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 LINE MODE is recommended to run interactive applications. The RUN command should be used as follows (in both GUI and TUI mode):

  1. When starting an interactive program, either use RUN ... IN LINE MODE or, if the default mode is LINE MODE, use the RUN instruction without any option.
  2. When starting a batch program that does not display any message, you should use RUN ... IN FORM MODE.

For more details about the RUN options, see the RUN instruction.