HP System Dictionary/XL COBOL Definition Extractor (32257-90001)

A- 92
DITION-NAME relationship must be deleted.
4808 MESSAGE Usage is COMP not allowed when parent contains level-88 (SDWARN4808)
CAUSE The ELEMENT-TYPE attribute values I, J, or K are not allowed for an ELEMENT
that directly or indirectly contained by an ELEMENT that contains a CONDITION-
NAME.
ACTION Either the ELEMENT-TYPE attribute must be modified, or the ELEMENT contains
CONDITION-NAME relationship must be deleted.
4809 MESSAGE Usage is COMP3 not allowed when parent contains level-88 (SDWARN4809)
CAUSE The ELEMENT-TYPE P is not allowed for an ELEMENT that is directly or indirectly
contained by an ELEMENT that contains a CONDITION-NAME.
ACTION Either the ELEMENT-TYPE attribute must be modified, or the ELEMENT contains
CONDITION-NAME relationship must be deleted.
4810 MESSAGE Invalid numeric default value. None generated! (SDWARN 4810)
CAUSE The default variable attribute contains more than 18 numbers, or more than 2 edit
characters.
ACTION No VALUE clause will be generated for the element. The default variable attribute
should be updated in the dictionary.
4811 MESSAGE Numeric picture exceeds 18 digits. PIC X used! (SDWARN 4811)
CAUSE The generated edit mask allows more than 18 digits. The byte-length attribute must
not exceed 18 for numeric elements.
ACTION The PICTURE clause is generated with a single alpha-numeric character, PIC X. The
byte-length attribute should be updated to a positive value not exceeding 18, in the dic-
tionary.
4812 MESSAGE Expected byte length of 2, 4, or 8. PIC X used! (SDWARN 4812)
CAUSE The byte length attribute must be 2, 4, or 8 for elements of type I, I+, J, J+, K, and K+.
ACTION The PICTURE clause is generated with a single alpha-numeric character, PIC X. The
byte-length attribute should be updated in the dictionary to one of the following values:
2, 4, or 8.
SDCDE Fatal Error Messages
4813 MESSAGE SDCDE version incompatible with that of SD intrinsic (SDERR4813)
CAUSE The program's version number is different from the intrinsic's version number.
ACTION Notify the Dictionary Administrator.
4814 MESSAGE Program aborts due to too many errors (SDERR 4814)
CAUSE The program detected the number of errors specified through the run-option parame-
ter.
ACTION Check your input and see where the errors have occurred.
4815 MESSAGE $STDINX open error. Program aborted (SDERR 4815)
CAUSE An error occurred while opening $STDINX.
ACTION Notify the System Manager.