DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A -18
DDL Error and Warning Messages
Cause. A NEWPROCESS error occurred during creation of the EDIT or TEDIT
process. No user error is implied.
Effect. DDL cannot start the EDIT or TEDIT process.
Recovery. Reissue the EDIT or TEDIT command. If problem persists, consult your
system manager.
Cause. Usually, this is a system error.
Effect. DDL stops the EDIT or TEDIT process.
Recovery. Consult your system manager.
Cause. DDL was asked to generate output for a source language other than
COBOL85 and the DDL item contains the PACKED-DECIMAL field identified by
element_name
.
Effect. DDL issues error messages and does not generate output for the requested
language. For example:
!?tal
! SCHEMA PRODUCED DATE - TIME : 8/01/2000 - 15:05:22
Output source for TAL is opened on $ZTN1.#PTPJHYV
!def emp pic 9999 PACKED-DECIMAL.
Definition EMP size is 3 bytes.
Definition EMP added to dictionary.
*** WARNING *** TAL OUTPUT DIAGNOSTICS:
*** ERROR *** Element contains PACKED-DECIMAL data type - EMP
*** ERROR *** PACKED-DECIMAL data type is not supported in TAL
*** ERROR *** Errors detected - no output produced for EMP
Recovery. 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, PASCAL, pTAL, TAL, or TACL.
Cause. The element being redefined is not an element in the same group as the
redefining element.
Effect. DDL rejects the object.
Recovery. Put the element in the same group and recompile.
***WARNING*** EDIT stopped or abnormally ended during
execution
***ERROR*** Element contains PACKED-DECIMAL data type -
element_name
***ERROR*** Element being redefined not found in this group