DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A- 2
DDL Error and Warning Messages
Cause. The group identified by
group_name
is described with a USAGE IS
COMP-3, COMPUTATIONAL-3, or PACKED-DECIMAL clause but contains a field with
a data type that is not PACKED-DECIMAL.
Effect. DDL rejects the object. For example:
!DEF EMP8.
!02 FLD8 PIC 9(5).
!END.
Definition EMP8 size is 5 bytes.
Definition EMP8 added to dictionary.
!DEF EMP9.
!02 FLD9 TYPE EMP8 COMP-3.
!END.
*** ERROR *** A non PACKED-DECIMAL item was specified in group - FLD9
*** WARNING *** Errors detected - no output produced for EMP9
!
Recovery. Change the data type of the field, or remove the USAGE IS
COMP-3, COMPUTATIONAL-3, or PACKED-DECIMAL clause from the group
definition.
Cause. This is an internal compiler error
−
no user error is implied.
Effect. DDL closes the dictionary and all output files and stops processing current
source file.
Recovery. Report the error to your service provider.
Cause. The figurative constant ALL precedes a numeric literal in a VALUE or MUST
BE clause.
Effect. DDL rejects the object.
Recovery. Either remove the figurative constant ALL or replace the numeric literal with
a character literal, a national literal, or another figurative constant. Then recompile the
object.
Cause. A referenced field does not have sufficient qualification to distinguish it from
another field of the same name.
Effect. DDL rejects the object.
A non PACKED-DECIMAL item was specified in group - group_name
***FATAL ERROR*** Address to be freed not in address list
***ERROR*** ALL must not precede a numeric literal
***ERROR*** Ambiguous reference- object-name
Содержание DDL D40
Страница 36: ...Introduction to DDL Data Definition Language DDL Reference Manual 426798 002 1 14 Examining a Dictionary ...
Страница 66: ...Named Constants Data Definition Language DDL Reference Manual 426798 002 4 10 Standard SPI Constants ...
Страница 230: ...Dictionary Manipulation Statements Data Definition Language DDL Reference Manual 426798 002 8 14 SHOW USE OF Statement ...
Страница 370: ...Dictionary Maintenance Data Definition Language DDL Reference Manual 426798 002 10 24 Converting a Dictionary ...
Страница 456: ...Sample Schemas Data Definition Language DDL Reference Manual 426798 002 B 12 ASSNDDL Statements ...
Страница 470: ...DDL Data Translation Data Definition Language DDL Reference Manual 426798 002 C 14 ...
Страница 528: ...Dictionary Reports Data Definition Language DDL Reference Manual 426798 002 E 8 Requesting Reports ...
Страница 552: ...DDL Alignment Rules Data Definition Language DDL Reference Manual 426798 002 H 4 FIELDALIGN_SHARED8 Alignment Rules ...
Страница 576: ...Index Data Definition Language DDL Reference Manual 426798 002 Index 22 Special Characters ...