Previous Topic: Special Case Test Systems


New Message during CXXMAINT OPTION=CONVERT1112

Before Version 12, Datadictionary disallowed tables with both DB and user compression, and users were told to convert tables that were so defined. In Version 12, that ability is neither supported nor allowed as a valid definition in the CXX.

During the CXX conversion from r11 to Version 12, if any table is found with this option a message is issued and, when all of the input file has been processed, DBUTLTY is terminated. This allows all tables to be found in a single pass of DBUTLTY. The table definition must be converted in r11 before attempting to convert again.

An example of the associated error message follows:

BASE 2 TABLE AGR NOT PROCESSED, 94 (135) DB+USER COMPRESS

In this sample message, 2 is the database containing the table, and AGR is the table that contains the invalid combination.