MPE/iX Error Messages Manual Vol 1 (32650-90878)

48 Chapter2
Command Interpreter
(CIERR)
and reenter the command. Consult with online Help
Facility and the MPE/iX Commands Reference Manual for
more information.
391 MESSAGE REQUIRES NAME OF FILE TO BE SAVED. (CIERR
391)
CAUSE You did not supply a file name to the SAVE command to
which the temporary file should be saved.
ACTION Reenter the command and supply a file name. Consult
with online Help Facility and the MPE/iX Commands
Reference Manual for more information.
392 MESSAGE EXPECTED "$OLDPASS". (CIERR 392)
393 MESSAGE UNABLE TO ACCESS $OLDPASS AS FILE !. (CIERR
393)
CAUSE Evidently, the $OLDPASS file does not exist.
ACTION Check the output of LISTFTEMP to verify whether
$OLDPASS exists or not. If it doe not, recompile your
program and then save $OLDPASS. Consult with online
Help Facility or the MPE/iX Commands Reference
Manual for more information.
394 MESSAGE UNABLE TO SAVE $OLDPASS PERMANENTLY AS FILE
!, SAVED IT TEMPORARY INSTEAD. (CIERR 394)
CAUSE Evidently, the file name you supplied as the second
parameter to SAVE command already exists.
ACTION Look for accompanying error messages. Reenter the
command, supply the new name assigned to $OLDPASS,
and specify a file name that does not exist as the second
parameter to SAVE.
395 MESSAGE UNABLE TO ACCESS TEMPORARY FILE !. (CIERR
395)
CAUSE You specified a temporary file that does not exist.
ACTION Check the output of LISTFTEMP for file existence, syntax
or spelling errors and reenter the command. For more
information about the command syntax, invoke the online
Help Facility or refer to the MPE/iX Commands Reference
Manual.
396 MESSAGE UNABLE TO CLOSE FILE ! AS A PERMANENT FILE,
LEFT IT AS A TEMPORARY FILE. (CIERR 396)
CAUSE A permanent file exists with the same name as the
temporary file you are trying to save.
ACTION Choose a different permanent name and reenter the
command.