SQL/MP Messages Manual

Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual427720-006
13-16
SQL 11056
Cause. Stated in the error message.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Remove the duplicate cursor declaration.
SQL 11057
Cause. You entered a GLOBAL or EXTERNAL clause in a data description level less
than 01.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Correct the syntax error. According to COBOL rules, a GLOBAL or
EXTERNAL clause is allowed only in an 01 level data description entry.
SQL 11058
Cause. The preprocessor attempted to renumber the output file with a line number
increment of 100 between the Working-Storage Section header or Extended-Storage
Section header and the next line. This increment allows 100,000 lines to be inserted,
but it was not enough. This should happen only in a program that has many embedded
SQL statements.
Effect. Fatal error: Preprocessing terminates abnormally.
Recovery. Renumber the input file so that the line number increment between the
header and the next line is greater than 100.
11056 Only one DECLARE CURSOR statement per statement name is
allowed.
11057 GLOBAL or EXTERNAL clause is allowed only in a level 01
data description entry.
11058 More than 100,000 lines need to be inserted after the
Working-Storage Section header or the Extended-Storage
Section header. Renumber the input file so that the line
number increment is greater than 100 between the header and
the next line.