MPE/iX Error Messages Manual Vol 1 (32650-90878)
Chapter 2 69
Command Interpreter
(CIERR)
Remember to terminate the string with a matching
delimiter.
683 MESSAGE EXPECTED BALANCING ' OR " TO TERMINATE
STRING. (CIERR 683)
CAUSE The strings are ended with a matching ' or ". If the string
was started using ', it should be ended with '. If the string
was started using ", is should be terminated with ".
ACTION Re-enter the command and use matching pairs of
delimiters.
684 MESSAGE COULDN'T OPEN SPECIFIED $STDIN FOR PROGRAM.
(CIERR 684)
CAUSE The file specified as STDIN does not exist.
ACTION Verify that the file exists or its name was entered correctly.
Then re-enter the command.
685 MESSAGE COULDN'T OPEN SPECIFIED $STDLIST FOR PROGRAM.
(CIERR 685)
CAUSE The file specified as STDLIST does not exist.
ACTION Verify that the file exists or its name was entered correctly.
Then re-enter the command.
686 MESSAGE CREATEPROCESS ERROR !. (CIERR 686)
687 MESSAGE EXPECTED SEMICOLON OR CARRIAGE RETURN. (CIERR
687)
CAUSE An ASCII code other than semicolon or carriage return
was specified.
ACTION Re-enter the command.
688 MESSAGE INFO STRING MUST NOT EXCEED 255 CHARACTERS
INCLUDING DELIMITING QUOTES. (CIERR 688)
CAUSE The info string contains more than 255 characters.
ACTION Escape codes and control characters are valid characters.
Re-enter the command and make sure that the total
number of visible, invisible, and delimiting quotes is not
more than 255 characters.
689 MESSAGE THE ONLY SYSTEM DEFINED FILE ALLOWED IS
$OLDPASS (CIERR 689)
CAUSE A system defined file other than $OLDPASS was specified.
ACTION Re-enter the command and specify $OLDPASS as the
system defined file name.
690 MESSAGE USER SPECIFIED NEITHER IA NOR BA; ! IMPOSED.
(CIWARN 690)