SQL/MP Messages Manual

SQL Compiler Messages
HP NonStop SQL/MP Messages Manual427720-006
4-15
SQL 2052
Cause. A logical name longer than 24 character was specified.
Effect. The SQL compilation terminates abnormally.
Recovery. Specify a valid logical name and recompile.
SQL 2053
Cause. The input file must be an object file generated by the host language compiler,
a program file generated by the BINDER, or a program file generated by the SQL
compiler if this is an explicit SQL recompilation.
Effect. The SQL compilation terminates abnormally.
Recovery. Specify a valid input file and recompile. Do not specify an EDIT file as the
input file.
SQL 2054
Cause. The BINDER region must be present at SQL compilation time, but it was not
present. The BINDER region is the header of the object file, and contains information
about RTDU offsets. This region is removed when an object file is stripped.
Effect. The SQL compilation terminates abnormally.
Recovery. Generate an object file that is not stripped and recompile.
SQL 2055
Cause. The error message states the cause.
Effect. The SQL compilation terminates abnormally.
Recovery. Specify a valid file name and recompile the program.
2052 A logical name can be up to 24 characters.
2053 Input file is not a program file or an object file.
2054 The object file that is being SQL compiled does not have
a BINDER region.
2055 value-1 is an invalid file name.