HP System Dictionary/XL COBOL Definition Extractor (32257-90001)
A- 84
CAUSE The count attribute has a value greater than one, indicating that an occurs clause
should be used. Since this element is already contained in an element which is the
third level of an array, COBOL does not allow a forth level.
ACTION The dictionary count attribute must be updated to one, or the element removed from
the array.
4715 MESSAGE No command to REDO (SDERR 4715)
CAUSE No command has been issued in SDCDE prior to entering the REDO command, i.e., the
REDO is issued as the first command to SDCDE.
ACTION The REDO command is not valid unless a prior command has been entered. Prior com-
mands do not include empty lines, control Y, or CR.
4720 MESSAGE REDO is not allowed in non-interactive mode (SDERR 4720)
CAUSE SDCDE does not allow the REDO command when the input comes from SDIN, or if
SDCDE is being run in a job.
ACTION Remove the REDO command from the input file.
4721 MESSAGE Illegal use of REDO (SDERR 4721)
CAUSE The REDO command cannot be issued from within the REDO command.
ACTION Do not use REDO to create a REDO command.
4722 MESSAGE Command line out of range. Ignored (SDERR 4722)
CAUSE The REDO sub-command attempted to move to a line beyond the beginning or end of
the command being edited.
ACTION List the command being edited, and determine which line you wish to move to. Reenter
the correct number of lines to move.
4723 MESSAGE Illegal command after delete. Ignored (SDERR 4723)
CAUSE The delete sub-command character(s) of the REDO command must be followed by
blanks or by the insert sub-command character.
ACTION Modify the command so that the delete sub-command characters(s) are followed only
by blanks or the insert sub-command character, 'I'.
4724 MESSAGE String to insert too long to fit (SDERR 4724)
CAUSE The string which follows the insert sub-command will cause the current line to exceed
80 characters.
ACTION Reenter the insert sub-command using less characters, or break the edited line into
two lines and then reenter the insert sub-command.
4725 MESSAGE String to append too long to fit (SDERR 4725)
CAUSE The string which follows the append sub-command will cause the current line to exceed
80 characters.
ACTION Reenter the append sub-command using less characters, or break the edited line into
two lines and then reenter the append sub-command.
4726 MESSAGE REDO subcommand is followed by unallowed characters (SDERR 4726)
CAUSE The issued REDO sub-commmand was followed by other characters.