HP System Dictionary/XL COBOL Definition Extractor (32257-90001)
A- 90
ACTION The edit mask will be generated as if no edit-mask attribute exists in the dictionary. If
a special edit mask is required, the dictionary edit-mask attribute must be updated.
4792 MESSAGE Edit mask too long. Remaining characters truncated! (SDWARN4792)
CAUSE The edit-mask attribute contains more than 30 characters.
ACTION All characters following the 30th character are truncated, and the remaining 30 char-
acters are validated.
4793 MESSAGE Sub-elements' total length exceeds parent-element's length(SDWARN 4793)
CAUSE 1. The total length of all sub-elements is greater than the length of their parent ele-
ment. 2. The total length of all sub-elements may not be greater than the length of
their parent element, but the byte-offset attribute causes the sub-elements to b e
placed such that their adjusted length will be greater than the length of their parent
element.
ACTION 1. The parent's length is assumed to be valid, and generation continues as if no error
had occurred, but the data definition will cause compile warnings. The parent's length
should be adjusted to include all child elements, or the child elements' length should be
adjusted to fit into the parent element. 2. The parent's length is assumed to be valid,
and generation continues as if no error had occurred, but the data definition will cause
compile warnings. The parent's length should be adjusted to include all child elements
with their current byte offsets, or the child element byte offsets should be adjusted to
fit into the parent element.
4794 MESSAGE Redefining-element's length exceeds redefined entity's length(SDWARN4794)
CAUSE 1. The length of the redefining element or record is greater than the length of the rede-
fined element or record. This can happen with the ELEMENT redefines ELEMENT or
RECORD redefines RECORD relationship. 2. The length of the redefining element
may be greater than the length of the redefined element or record if a forced redefine
occurs. The byte-offset attribute may force an element to exceed the length of its par-
ent element or record.
ACTION 1. The length of either the redefining element or record, or the redefined element or
record, must be updated to match the length of the other element or record. 2. Either
the byte-offset attribute or the redefined element or records length must be updated in
the dictionary.
4795 MESSAGE Multiple ELEMENT references ELEMENT occurrences forfirst-element
(SDWARN 4795)
CAUSE The element which contains the back reference element type has more than one ELE-
MENT references ELEMENT relationship occurrences in the dictionary.
ACTION The ELEMENT references ELEMENT relationship with the lowest relationship-posi-
tion attribute value will be used as the back referenced element. If this is not the
required back reference,the undesired ELEMENT references ELEMENT relationships
must be deleted from the dictionary.
4799 MESSAGE Unable to get condition value variable for condition-name(SDWARN 4799)
CAUSE 1. No CONDITION-VALUE variable attribute exists for the ELEMENT contains
CONDITION-NAME relationship. 2. The CONDITION-VALUE variable attribute has
a length of zero.
ACTION 1. No level-88 definition will be generated for the relationship until a CONDITION-