ARC6170E
CATALOG SEARCH INTERFACE ERROR OCCURRED FOR FILTER KEY filterkey FOR {AGGREGATE GROUP agname | CONTROL FILE DATA SET cdatasetname}, GPR15 IS gpr15, CSI RETURN CODE IS retcode, REASON CODE IS reascode

Explanation

A non-zero return code retcode and reason code reascode have been returned by Catalog Search Interface (CSI) routine as a result of a CSI routine error.
  • filterkey is the name of filter key that received the CSI error
  • AGGREGATE GROUP agname is the name of the aggregate group being processed
  • CONTROL FILE DATA SET cdsname is the name of the control file specified in the ARECOVER command
  • gpr15 is the value in general-purpose register 15 on return from CSI
  • retcode is the hexadecimal return code associated with the CSI routine error
  • reascode is the hexadecimal reason code associated with the CSI routine error
The list of return codes and reason codes follows:
GPR15 Value
Explanation
X'8'
Failure in the CSI routine. The return code retcode is set to 8 for all of the following reason codes reascode:
1
Insufficient storage for GETMAIN
2
Invalid entry type in CSIDTYPS
3
Invalid data/index option in CSICLDI (should be 'Y' or blank (X'40'))
4
Iinvalid resume option in CSIRESUM (should be 'Y' or blank (X'40'))
5
Invalid "Search one catalog" option in CSIS1CAT (should be 'Y' or blank (X'40'))
6
Invalid number of fields value in CSINUMEN (should be between 0 and 100)
7
Invalid user-provided work area size in CSIUSRLN (should be between 1024 and 1048575 bytes)
8
The CSIOPTNS value is not "F" or blank (X'40')
X'C'
Error in the CSI routine parameter list — zero entries have been found. The CSI routine return and reason codes are zero.
X'10'
Parameter list pointer in general-purpose register 1 is zero. The CSI routine return and reason codes are zero.

System action

Aggregate backup or aggregate recovery fails.

System programmer response

If the error recurs and the program is not in error, look at the messages in the job log for more information. Search problem reporting data bases for a fix for the problem. If no fix exists, contact the IBM® Support Center. Provide the JCL, the SYSOUT output, and PDA trace for the job.

Programmer response

Notify the system programmer.

Source

DFSMSdfp Catalog Search Interface