FRD4210I ALLOCATE FAILED, reason, RC=return code FOR dsname

Explanation

The IMS Database Recovery Facility failed to allocate a log or change accumulation data set indicated in the message text by dsname. In the message text the following values apply:
reason
Indicates the reason for the error, and is one of the following:
GET STORAGE
The IMS Database Recovery Facility component of IMS Database Recovery Facility experienced an error while attempting to obtain storage related to data set allocation.
DYNALLOC
An invalid return code was detected from z/OS®.
OPEN
An invalid return code was detected from the BSAM OPEN macro.
return code
If reason is DYNALLOC or OPEN, a return code is issued. The return code consists of two parts. The first four characters are the contents of register 15 returned from the DYNALLOC or OPEN macro. The last four characters represent the DYNALLOC or OPEN error reason code from the S99ERROR field. For example: RC=04841156. For additional information on the return code and reason code, see the z/OS MVS Programming: Authorized Assembler Services Guide.

System action

The IMS Database Recovery Facility ends early.

User response

If reason is GET STORAGE, increase the region size for the IMS Database Recovery Facility address space in the startup JCL and start recovery processing again. If reason is DYNALLOC or OPEN, see the z/OS MVS Programming: Authorized Assembler Services Guide for the appropriate action.

Module

FRXYALL0