ALLBASE/SQL Message Manual (36216-90213)

Chapter 9 271
ALLBASE/SQL Error Messages: 11007-22540
maximum DBEnvironment name length.
11024 MESSAGE Host variable declaration too large for this
usage. (DBERR 11024)
CAUSE You specified a host variable with a declared length
greater than the maximum allowed length.
ACTION Specify a host variable with a declared length less than or
equal to the maximum allowed length. Consult the
ALLBASE/SQL Reference Manual for the maximum
allowed length.
11025 MESSAGE Character string too large for this usage.
(DBERR 11025)
CAUSE You specified a character string which is longer than the
maximum allowed length.
ACTION Specify a character string which is less than or equal to
the maximum allowed length. Consult the ALLBASE/SQL
Reference Manual for the maximum allowed length.
11026 MESSAGE DYNAMIC option may be specified only once.
(DBERR 11026)
CAUSE The preprocessor was invoked with the DYNAMIC option
specified more than once in the command line.
ACTION Invoke the preprocessor specifying the DYNAMIC option
only once.
11028 MESSAGE DBEnvironment name not allowed for DYNAMIC
preprocessing. (DBERR 11028)
CAUSE You specified a DBEnvironment name when invoking the
preprocessor with the DYNAMIC option.
ACTION Omit the DBEnvironment name when invoking the
preprocessor with the DYNAMIC option.
11200 MESSAGE No ending END-EXEC before end of file. (DBERR
11200)
CAUSE SQLIN contains an SQL statement that is preceded by
EXEC SQL but is not followed by END-EXEC.
ACTION Insert END-EXEC in the appropriate location in SQLIN
and process SQLIN again.
11201 MESSAGE Missing or incorrect PROGRAM-ID paragraph.
(DBERR 11201)
CAUSE The preprocessor did not find a PROGRAM-ID in SQLIN.
ACTION Insert a PROGRAM-ID label in SQLIN or check your
spelling on the existing label and re-preprocess your
program.