ALLBASE/SQL Message Manual (36216-90213)

220 Chapter7
ALLBASE/SQL Error Messages: 2800-8220
command.
3200 MESSAGE Invalid LONG column I/O syntax. (DBERR 3200)
CAUSE You specified a long column input or output target which is
not correct.
ACTION Check the > or < I/O redirection syntax.
3201 MESSAGE Invalid LONG column file name. (DBERR 3201)
CAUSE The file name is incorrect.
ACTION Refer to the
MPE/iX General User's Reference
Manual
for information on file naming conventions.
3202 MESSAGE Invalid LONG column heap space. (DBERR 3202)
CAUSE The heap space address is not correctly specified.
ACTION Check that the heap space address is the same as returned
in the program to obtain it.
3203 MESSAGE Missing LONG column heap space length. (DBERR
3203)
CAUSE The length for heap address is not specified.
ACTION Specify the length of the heap address. The syntax for the
heap address is
>%HeapAdressValue:LengthOfHeap
.
3205 MESSAGE LONG column file access error in module !(!),
status code !. (DBERR 3205)
CAUSE There is a problem with the file used as the input or
output device in a LONG column operation. Either the file
does not exist, cannot be read, or cannot be written to.
ACTION Ensure that the file exists and has the appropriate
security access.
3206 MESSAGE LONG column file already exists. (DBERR 3206)
CAUSE The output file exists but the OVERWRITE option was not
specified.
ACTION Remove the file or add the OVERWRITE option.
3208 MESSAGE LONG columns exceed maximum 40 columns.
(DBERR 3208)
CAUSE You entered more than 40 LONG columns.
ACTION Reduce the number of LONG columns.
3209 MESSAGE LONG column heap attachment failed. (DBERR
3209)
CAUSE The heap space address cannot be attached. The heap
space address may be missing or is incorrect.
ACTION Verify that you are using the correct heap space address.