ALLBASE/SQL Message Manual (36216-90213)

Chapter 3 87
ALLBASE/SQL Error Messages: 1-745
ACTION Refer to the cause and action of the additional error
message.
150 MESSAGE Invalid character for null indicator. (DBERR
150)
CAUSE The character you specified for the null indicator in the
LOAD or UNLOAD EXTERNAL command was invalid.
ACTION Issue the command again, specifying any single one-byte
character for the null indicator except a single quote,
double quote, semi-colon, blank, or the current escape
character.
151 MESSAGE File created with different product or
version, or not an
INTERNAL file. (DBERR 151)
CAUSE The input file you specified in the LOAD command was
created from a different product or a different version of
ISQL
or
the file was UNLOADed using the EXTERNAL option.
ACTION UNLOAD the data to create a file from the current version
specifying the INTERNAL option and issue the LOAD
command again
or
issue the LOAD command again, specifying the
EXTERNAL option.
152 MESSAGE INSTALL file created with different product
or version. (DBERR 152)
CAUSE The file you specified in the INSTALL command was
created from a different product or different version of the
preprocessor you are using.
ACTION Re-preprocess your program to create an installable
module file from the current version, then issue the
INSTALL command again.
175 MESSAGE EXECUTE IMMEDIATE cannot be used for !.
(DBERR 175)
CAUSE You cannot dynamically preprocess the specified
command.
ACTION Re-submit the command without using the EXECUTE
IMMEDIATE statement to host it. Refer to the
ALLBASE/SQL Reference Manual for a list of statements
that can be executed using EXECUTE IMMEDIATE.
176 MESSAGE ! cannot be used interactively. (DBERR 176)