When “NOT CATLGD” was displayed on the JMR panel, we checked the JOBLOG and found that “NOT CATLGD 2” was shown.
JMR displays error details from the JOBLOG in the ERROR field.
Are there any documents or manuals that explain this ERROR field?
------------------------------------------------------------------------------
CMD JOBNAME JOBNO DATE TIME SYSTEM ERROR HIGHEST SYSOUT
COND CODE PRINT LINES
TEST111 567835 26/06/16 14:25:58 TTTT NOT CATLGD 0004 1,869
------------------------------------------------------------------------------
Release : r4.6
OS : z/OS
The ERROR field in JMR is designed to display information when JMR scans the job log and detects specific system messages, such as JCL errors, ABEND codes, or catalog-related messages.
The “NOT CATLGD” message that you inquired about is displayed when the IBM system message IEF287I is output in the job log.
As for the reason this is shown, even if the job completion code (COND CODE) is 0000 or 0004, JMR identifies it as an exception and displays it in the ERROR field if the dataset catalog processing has failed. This behavior is in accordance with the JMR specifications.
The ERROR field is populated based on error codes found in the job log; therefore, it is not documented in the manual.