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

A- 87
(SDWARN 4754)
CAUSE No IMAGE-DATASET contains RECORD relationships were found in the dictionary
for the given data set.
ACTION No source will be generated for the data set until the relationship(s) are added to the
dictionary.
4755 MESSAGE IMAGE-DATASET data-set has no search item (SDWARN 4755)
CAUSE No IMAGE-DATASET key ELEMENT relationships were found in the dictionary for
the given data set if the set is a master set. If it is a detailed set, no five way chain rela-
tionships were found in the dictionary.
ACTION No search item constants will be generated for the data set until the relationship(s) are
added to the dictionary.
4760 MESSAGE Data-set has an illegal data set type. Defaulting to DETAIL(SDWARN 4760)
CAUSE The image-dataset-type attribute retrieved from the dictionary does not contain a valid
data set type.
ACTION The default value, DETAIL, is assigned if the image-dataset-type attribute is invalid.
The image-dataset-type attribute must be updated in the dictionary to one of the fol-
lowing valid values: AUTOMATIC, MASTER, or DETAIL.
4761 MESSAGE Path for search-item data set has a blank search item (SDWARN4761)
CAUSE In the IMAGE-DATASET, ELEMENT, ELEMENT, IMAGE-DATASET, IMAGE-DATA-
BASE chains relationship, the search item (the first ELEMENT) is a blank entity.
ACTION No search item constant will be generated for the given data set. If one is required, a
non-blank search item must be specified in the IMAGE-DATASET, ELEMENT, ELE-
MENT, IMAGE-DATASET, IMAGE-DATABASE chains relationship.
4762 MESSAGE FORMSFILE forms-file contains no FORM. No source generated(SDWARN
4762)
CAUSE No FORMSFILE contains FORM relationships were found in the dictionary for the
given forms file.
ACTION No source will be generated for the forms file until the relationship(s) are added to the
dictionary.
4763 MESSAGE FORM form contains no ELEMENTS. No source generated (SDWARN4763)
CAUSE No FORM contains ELEMENT relationships were found in the dictionary for the given
form.
ACTION No source will be generated for the form until the relationship(s) are added to the dic-
tionary.
4764 MESSAGE FILE file contains no RECORD. No source generated (SDWARN 4764)
CAUSE No FILE contains RECORD relationships were found in the dictionary for the given
file.
ACTION No source will be generated for the file until the relationship(s) are added to the dictio-
nary.
4765 MESSAGE FILE file uses multiple DEVICE-CLASSES. No dev-cl name incl inASSIGN
clause (SDWARN 4765)