SQL/MP Messages Manual

Preprocessor Messages (11000 to 11999)
HP NonStop SQL/MP Messages Manual427720-006
13-26
SQL 11090
Cause. You specified the same option more than once.
Effect. The statement fails.
Recovery. Remove the duplicate option.
SQL 11091
Cause. You specified an extent size that was not within the valid range.
Effect. The statement fails.
Recovery. Correct the extent size.
SQL 11092
Cause. You specified a MAXEXTENTS value that was not within the valid range.
Effect. The statement fails.
Recovery. Correct the MAXEXTENTS value.
SQL 11093
Cause. You specified a character set and a non character HOST variable. This is not
allowed.
Effect. Compilation continues, but no object code is generated.
Recovery. Change the HOST variable to a character type.
11090 An option cannot be specified more than once.
11091 An extent size must be between 0 and 65,535 pages; 0
and 134,215,680 bytes; or 0 and 134 megabytes.
11092 A MAXEXTENTS value must be between 1 and 959.
11093 Host variable must be a character type if it is to be
coerced with a character set.