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

A- 89
ACTION The lockword will be transformed to a valid lockword by altering each invalid character
to a 'x'. The following are valid lockword characters: a...z, A...Z, 0...9. The lockword
attribute of the FILE entity should be altered to contain a valid lockword.
4780 MESSAGE File rec size is zero or negative. Generated dummy record(SDWARN 4780)
CAUSE The max-record-size attribute of the FILE entity is zero or negative.
ACTION The record description for the FD statement will default to PIC X(2). The max-record-
size attribute of the FILE entity should be modified to a positive integer value.
4781 MESSAGE KSAMFILE ksamfile contains no RECORD. No source generated(SDWARN
4781)
CAUSE No KSAMFILE contains RECORD relationships were found in the dictionary for the
given ksam file.
ACTION No source will be generated for the ksam file until the relationship(s) are added to the
dictionary.
4782 MESSAGE KSAMFILE ksamfile has no key. No key name generated (SDWARN4782)
CAUSE No KSAMFILE key ELEMENT relationships were found in the dictionary for the
given ksam file.
ACTION No RECORD clause(s) in the SELECT section will be generated for the KSAM file until
the relationship(s) are added to the dictionary.
4783 MESSAGE Formal KSAM file name contains special char's. Name transformed(SDWARN
4783)
CAUSE The first 8 characters of the formal KSAMFILE name contain invalid characters.
ACTION The formal KSAMFILE name used in the ASSIGN clause will be transformed to a
valid name by altering each invalid character to a 'x'. The following are valid charac-
ters are: a...z, A...Z, 0...9. The formal name of the KSAMFILE entity could be altered
to contain only valid characters.
4784 MESSAGE Boolean not a valid cobol element type. PIC X used! (SDWARN4784)
CAUSE The element-type attribute retrieved from the dictionary has a value of "B" , boolean.
This is not a valid COBOL type.
ACTION The PICTURE clause is generated with a single alphanumeric character, PIC X.
4785 MESSAGE Floating point not a valid cobol element type. PIC X used!(SDWARN 4785)
CAUSE The element-type attribute retrieved from the dictionary has a value of "R, D, or E" ,
floating point. This is not a valid COBOL type.
ACTION The PICTURE clause is generated with a single alphanumeric character, PIC X.
4790 MESSAGE String not a valid cobol element type. PIC X used! (SDWARN4790)
CAUSE The element-type attribute retrieved from the dictionary has a value of "S" , string.
This is not a valid COBOL type.
ACTION The PICTURE clause is generated with a single alphanumeric character, PIC X.
4791 MESSAGE Invalid edit mask attribute. Generating edit mask! (SDWARN4791)
CAUSE The edit-mask attribute retrieved from the dictionary contains invalid characters, and
is not a valid COBOL edit mask.