Previous Topic: DB13128ENext Topic: DB13149E


DB13129E

RETIX MINIMAL NOT SUPPORTED WITH BASE FORMAT 1

Reason:

The DBUTLTY function RETIX is being executed with the MINIMAL= keyword specified as YES to a BASE (database) that is FORMAT 1. The database FORMAT 1 is defined as compatible between Version 12.0 and r11 in case of fallback, but FORMAT 1 does not support the use of MINIMAL=YES. The BASE is identified by the single database ID (DBID) that is part of the keywords for the RETIX function.

Action:

Until the need for fallback is passed and all databases have been converted to FORMAT 2, use MINIMAL=NO (the default) for all DBUTLTY RETIX requirements.

DB13130E

CXX BACKUP DATASET IS NOT RECOGNIZED

Reason:

The input data set to a DBUTLTY function of LOAD or CONVERT1214 or CONVERT1412 or CXXCLONE is not recognized as a valid CXX backup data set.

Action:

You can attempt to identify the data set using the DBUTLTY function REPORT with TYPE=U. For more information about requirements, see the DBUTLTY Reference Guide.

DB13131E

PERCENT CODED, KEYNAME MUST BE NATIVE KEY

Reason:

The DATANE report use of the PERCENT keyword requires a native sequence key.

Action:

Correct the invalid combination.