SQL/MP Messages Manual
HP NonStop SQL/MP Messages Manual—427720-006
12-1
12
SQLCI Messages (10000 to 10999)
SQL 10001
Cause. An IN and OUT file conflict occurred.
Effect. The files are not opened.
Recovery. Specify different file names for the IN and OUT files. If you want input to be
taken from the terminal, do not specify the IN option in the RUN command. If you want
output to go to the terminal, do not specify the OUT option in the RUN command.
SQL 10002
Cause. You attempted to open the OUT file twice.
Effect. The file is not opened.
Recovery. Close the previous OUT file and reopen it.
SQL 10003
Cause. The file did not exist or was invalid.
Effect. The file is not opened.
Recovery. If this is an EDIT file, recover the file and reissue the command.
SQL 10004
Cause. The file did not exist or was invalid.
Effect. The file is not opened.
Recovery. If this is an EDIT file, recover the file and reissue the command.
10001 The OUT file cannot be the same as the IN file unless
the IN file is a terminal or process.
10002 The OUT file is already in use and cannot be reused
unless it is a terminal or process.
10003 Unable to read from file value-1.
10004 Unable to write to file value-1.