HP System Dictionary/XL COBOL Definition Extractor (32257-90001)
A- 71
ACTION Add the semicolon character, ';', to the command using REDO, or by reentering the
command.
4525 MESSAGE Your response is too long (SDERR 4525)
CAUSE The user entered a response to a prompt that was too long.
ACTION Use the HELP facility or manual to determine the correct responses for this prompt,
and reenter a valid response. The help facility may be accessed by entering a question
mark, '?', at any prompt.
4526 MESSAGE Invalid answer (SDERR 4526)
CAUSE The user entered an invalid response to a prompt.
ACTION All prompts contain a list of the accepted answers in parentheses. If more help is
required, enter a question mark, '?', for help, or check the manual. Reenter a valid
response to the current prompt.
4530 MESSAGE Superfluous parameters found after command ending period (SDERR 4530)
CAUSE Characters were found after the period which terminated the command.
ACTION Omit all characters after the period in the command using REDO, or by reentering the
command.
4531 MESSAGE Found more arguments than command requires (SDERR 4531)
CAUSE The command contains more arguments than the syntax allows.
ACTION Omit all extraneous parameters from the command using REDO, or by reentering the
command. A description of the valid arguments for each command may be found in the
HELP facility or the manual.
4532 MESSAGE Expecting 'Y' or 'N' answer (SDERR 4532)
CAUSE The user entered a response other than 'Y' or 'N' to the prompt.
ACTION Enter 'Y' or 'N'.
4533 MESSAGE Mismatched quotes (SDERR 4533)
CAUSE The quoted password contains mismatching quotes.
ACTION Reenter the password by using the REDO command, or by retyping the whole com-
mand. Make sure that the beginning quote has a matching quote within the same com-
mand line. Quotes can be included in the password by specifying two consecutive
quotes.
4534 MESSAGE Unknown DEFINE parameter (SDERR 4534)
CAUSE The parameter being specified is not recognizable by SDCDE.
ACTION Determine the valid DEFINE command parameters using the HELP DEFINE com-
mand or the manual. Fix the parameter using REDO, or by reentering the command.
4535 MESSAGE Expecting dictionary name (SDERR 4535)
CAUSE The dictionary name was not supplied in the DICTIONARY parameter.
ACTION Add the dictionary name to the DICTIONARY parameter using REDO, or by reenter-
ing the command.
4536 MESSAGE Expecting scope name (SDERR 4536)