HP System Dictionary/XL COBOL Definition Extractor (32257-90001)
A- 83
values: B, E, E+, I, I+, J, J+, K, P, P+, R, R+, S, X, U, Z, Z+, 9, 9+, *.
4702 MESSAGE Illegal attribute, decimal is negative (SDERR 4702)
CAUSE The decimal attribute retrieved from the dictionary has an invalid value. It must be
zero or a positive integer.
ACTION The dictionary decimal attribute must be updated to zero or a positive integer.
4703 MESSAGE Illegal attribute, display length is zero or negative (SDERR4703)
CAUSE The display length attribute retrieved from the dictionary has an invalid value. It must
be a positive integer.
ACTION The dictionary display length attribute must be updated to a positive integer.
4704 MESSAGE Illegal attribute, byte length is zero or negative (SDERR 4704)
CAUSE The byte length attribute retrieved from the dictionary has an invalid value. It must be
a positive integer.
ACTION The dictionary byte length attribute must be updated to a positive integer.
4705 MESSAGE Calculated element length is zero or negative (SDERR 4705)
CAUSE The length of the picture is invalid when calculated from the byte-length and display-
length attributes.
ACTION Adjust the byte-length and/or display-length attributes in the dictionary, so that the
picture will be calculated as a positive integer.
4710 MESSAGE Illegal attribute, decimallength exceeds element length (SDERR4710)
CAUSE The value of the decimal attribute is greater than the calculated length of the element
(using the byte length and/or display length attributes).
ACTION The decimal, byte length, and display length attributes must be reviewed and updated
in the dictionary.
4711 MESSAGE Illegal attribute, byte offset is negative (SDERR 4711)
CAUSE The byte offset attribute retrieved from the dictionary has an invalid value. It must be
zero or a positive integer.
ACTION The dictionary byte offset attribute must be updated to zero or a positive integer.
4712 MESSAGE Illegal attribute for element, count not allowed with redefines (SDERR 4712)
CAUSE The count attribute contains a positive integer greater than one, indicating use of the
occurs clause. However, the occurs clause cannot be used on an element that redefines
another element, or is contained in an element or record that redefines another ele-
ment or record.
ACTION The dictionary count attribute must be updated to one, or the element must not be a
part of a redefining element or record.
4713 MESSAGE Illegal attribute, count is zero or negative (SDERR 4713)
CAUSE The count attribute retrieved from the dictionary has an invalid value. It must be a
positive integer.
ACTION The dictionary count attribute must be updated to a positive integer.
4714 MESSAGE Illegal occurs clause, table exceeds 3 dimensions (SDERR 4714)