ALLBASE/SQL Message Manual (36216-90213)

Chapter 9 273
ALLBASE/SQL Error Messages: 11007-22540
CAUSE The keyword COPY was encountered within another
COPY statement. COPY is a keyword which can only be
used to specify the start of a COPY statement.
ACTION Terminate previous COPY statement before beginning
another COPY statement. Verify that the COPY statement
follows conventions specified in the HP COBOL II/XL
Reference Manual.
11209 MESSAGE Copy file open error. (DBERR 11209)
CAUSE A system error was encountered while attempting to open
the specified copy file.
ACTION Check the spelling of the copy file. Verify that the specified
copy file exists. Verify that the specified group and account
exist. Verify that appropriate read privileges exist for the
specified copy file.
11210 MESSAGE Statement not properly terminated; period
expected. (DBERR 11210)
CAUSE A terminating period for a COBOL statement was
expected but not found.
ACTION Verify that the COBOL statement follows conventions
specified in the HP COBOL II/XL Reference Manual.
11211 MESSAGE MESSAGE: No ending '==' before end of line.
(DBERR 11211)
CAUSE A REPLACE/REPLACING parameter literal was not
properly terminated before the end of the line or end of the
file. No ending '==' was found to match a beginning '=='
literal delimiter.
ACTION Verify that the REPLACE/REPLACING parameter literal
is terminated by a '==' on the same line as the beginning
'==' literal delimiter. If the parameter literal is longer than
a single line, verify that the line is properly continued
following conventions specified in the HP COBOL II/XL
Reference Manual.
11212 MESSAGE Error in continuation of parameter. (DBERR
11212)
CAUSE A REPLACE/REPLACING parameter literal was not
properly continued on the following line.
ACTION Verify that the REPLACE/REPLACING parameter literal
is continued following conventions specified in the HP
COBOL II/XL Reference Manual.
11213 MESSAGE Too many characters. (DBERR 11213)
CAUSE The copy file specification exceeds the allowed maximum
number of characters.