DFS2442E DBFUCDB0 MSDB-TO-DEDB CONVERSION UTILITY ERROR, REASON CODE=nn
Explanation
An error occurred while executing the MSDB-to-DEDB Conversion utility. The reason code indicates the type of failure that occurred:
- Code (hex)
- Message subtext
- 01
- The
TYPE=statement in the SYSIN stream is missing or invalid. - 02
- The database statement in the SYSIN stream is missing or invalid.
- 03
- The MACBLIB indicates that the MSDB specified on the input control statement is not an MSDB.
- 04
- The MSDB specified on the input control statement is not terminal-related without terminal-related keys.
- 05
- The DACBLIB indicates that the DEDB specified on the input control statement is not a DEDB.
- 06
- The MSDB= member specified was not found in the MACBLIB.
- 07
- The DEDB= member specified was not found in the DACBLIB.
- 08
- Error in loading randomizer module.
- 09
- The SYSIN DD statement is missing.
- 0A
- The SYSPRINT DD statement is missing.
- 0B
- The MSDBINIT DD statement is missing.
- 0C
- The AREADCB DD statement is missing.
- 0D
- The MACBLIB DD statement is missing.
- 0E
- The DACBLIB DD statement is missing.
- 0F
- The MSDBLCHG DD statement is missing.
- 10
- The AREAIN DD statement is missing.
System action
The utility terminates.
System programmer response
Take the following action to correct the errors.
- Code (hex)
- Meaning or action
- 01
- The value specified for the
TYPE=parameter is notCONVERTorFALLBACKor theTYPE=parameter was not found on the first input statement read from SYSIN. Correct the input control statements and rerun the job. - 02
- The value specified for either the
MSDB=or theDEDB=parameter has been coded incorrectly. Correct the input control statements and rerun the job. - 03
- The DMCB indicates that the database type of the
MSDB=parameter is not MSDB. Either the incorrect ACBLIB was specified or the MSDB name was incorrect. Correct the input control statement and rerun the job. - 04
- Only terminal-related MSDBs will be converted. All other types will be rejected. Correct the input control statement and rerun the job.
- 05
- The DMCB indicates that the database type of the
DEDB=parameter is not DEDB. Either the incorrect ACBLIB was specified or the DEDB name was incorrect or not found. Correct the input control statement and rerun the job. - 06
- The MSDB member specified was not found. Correct the input control statement and rerun the job.
- 07
- The DEDB member specified was not found. Correct the input control statement and rerun the job.
- 08
- The randomizer was not found in the IMS.SDFSRESL or an I/O error occurred while loading the randomizing module. Verify the randomizer name and rerun the job.
- 09
- The SYSIN DD specified was not found. Correct the input control statement and rerun the job.
- 0A
- The SYSPRINT DD specified was not found. Correct the input control statement and rerun the job.
- 0B
- The MSDBINIT DD specified was not found. Correct the input control statement and rerun the job.
- 0C
- The AREADCB DD specified was not found. Correct the input control statement and rerun the job.
- 0D
- The MACBLIB DD specified was not found. Correct the input control statement and rerun the job.
- 0E
- The DACBLIB DD specified was not found. Correct the input control statement and rerun the job.
- 0F
- The MSDBLCHG DD specified was not found. Correct the input control statement and rerun the job.
- 10
- The AREAIN DD specified was not found. Correct the input control statement and rerun the job.
Module
DBFUCDB0