ALLBASE/SQL Message Manual (36216-90213)

256 Chapter8
ALLBASE/SQL Error Messages: 8221-10999
10915 MESSAGE SYNTAX option may not be used with any other
option. (DBERR 10915)
CAUSE You specified additional options in the preprocessor
invocation line along with the SYNTAX option.
ACTION Invoke the preprocessor again, specifying the SYNTAX
option as the only option if you want to run the
preprocessor in syntax checking mode. Do not specify the
SYNTAX option if you want to run the preprocessor in full
preprocessing mode.
10916 MESSAGE Unexpected end of line after MODULE/OWNER
option. (DBERR 10916)
CAUSE The module or owner option in the preprocessor invocation
line was not followed by a module name or an owner name.
ACTION Invoke the preprocessor again, specifying an appropriate
name (in parentheses) following the MODULE or OWNER
option.
10917 MESSAGE Expected left parenthesis after MODULE/OWNER
option. (DBERR 10917)
CAUSE The module or owner option in the preprocessor invocation
line was not followed by the module or owner name in
parentheses.
ACTION Invoke the preprocessor again, specifying the module or
owner name enclosed in parentheses.
10918 MESSAGE Invalid MODULE/OWNER name. (DBERR 10918)
CAUSE The module or owner name you specified in the
preprocessor invocation line was invalid.
ACTION Invoke the preprocessor again, specifying a valid module
or owner name. Refer to the ALLBASE/SQL Reference
Manual for naming conventions.
10919 MESSAGE Expected right parenthesis after MODULE/OWNER
name. (DBERR 10919)
CAUSE The module or owner name you specified in the
preprocessor invocation line was not followed by a right
parenthesis.
ACTION Invoke the preprocessor again, specifying the module or
owner name enclosed in parentheses.
10920 MESSAGE Memory allocation failed. (DBERR 10920)
CAUSE The preprocessor was unable to obtain the additional
memory it needed.
ACTION Try preprocessing your program later or reduce the size of
the program.