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

A- 77
REDO, or by reentering the command. The valid values are: IMAGE-DATABASE,
IMAGE-DATASET, FORMSFILE, FORM, FILE, KSAMFILE, RECORD, and ELE-
MENT.
4604 MESSAGE Entity of the specified type does not exist (SDERR 4604)
CAUSE The given entity name in the GENERATE command does not exist for the entity type
given in the ENTITY-TYPE parameter.
ACTION The entity name may be misspelled, it may not exist, or the entity type may not be the
correct type. Use LIST to get a list of all entities of the given entity type. Use REDO, or
reenter the command using the correct parameters.
4605 MESSAGE SDCDE does not generate COBOL source for entity-type entity type(SDERR
4605)
CAUSE The entity type name supplied in the ENTITY-TYPE parameter is not one of the entity
types supported by SDCDE.
ACTION The entity type name in the ENTITY-TYPE parameter must be changed to a value that
is supported by SDCDE. The supported entity type names are: IMAGE-DATABASE,
IMAGE-DATASET, FORMSFILE, FORM, FILE, KSAMFILE, RECORD, and ELE-
MENT.
4606 MESSAGE Entity type invalid or not allowed with GENERATE command (SDERR4606)
CAUSE The value given for the entity type parameter is a valid dictionary entity type, but is
not supported by this command.
ACTION Reenter the command using a supported entity type. Valid entity types are: IMAGE-
DATABASE, IMAGE-DATASET, FORMSFILE, FORM, FILE, KSAMFILE, RECORD,
and ELEMENT.
CAUSE The value given for the entity type parameter is not a valid dictionary entity type.
ACTION Reenter the command using a supported entity type or keyword. Valid entity types are:
IMAGE-DATABASE, IMAGE-DATASET, FORMSFILE, FORM, FILE, KSAMFILE,
RECORD, and ELEMENT.
4610 MESSAGE Module name specified is too long (SDERR 4610)
CAUSE The module name entered at the prompt must not exceed 8 characters.
ACTION Reenter a module name that does not exceed 8 characters.
4611 MESSAGE Module name should consist of alphanumeric characters and '-'(SDERR 4611)
CAUSE An illegal character was used in the module name. Only alphanumeric characters and
'-' are allowed in a module name.
ACTION Reenter a module name that has no illegal characters.
4612 MESSAGE Module name cannot end with a '-' (SDERR 4612)
CAUSE The module name may contain a '-', but not end with one.
ACTION Reenter a module name that has no '-' as the last character.
4613 MESSAGE Element qual should consist of alphanumeric chars and '-'(SDERR4613)
CAUSE An illegal character was used in the element qualifier. Only alphanumeric characters
and '-' are allowed.