Start of change

DFR3232E IMS CATALOG API ERROR. FUNCTION=function, RC=rrrrrrrr/ssssssss

Explanation

An error occurred while IMS DEDB Fast Recovery was using the IMS catalog API function.
  • function: The function that failed. The function can be OPEN, LIST, or CLOSE.
  • rrrrrrrr: The return code from the IMS catalog API function.
  • ssssssss: The reason code from the IMS catalog API function.

System action

The job ends with an abend code of U3232.

User response

See IMS System Programming APIs for the return code and the reason code. Correct the cause of the IMS catalog API failure and rerun the job.

End of change