Overview | Symbol List | Example
&ERRMOD
If errors occur during batch processing, the &ERRMOD GPA sets the system to either terminate or continue program execution.
NOTE: The &ERRMOD GPA is ignored during interactive
executions.
Read/Write - Number - [1,2]
1 = &TERM
2 = &CONTIN
Parameter |
Description |
&TERM |
GPA which indicates that the program will terminate if errors occur. |
&CONTIN |
GPA which indicates that the program will continue to execute if errors occur. |