DFS3726A FPE AREA IMAGE COPY TERMINATED ABNORMALLY FOR AREA=areaname REASON CODE=nn

Explanation

Database Image Copy utility processing failed for the named area. The following nn values indicate the reason for the failure.
Code (dec)
Meaning
00
Loading of the area authorization module, DBFDBAU0, from the IMS SDFSRESL to the main storage failed.
04
The DBRC interface failed.
08
The area authorization failed.
12
No DATAIN DD statement was specified in the JCL. The ddname specified in the DATAIN DD statement of the Database Image Copy utility must match the names registered in the ADS list of the target area.
16
The consistency check for the input data sets failed. This check compares the CUSN of the second control interval for each data set entered.
20
No input ADS is available and the Database Image Copy utility cannot take a backup copy from any of the data sets in the area. Before this message, messages DFS3727I, DFS3728I, DFS3729I, DFS3730I, or DFS3762I might be issued.
24
The IC utility either cannot find a clean ADS (no EQE) for the area, or the only ADS specified as input has EQE.
28
The area status changed to a recovery-needed status in the DBRC RECON data set during the image copy operation. This problem can occur during an XRF takeover, when recovery-needed status is temporary. The status is reset to indicate recovery not needed, once takeover is complete.

This situation can also occur if IMS loses connectivity with the coupling facility, causing CASTOUT to fail. The write error, EEQE with a null EQERBA, is registered to DBRC and the area is marked as temporary recovery-needed. After CASTOUT is successful, the status is reset to indicate that recovery is not needed.

32
An invalid data set name is specified in the DATAIN DD statement. The data set name specified in the DATAIN DD statement of the Database Image Copy utility must match the names registered in the ADS list of the target area.
36
No available ADS was found in the ADS list of the DBRC RECON data set. When ADSs are unavailable, the area cannot be specified as input to the Database Image Copy utility.
40
Only one ADS is specified as input when the MADS I/O timing environment (MADSIOT) is enabled.

System action

The program terminates.

Programmer response

Take the appropriate action based on the code you received.
Code (Dec)
Action
00
Check if DBFDBAU0 exists in the SDFSRESL.
04
See the DBRC message related to this message.
08
Check the message for the area authorization related to this message.
12
Specify the correct ddname in the DATAIN DD statement, and resubmit the job.
16
Check to see if all the input data sets are at the same level, specify the correct data sets in the DATAIN DD statement, and resubmit the job.
20
Check messages DFS3727I, DFS3728I, DFS3729I, DFS3730I, or DFS3762I and correct the error. Then resubmit the job.
24
Recover the area and create a data set which does not have any EQE, and resubmit the job.
28
List the RECON to determine if the area is in recovery-need status; if so, recover the area and create a data set which does not have any EQE. Resubmit the job.
32
Specify the correct dsname in the DATAIN DD statements, and resubmit the job.
36
Specify the correct area name or recover the AREA, and resubmit the job.
40
Resubmit the job with at least two ADSs specified as input.

Module

DBFUMDP0