HP System Dictionary/XL COBOL Definition Extractor (32257-90001)
A- 86
CAUSE The length of the given COBOL name, after adding the prefix to it exceeds 61 charac-
ters.
ACTION None necessary. The name is automatically truncated to 61 characters.
4742 MESSAGE Name truncated while adding suffix to long-name (SDWARN 4742)
CAUSE The length of the given COBOL name, after adding the suffix to it, exceeds 61 charac-
ters.
ACTION None necessary. The name is automatically truncated to 61 characters.
4743 MESSAGE Invalid-name contains illegal characters (SDWARN 4743)
CAUSE The given COBOL name contains illegal characters.
ACTION None necessary. The illegal characters are replaced with a hyphen, '-'. Check the man-
ual for a list of illegal characters.
4744 MESSAGE Invalid-name contains a leading hyphen (SDWARN 4744)
CAUSE The given COBOL name contains a leading hyphen.
ACTION None necessary. The leading hyphen, '-', will be automatically prefixed by the following
string: 'X-'.
4745 MESSAGE Invalid-name contains a trailing hyphen (SDWARN 4745)
CAUSE The given COBOL name contains a trailing hyphen.
ACTION None necessary. The trailing hyphen, '-', will be automatically suffixed by the following
string: '-X'.
4750 MESSAGE Invalid-name is a COBOL reserved word (SDWARN 4750)
CAUSE The given name is a COBOL reserved word.
ACTION None necessary. The name will be automatically suffixed by the following string: '-X'.
4751 MESSAGE Illegal name above is transformed into transformed-name (SDWARN4751)
CAUSE Due to a previous error, the name has been transformed into the given valid COBOL
name.
ACTION None necessary. This is just an informative message.
4752 MESSAGE Module line number too big (>= 1000000) (SDWARN 4752)
CAUSE The module number of the next line (which is automatically generated in SDCDE)
exceeds the 6 digit limit, 999999.
ACTION None necessary. SDCDE will prompt you for the name of the module into which the
source generation will continue.
4753 MESSAGE IMAGE-DATABASE data-base contains no data set. No sourcegenerated
(SDWARN 4753)
CAUSE No IMAGE-DATABASE contains IMAGE-DATASET relationships were found in the
dictionary for the given database.
ACTION No source will be generated for the database until the relationship(s) are added to the
dictionary.
4754 MESSAGE IMAGE-DATASET data-set contains no RECORD. No source generated