ALLBASE/SQL Message Manual (36216-90213)

88 Chapter3
ALLBASE/SQL Error Messages: 1-745
CAUSE The command you specified can only be used in an
application program.
ACTION Refer to the ALLBASE/SQL Reference Manual for
additional information on the specified command.
177 MESSAGE SELECT cannot be preprocessed interactively
with PREPARE. (DBERR 177)
CAUSE You tried to PREPARE a SELECT statement interactively.
ACTION You can either PREPARE a SELECT programmatically or
issue the SELECT statement directly or in a command
file. Refer to the ISQL Reference Manual for
ALLBASE/SQL and IMAGE/SQL for additional
information.
193 MESSAGE Number of nested start files exceeds maximum.
(DBERR 193)
CAUSE There are more than ten levels of nesting of command
files. This error may result from an unintended recursive
START command. A maximum of ten command files can
be in use at one time.
ACTION Rewrite your command files so that there are ten or fewer
levels of nesting. Remove any recursive START
commands.
201 MESSAGE Invalid starting row. (DBERR 201)
CAUSE The value you specified for the starting row is not a
positive integer.
ACTION Issue the LOAD command again, specifying a positive
integer.
202 MESSAGE Invalid number of rows. (DBERR 202)
CAUSE The number of rows you specified is not a positive integer.
ACTION Issue the LOAD command again, specifying a positive
integer for the starting row.
211 MESSAGE Failed to free heap space. (DBERR 211)
CAUSE Internal error.
ACTION Report this error to your database administrator. If the
problem persists, record as much information as possible
and contact your HP Service Representative or Response
Center.
212 MESSAGE Failed to get heap space. (DBERR 212)
CAUSE There was no memory available for your query.
ACTION Report this error to your database administrator and try
your query later. If this problem persists, record as much