SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Utility Messages (20000 through 23099)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
19-27
SQL 20098
Cause. The column name was missing from the COLUMN FORMAT section of the
format file.
Effect. The operation fails.
Recovery. Verify that the column names specified in the COLUMN FORMAT section
of the format file are correct and add names that are missing.
SQL 20099
Where columnname is the column name in the COLUMN FORMAT section of the
format file.
Cause. The skip flag for this column in the COLUMN FORMAT section of the format
file was set to Y, but the column was defined as NOT NULL NO DEFAULT and,
therefore, cannot be skipped.
Effect. The operation fails.
Recovery. Set the skip flag to Y or N in the COLUMN FORMAT section of the format
file.
SQL 20100
Where columnname is the column name in the COLUMN FORMAT section of the
format file.
Cause. The skip flag was missing for this column from the COLUMN FORMAT section
of the format file.
Effect. The operation fails.
Recovery. Set the skip flag to Y or N in the COLUMN FORMAT section of the format
file.
20098 The column name is not specified in the COLUMN FORMAT
section of the format file.
20099 Column columnname defined as NOT NULL NO DEFAULT
cannot be skipped.
20100 No value is specified for ‘skip’ in the COLUMN FORMAT
of the format file. Column name = columnname.