DFS0796I Reason Code = rc message
Explanation
An error occurred, indicated by rc, with an accompanying message issued by module DFSUPNT0. Each reason code has its own explanation and response. See the following reason codes and messages to further identify the type of error and appropriate action:
- REASON = 01 DATABASE OR PARTITION NOT FOUND IN RECON - &DBNAME
- The specified DBD, &DBNAME, does not exist
in RECON.
System Action: Processing halts and return code is set to 8. Check and correct the error condition indicated by the message and reason code.
- REASON = 02 DATABASE IS NOT A HALDB DBD OR PARTITION - &DBNAME
- The specified DBD, &DBNAME, is not defined
in RECON as a HALDB.
System action: Processing halts and return code is set to 8.
User response: Check and correct the error condition indicated by the message and reason code.
- REASON = 03 DATABASE NOT FOUND IN DBDLIB - &DBNAME
- The specified DBD, &DBNAME, is defined
in RECON as a HALDB, but it was not found in DBDLIB.
System action: Processing halts and return code is set to 8.
User response: Check and correct the error condition indicated by the message and reason code.
- REASON = 04 INITALL NOT ALLOWED FOR PARTITION - &DBNAME
- A conflict resulting from a SYSIN statement specifying a partition
name that is a partition of a HALDB master name &DBNAME which
also appears in a different SYSIN statement.
System action: Processing halts.
User response: Remove the conflicting statements specifying partition names, if you want to initialize (INITALL) all of the HALDB partitions; or remove the INITALL statement from the DFSOVRDS data set to unconditionally initialize specific partitions. Remove the HALDB master name if no additional partitions existing in RECON and recorded as PINIT=YES (partition initialization required) are to be initialized.