Data Definition Language (DDL) Reference Manual
DDL Messages
Data Definition Language (DDL) Reference Manual—529431-004
A-8
Cause. You requested COBOL output by default or with a SETCOBOL85 command,
but the object does not conform to COBOL rules.
Effect. A message follows describing the COBOL error. The DDL compiler does not
write the object to the COBOL source file.
Recovery. If you want COBOL output, correct the object definition the conform to
COBOL rules and recompile.
Cause. A file code in a record definition is an integer from 100 through 999, the range
reserved for use by HP.
Effect. The DDL compiler continues compiling the statement.
Recovery. Change the file code to an integer from 0 through 99 or from 1,000 through
65,535 and recompile the statement.
Cause. The COLUMNS command specified fewer than 12 or more than 132 columns.
Effect. The DDL compiler 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 product version of the DDL compiler prior to the C00 software product
version. For example, you entered an OUTPUT UPDATE statement for a dictionary
created prior to C00.
Effect. The DDL compiler does not execute the statement.
Recovery. Convert dictionary to the current product version and reenter command.
***WARNING*** COBOL85 OUTPUT DIAGNOSTICS:
***WARNING*** CODE withing range reserved by TANDEM, 100-999
***WARNING*** COLUMNS must be between 12 and 132- value not
changed
***WARNING*** Command not supported for old dictionary
versions