ADR013I (ttt)-mmmmm(yy), date_and_time TASK {COMPLETED | ABENDED} WITH {RETURN | SYSTEM ABEND | USER ABEND} CODE {return_code | abend_code}

Explanation

If the command did not abend, the return_code is the condition code generated during processing of the command. If the command abended, the abend code (abend_code) is also printed. The system abend code is in hexadecimal, and the user abend code is in decimal.

System action

If the command abended, LASTCC is set to 8, or it is set to the return_code. If MAXCC is less than LASTCC, MAXCC is set so it is equal to LASTCC.

Operator response

None.

Programmer response

None.

Source

DFSMSdss