DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A- 7
DDL Error and Warning Messages
Recovery. Change the file code to an integer from 0 to 99 or from 1,000 to 65,535 and
recompile the statement.
Cause. The COLUMNS command specified fewer than 12 or more than 132 columns.
Effect. DDL does not change the number of significant columns in an input line.
Recovery. Reissue the COLUMNS command with a value from 12 to 132.
Cause. You issued a command or statement that attempts to update a dictionary
created by a version of DDL prior to the C00 software release. For example, you
entered an OUTPUT UPDATE statement for a dictionary created prior to C00.
Effect. DDL does not execute the statement.
Recovery. Convert dictionary to the current version and reenter command.
Cause. You have entered a command that does not apply to the particular object type;
for example, OUTPUT UPDATE specifies RECORD, or SHOW USE OF specifies
TOKEN-CODE, as the object type.
Effect. DDL does not execute the command.
Recovery. Use a different command for the particular object type.
Cause. A field description that you attempted to compile contains one or more
dictionary comments. A field description begins with a level number and ends with the
next period (.).
Effect. DDL does not enter the comment or comments into the dictionary.
Recovery. Specify the comment or comments before the entire field description and
recompile the object.
***WARNING*** COLUMNS must be between 12 and 132- value not
changed
***WARNING*** Command not supported for old dictionary
versions
***ERROR*** Command not supported for specified object type
***WARNING*** Comment lines within element definition cannort
be saved