ALLBASE/SQL Message Manual (36216-90213)

274 Chapter9
ALLBASE/SQL Error Messages: 11007-22540
ACTION Change the copy file specification so that it does not exceed
the maximum number of characters for a valid file name.
11300 MESSAGE Illegal continuation line, ignored. (DBERR
11300)
CAUSE The statement contains an illegal continuation character.
The current line is ignored.
ACTION Specify a valid continuation character in the source file.
11301 MESSAGE Statement too long for FORTRAN. (DBERR 11301)
CAUSE Your FORTRAN statement included more than the
maximum number of continuation lines allowable.
ACTION Modify your FORTRAN statement to include no more than
19 continuation lines (20 lines if you add an initial line)
and re-preprocess your program.
11400 MESSAGE Type must be array [1..n] of record. (DBERR
11400)
CAUSE Your BULK command did not contain the required host
variable type.
ACTION Refer to the ALLBASE/SQL Pascal Application
Programming Guide for additional information on host
variables.
11500 MESSAGE Type must be a structure array. (DBERR 11500)
CAUSE The host variable used in your bulk command was not a
structure array.
ACTION Modify the DECLARE section of your program so that the
host variable is a structure array.
11502 MESSAGE The host variable must be an array of CHAR.
(DBERR 11502)
CAUSE The host variable you specified in the DECLARE section of
your program was not an array of char.
ACTION Modify the DECLARE section of your program so that the
host variable is a char array.
11503 MESSAGE Illegal host variable array type. (DBERR
11503)
CAUSE The host variable array you specified in the DECLARE
section of your program was not a char type or a structure.
ACTION Modify the DECLARE section and re-preprocess your
program.
11504 MESSAGE Illegal type for structure field. (DBERR
11504)
CAUSE The host variable you specified in the DECLARE section of