The NEXT line can be used to enter control statements for menu guidance or a command/statement in accordance with the EXPERT form of unguided dialog. The logicalline-end character (
key) is illegal here. The key may be used to delete character strings following the desired input.The following list contains all possible entries. Which entries are actually permitted depends on the screen contents displayed; a selection of the most important permissible entries is shown below the NEXT line.
| pages backward and forward in the menu (or form). |
*EXECUTE | executes the current operation (command or statement). |
*CONTINUE | outputs a sub-form if the current form contains at least one |
*TEST | checks inputs for syntax errors. |
*CANCEL | cancels the current menu (or operand form) and switches to the |
*EXIT | terminates the current menu (or operand form) and switches to the |
*EXIT-ALL | cancels the current menu (or operand form) and, in guided dialog, |
*REFRESH | restores the last screen displayed with the original values. |
*DOM-MENU | switches to the application domain menu. If *DOM-MENU is entered |
<number> | if entered in an application domain menu: displays the command |
(<domain>) | displays the command menu of the application domain <domain>. |
<command>? | executes the current operation and then displays the operand form |
<command> | executes the current operation and then the command <command> |
!<command> | executes the current operation and then defines task-specific |
<statement>? | executes the current operation and then displays the operand form |
<statement> | executes the current operation and then the statement <statement> |
!<statement> | executes the current operation and then defines task-specific |
? | switches to the next-higher guidance level for the purpose of the current |
*DOWN(<operand>) | displays the subform for the specified operand value <operand> if it |
*UP | switches from the subform back to the higher-ranking operand form. |