ALLBASE/SQL Message Manual (36216-90213)

Chapter 8 261
ALLBASE/SQL Error Messages: 8221-10999
ACTION Correct the syntax in your WHENEVER clauses and
re-preprocess your program. Keep in mind that valid
conditions are SQLWARNING, SQLERROR, and NOT
FOUND. Valid actions are STOP, GOTO, and CONTINUE.
10949 MESSAGE Undeclared host variable. (DBERR 10949)
CAUSE The SQL statement you specified a host variable which
was either not declared or was incorrectly declared in the
host variable declaration section.
ACTION Either enter the host variable if it was not declared or
correct it if it was entered incorrectly and re-preprocess
your program.
10950 MESSAGE Indicator variable type must be SQLIND.
(DBERR 10950)
CAUSE The host variable you used as an indicator variable in an
SQL statement was not declared as SQLIND in the host
variable declaration.
ACTION Either modify the SQL statement to use a host variable
declared as SQLIND or modify the declaration of the host
variable to be SQLIND and re-preprocess your program.
10951 MESSAGE Stand-alone SELECT statement requires INTO
clause. (DBERR 10951)
CAUSE Your embedded SELECT statement did not include the
required INTO clause which defines the host variables for
holding rows returned to the application program.
ACTION Modify the SELECT statement to include the required
INTO clause and re-preprocess your program. Refer to the
ALLBASE/SQL Reference Manual for additional
information on the SELECT statement.
10953 MESSAGE Cannot connect to DBEnvironment. (DBERR
10953)
CAUSE The DBEnvironment you specified does not exist
or
the DBEnvironment you specified is in use and the user
mode is set to SINGLE
or
you do not have the required authority to access the
DBEnvironment.
ACTION Check your spelling
or
wait until the DBEnvironment is not being accessed