SQL/MP Messages Manual

Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual427720-006
13-12
SQL 11038
Cause. The preprocessor does not allow the INDEX clause.
Effect. Preprocessing continues, but no object code is generated.
Recovery. Remove the INDEX clause.
SQL 11039
Cause. The preprocessor does not allow the RENAMES clause.
Effect. The host variable is still declared, but the RENAMES clause is ignored.
Recovery. Remove the RENAMES clause.
SQL 11040
Cause. The preprocessor does not allow the JUSTIFIED clause.
Effect. The host variable is still declared, but the JUSTIFIED clause is ignored.
Recovery. Remove the JUSTIFIED clause.
SQL 11041
Cause. The preprocessor could not create the temporary file. The preprocessor
creates the output file as a temporary file, ZZPRnnnn, and then renames that file to
either the user-specified output file name or the default output file name. The name
chosen for a temporary file is ZZPR followed by 4 digits between 1000 and 9999.
These files already existed, and the preprocessor could not purge them.
Effect. Fatal error: Preprocessing terminates abnormally.
Recovery. Purge the temporary files, or use another subvolume name to create the
output file.
11038 The INDEX clause is not allowed.
11039 The RENAMES clause is ignored.
11040 JUSTIFIED clause is not allowed.
11041 Cannot create a temporary file because ZZPR1000 through
ZZPR9999 already exist and cannot be purged. Purge the
ZZPRnnnn files or create the output file on another
subvolume.