z/OS DFSMS Managing Catalogs
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Interpreting MODIFY CATALOG,REPORT,DUMP Output

z/OS DFSMS Managing Catalogs
SC23-6853-00

The following is an example of the output for MODIFY CATALOG,REPORT,DUMP:
*CAS***************************************************************
*    STATUS  RETURN CODE  REASON CODE  MODULE ID  COUNT           *
*     aaa       bbb          ccc          dd       eee            *
*CAS***************************************************************
The variables have the following values:
aaa
The dump status, which is either ON or OFF.
bbb
The catalog return code in decimal. The range is 0 to 255, or '***'.
ccc
The catalog reason code in decimal. The range is 0 to 255, or '***'.
dd
The catalog module identifier. or '**'.
eee
The match count in decimal. The range is 0 to 999.

This number decrements each time an error that matches the return code, reason code, and module identifier is detected within the catalog address space. When the count becomes zero, a dump will be taken for that occurrence of the error.

The MODIFY CATALOG,DUMPON command allows the specification of asterisks for any two of the fields return code, reason code, or module identifier. The asterisks indicate that field should not participate in a match for a detected error. For example, DUMPON(132,*,FO) will match on any return code 132 issued from IGG0CLFO.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014