SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-15
SQL 11051
Cause. Either the input file or the output file could not be opened. If this is an input file,
the file probably did not exist, or another user opened it exclusively. If this is an output
file, there was probably a security violation, or another user opened it explicitly. See the
error following this error for the cause.
Effect. An SIO error occurred. The file is not opened.
Recovery. Identify the problem, correct it, and reissue the request.
SQL 11052
Cause. An END-EXEC or an end quotation mark was missing.
Effect. Fatal error: Preprocessing terminates abnormally.
Recovery. Add the missing keywords or quotation mark to the source code, and
preprocess again.
SQL 11053
Cause. The cursor name was qualified by a name other than the one in the
PROGRAM-ID paragraph.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Specify the correct program name.
SQL 11054
Cause. The procedure name value-1 was invalid.
Effect. Fatal error: Preprocessing terminates abnormally.
Recovery. Specify a valid procedure name. A COBOL procedure name must follow
COBOL rules. A C procedure name must follow C rules. A Pascal procedure name
must follow Pascal rules
11051 Unable to open file value-1.
11052 End-of-file reached unexpectedly.
11053 Cursor name or statement name can be qualified only by
the name of the current program. value-1 is not the current
program name.
11054 Invalid procedure name value-1.