These settings determine what DB2 should
do if it encounters any errors while attempting
to run a utility on an object list.
Warning :
Warning - Specifies that a final job step return code of 4 is to remain a return code of 4. This is used to override a previous OPTONS WARNING RC0 or RC8 specifications in the same job step. (RC4)
Error - Specifies that a final element return code of 4 be raised to a return code of 8. This is used to force return code 8 for warning messages. (RC8)
Normal termination - Specifies that a final element return code be forced to 0. This is used to force return code 0 for warning messages. (RC0)
Action:
Halt - Specifies that the utility is to halt after the event.
Skip - Specifies that the utility is to be ignored and the element skipped. Processing continues with the next item in the list.
Note: When viewing utility statements error processing is represented as "OPTIONS" in the statement.
For example: OPTIONS EVENT (ITEMERROR, HALT,
WARNING, RC4)