Full Screen Processing Statements
(Redirected from Full screen processing statement)
- INPUT FIELDS (IN F)
Allows format-controlled data entry from the keyboard; redisplays the data as each field is exited.
- INPUT SELECT (IN S)
Sets up a menu selection screen and accepts selection input.
- PRINT FIELDS (PR F)
Displays data on the screen under format control.
- RINPUT FIELDS (RI F)
Combines PRINT FIELDS and INPUT FIELDS.
- RINPUT SELECT (RI S)
Sets up a menu selection screen, displays the menu items to be selected, and accepts selection input.