HP System Dictionary/XL COBOL Definition Extractor (32257-90001)
A- 91
VALUE variable attribute is created. 2. No level-88 definition will be generated for the
relationship until a CONDITION-VALUE variable attribute length is greater than
zero.
4800 MESSAGE Unable to get var attribute. No default used! (SDWARN 4800)
CAUSE A System Dictionary error occurred while retrieving the default attribute for an ELE-
MENT.
ACTION No VALUE clause is generated for the element. If a serious System Dictionary error is
suspected, notify the Dictionary Administrator.
4801 MESSAGE Unable to get var attribute. Created edit mask! (SDWARN 4801)
CAUSE A System Dictionary error occurred while retrieving the edit-mask attribute for an
ELEMENT.
ACTION The edit mask is generated using other attribute values. If a serious System Dictio-
nary error is suspected, notify the Dictionary Administrator.
4802 MESSAGE Invalid sign attribute. Sign clause not created! (SDWARN 4802)
CAUSE The sign attribute retrieved from the dictionary contains an invalid value.
ACTION No SIGN clause is created for the element. The sign attribute should be updated to
one of the following valid values: LS, LO, TS, TO, or <blank>.
4803 MESSAGE RECORD record contains no ELEMENT (SDWARN 4803)
CAUSE No RECORD contains ELEMENT relationships were found for the given record.
ACTION The record will not be further defined, thus the definition will produce compiler errors.
In order to generate the record correctly, RECORD contains ELEMENT relationship(s)
should be added to the dictionary.
4804 MESSAGE Non-numeric default value too long. Truncated! (SDWARN 4804)
CAUSE The default variable attribute contains more than 132 characters.
ACTION The first 132 characters will be used in the VALUE clause. The default variable
attribute should be updated in the dictionary.
4805 MESSAGE Numeric default value too long. None generated! (SDWARN 4805)
CAUSE The default variable attribute contains more than 20 numbers and characters.
ACTION No VALUE clause will be generated for the element. The default variable attribute
should be updated in the dictionary.
4806 MESSAGE Justify not allowed when parent contains level-88 (SDWARN 4806)
CAUSE The JUSTIFY attribute is not allowed for an ELEMENT that is directly indirectly con-
tained by an ELEMENT that contains a CONDITION-NAME.
ACTION Either the JUSTIFY attribute must be false, or the ELEMENT contains CONDITION-
NAME relationship must be deleted.
4807 MESSAGE Synchronize not allowed when parent contains level-88 (SDWARN4807)
CAUSE The SYNCHRONIZE attribute is not allowed for an ELEMENT that is directly or indi-
rectly contained by an ELEMENT that contains a CONDITION-NAME.
ACTION Either the SYNCHRONIZE attribute must be false, or the ELEMENT contains CON-