SQL/MP Messages Manual

SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual427720-006
10-38
SQL 8421
Cause. Either the program was not SQL compiled or it was invalid.
Effect. Program execution fails.
Recovery. SQL compile and run the program again.
SQL 8422
Cause. You entered a value of the percentile number for the PTILE outside the correct
range.
Effect. The statement fails.
Recovery. Specify a percentile number within the 1-99 range and resubmit.
SQL 8423
Cause. No indicator variable was specified for a null value.
Effect. The statement fails.
Recovery. Specify an indicator variable along with the host variable or the parameter.
SQL 8424
Cause. The target was specified with the NOT NULL option.
Effect. The statement fails.
Recovery. Specify the target without the NOT NULL option.
8421 Error encountered during FILEINQUIRE call to determine
SQL sensitivity and validity settings of the program file.
See the file system error for more information.
8422 The value of the percentile number for the PTILE is not
in range 1-99.
8423 There is no indicator variable specified and the output
value is null.
8424 Attempt to move a NULL value into a field that does not
allow NULL values.