DDL Messages
Data Definition Language (DDL) Reference Manual — 426798-002
A- 8
DDL Error and Warning Messages
Cause. You have defined a computational item within a group defined with a VALUE
clause. For example, the following definition is invalid:
Def a.
02 b value zeros.
03 c pic 9 comp.
End
An initial value at the group level must be alphanumeric.
Effect. DDL rejects the object.
Recovery. Change the data type of the computational item, or remove the VALUE
clause from the group.
Cause. The data type of an item described with a USAGE IS COMP clause is not a
computational data type.
Effect. DDL rejects the object.
Recovery. Correct the error and recompile. For more information about computational
items, see
USAGE Clause
on page 6-74.
Cause. The data type of the referenced item identified by
element_name
is
described with a USAGE IS COMP clause but is not a computational data type.
Effect. DDL rejects the object.
Recovery. Correct the error and recompile. For more information about computational
items, see
USAGE Clause
on page 6-74.
Cause. The data type of an item described with a USAGE IS COMP-3,
COMPUTATIONAL-3, or PACKED-DECIMAL clause is not PACKED-DECIMAL.
Effect. DDL rejects the object. For example:
!def emp pic x PACKED-DECIMAL.
^
***ERROR*** COMP item found within VALUE
***ERROR*** COMP item must be binary or of the form PIC
[S]9(n) [V9(n)]
***ERROR*** COMP specified with reference item which is not
COMP- element_name
***ERROR*** COMP-3 data item must be of the form PIC
[S]9(n)[V9(n)]
Содержание 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 ...