Data Definition Language (DDL) Reference Manual

DDL Messages
Data Definition Language (DDL) Reference Manual529431-004
A-53
Effect. Recovery is not possible. Remove the COMP-3, COMPUTATIONAL-3, or
PACKED-DECIMAL data item from the definition or record. Such data items are not
supported in C, FORTRAN, pTAL, PASCAL, TAL, or TACL.
Effect. The name of a definition or record exceeds the Pascal limit of 31 ASCII
characters for these names.
Effect. The DDL compiler does not write the definition or record to the Pascal source
file.
Recovery. Shorten the name and recompile the definition or record.
Cause. You requested Pascal output, but the object does not conform to Pascal
syntax rules.
Effect. A message follows describing the Pascal error. The DDL compiler does not
write the object to the Pascal source file.
Recovery. Correct the error and recompile if you want Pascal output.
Cause. A file error occurred when the DDL compiler attempted to determine if the
current subvolume is a Pathmaker subvolume.
Effect. The DDL compiler assumes that the current subvolume is a Pathmaker
subvolume.
Recovery. If the problem persists, consult your system manager.
Cause. The picture clause of the PACKED-DECIMAL data item identified by
element_name contains more than the maximum of 18 nines.
Effect. The DDL compiler rejects the object. For example:
!def emp.
!02 fld1 pic 9(19) comp-3.
^
*** ERROR *** PICTURE clause contains more than 18 nines - FLD1
***ERROR*** Pascal DEF or RECORD or variant record name too
long- object-name
***WARNING*** PASCAL OUTPUT DIAGNOSTICS:
***WARNING*** PATHMAKER subvol check failed, assuming
PATHMAKER subvol- subvolume-name
***ERROR*** PICTURE clause contains more than 18 nines -
element_name