DSNU016I csect-name UTILITY BATCH MEMORY EXECUTION ABENDED, REASON=X0rrr cause

Explanation

The utility batch address space has abended. If X'0rrr' is four characters in length (that is, X'00C1'), the abend was a system X'rrr' abend. If X'0rrr' is four characters in length and system abend X'000' was indicated, a user abend was issued. If X'0rrr' is eight characters in length, the abend was a system X'04E' abend, and X'0rrr' is an abend reason code.

If the value of general register 2 is not zero, then cause will contain CAUSE=X'cccccccc' where X'cccccccc' is the value of general register 2. This information is for service purposes only.

System action

The utility job is abended. The SYSIBM.SYSUTIL entry for the job is retained in the SYSUTIL table.

System programmer response

If a system abend was encountered (4 characters), refer to the appropriate MVS™ publication. If an eight-character abend reason code was encountered, analyze the values in the SYSIBM.SYSUTIL directory table.

User response

Consult the system programmer to obtain information on failure analysis. If the cause of the failure is correctable, the utility job can be restarted. If the error cannot be corrected, use the -TERM UTILITY command to delete the failing job's utility ID from SYSIBM.SYSUTIL.