SQL/MP Messages Manual
Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual—427720-006
13-6
SQL 11018
Cause. The preprocessor tried to keep the same line numbers in the generated output
file as those in the input file, but preserving line numbers was not possible. For
example, the preprocessor renumbers lines when it tries to insert a number of SQLIN
structures between the Working-Storage Section and the line following the Working-
Storage Section, and there are not enough available line numbers in that area.
Effect. Preprocessing restarts.
Recovery. If possible, renumber the file with larger increments. Renumbering is
inefficient because preprocessing will restart.
SQL 11019
Cause. All of the output file's possible extents were already allocated so there was no
room for the new line in the file.
Effect. Fatal error: Preprocessing terminates abnormally.
Recovery. Divide the program into smaller programs.
SQL 11020
Cause. The directive was after the Identification Division.
Effect. Syntax error: Preprocessing continues.
Recovery. Move the directive before the Identification Division.
SQL 11021
Cause. Internal error: Internal routine failed to do positioning in the output file.
Effect. Preprocessing terminates abnormally.
Recovery. None. Report the entire message to your service provider.
11018 The line numbers in this output file do not match the
input source file's line numbers because renumbering was
necessary.
11019 File extent is full.
11020 Directive must appear before Identification Division.
11021 Internal error: Error from positioning in EDIT file.