DSNJ448I ERROR DURING BSDS CONVERSION. error-condition

Explanation

An error occurred during BSDS format conversion.

error-condition
Text that describes the error that occurred.
OUTPUT BSDS CI SIZE NOT CORRECT, DDNAME=dd-name
The CI size of the output BSDS should be 8192.
dd-name
The JCL DD name of the data set with the incorrect CI size. Delete and redefine the output BSDS.
log-type LOG DATA SET dataset-name HAS AN ASSOCIATED PASSWORD
Db2 does not support active or archive log data sets with passwords defined.
log-type
Indicates whether an active log or archive log data set has a password.
dataset-name
The name of the data set with the password.
INPUT BSDS NOT IN CORRECT FORMAT, DDNAME=dd-name
dd-name
Specifies the data set that was not in the format that supports 93 active logs and 10,000 archive logs. If you have not yet run DSNJCNVB against the BSDS, run DSNJCNVB first and then run DSNJCNVT.
INPUT AND OUTPUT BSDS ARE THE SAME. INPUT=input-name, OUTPUT=output-name
The converted BSDS cannot be the same as the BSDS to be converted.
input-name
The JCL input name of the data set.
output-name
The JCL output name of the data set.
UNRECOGNIZED BSDS RECORD, KEY=key-value
During conversion of the BSDS, a record was found that is not a known format.
key-value
The VSAM KSDS key of the BSDS record that was not recognized. To determine the operation that inserted the record into the BSDS, use IDCAMS PRINT and specify this key value. If the record is not needed, delete it and rerun the BSDS conversion
RETURN CODE return-code, REASON CODE reason-code
An error condition was found. For more information, see the reason code explanation.

System action

The program terminates. The output BSDS is not usable. The input BSDS is unaltered.

Programmer response

Correct the error condition and rerun the conversion program.