SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Utility Messages (20000 through 23099)
HP NonStop SQL/MX Messages Manual—523730-004
17-26
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.
SQL 20101
Cause. SQL has received an error as shown in the detail text.
Effect. The operation fails.
Recovery. Use the detail text to diagnose and correct the problem.
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.
20101 detail text.