Generate code to receive screen SCRA when the program is screen-invoked. Specify that the program can receive a screen that contains invalid data. Omit the error paragraph.
NTRY SCRA * NORETRY
Receive multiple screens and include an error routine. Note that when you use SCRNLIST, you do not specify any screens in the NTRY statement.
SYM1 SCRNLIST C1ORDR C2ORDR C3ORDR NTRY * PROCESS-ERRORS
Comments:
Code an NTRY, PROC, or OPT statement for each program.