The batch job submitted by the Storage Toolkit to execute a command or user-defined JCL returns a value greater than 4.
Or the Storage Toolkit encountered an error while attempting to process a command or user-defined JCL. A return code
that is greater than 4 and is not specific to the Storage Toolkit, typically denotes that a command failed to complete.
If you elected to save the results of the batch job, you can check the Storage Toolkit Result Detail workspace to
determine whether the error requires further attention.
Values set by the Storage Toolkit when it detects an error while processing a command or user-defined JCL are
described in the following table. If one of these values is returned, also consult the RKLVLOG of the
Tivoli Enterprise Monitoring Server for additional messages to help determine the cause of the failure.
117 |
The JCL exceeded 72 characters after variable substitution was applied or other JCL-related
error, such as a missing JOB card. |
119 |
User Data Server ended abnormally or the batch job ended, but the Storage Toolkit
was unable to determine the return code. |
121 |
Authorization failed. |
123 |
Data set error occurred, such as the data set containing your JCL does not exist. |
125 |
Group error occurred. The groups associated with the action request are empty
or do not exist. |
If you see a return code value that does not look familiar, you might want to convert it to its hexadecimal equivalent, because
the value might indicate an abend in the batch job. For example, a return code of 193 is the same as x'0C1'.
|