SQL/MP Messages Manual

HP NonStop SQL/MP Messages Manual427720-006
14-1
14
SQL INVOKE messages (12000 to
12999)
SQL 12001
Cause. The INVOKE command had a LEVEL clause with an invalid base level
number or increment. The base level must be an integer from 1 through 47. The
increment must be an integer from 1 through 24.
Effect. The command fails.
Recovery. Specify the LEVEL clause with a valid base level and increment.
SQL 12002
Cause. The INVOKE command had a LEVEL clause with an increment that was too
large for the base level specified. (Base level) + (2 * increment) must not exceed 49.
Effect. The command fails.
Recovery. Specify the LEVEL clause with a smaller base level or increment.
SQL 12003
Cause. The record name you supplied exceeds the length allowed for host language
variables.
Effect. The command continues, but truncation occurs.
Recovery. Re-issue the command with a record name that is the correct length.
12001 Invalid base level or increment specified in LEVEL
clause.
12002 LEVEL increment is too large for the base level
specified.
12003 The record name supplied exceeds the length allowed for
host language variables. Truncation will occur.