Full Screen Processing Statements: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
 
No edit summary
Line 1: Line 1:
#REDIRECT[[:Category:Full Screen Processing Statements]]
;[[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.
 
;[[CurFld]]

Revision as of 22:09, 6 February 2013

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.

CurFld