SQL/MP Messages Manual

Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual427720-006
13-19
SQL 11065
Cause. The statement contained an ambiguous reference to a host variable; the name
probably appeared in another record.
Effect. The SQL statement fails.
Recovery. Qualify the host variable name with the correct record name.
SQL 11066
Cause. The specified host variable name was longer than 30 characters.
Effect. Syntax error: Preprocessing continues.
Recovery. Specify a valid host variable name. A valid host variable cannot exceed 30
characters.
SQL 11067
Cause. A variable was declared with a level greater than 01, but there was no
corresponding level 01 for it.
Effect. The variable is not declared, and preprocessing continues.
Recovery. Add the level 01 declaration.
SQL 11068
Cause. You specified the AS clause more than once in an INVOKE statement.
Effect. Syntax error: INVOKE is ignored, and preprocessing continues.
Recovery. Remove the duplicate AS clause.
11065 Ambiguous reference to host variable value-1.
11066 Host variables cannot be longer than 30 characters.
11067 Missing 01 level.
11068 Do not specify the AS clause more than once in the
INVOKE statement.