ALLBASE/SQL Message Manual (36216-90213)

Chapter 2 49
ALLBASE/SQL Warning Messages
10612 MESSAGE Native version of ALLBASE/SQL message catalog
not accessible. (DBWARN 10612)
CAUSE The native version of the SQLCTxxx.PUB.SYS message
catalog was not found.
ACTION Install the native message catalog.
10613 MESSAGE User's and DBE's languages are different.
(DBWARN 10613)
CAUSE The NLUSERLANG job control word and the language of
the DBEnvironment are different.
ACTION Set NLUSERLANG to the proper language.
10614 MESSAGE Not enough space to return parse information.
(DBWARN 10614)
CAUSE The buffer space passed to hold the returned parse
information was not sufficient.
ACTION Increase the buffer space.
10621 MESSAGE ***REDEFINES clause: Non-standard host
variable declaration. (DBWARN 10621)
CAUSE A possible cause is that the REDEFINE clause was used.
ACTION No action required. Only elementary level items are
allowed in ALLBASE/SQL calls. In order to pass an item
with subitems in the COBOL preprocessor, you can use a
REDEFINE clause. However, you will receive a warning
because you are using a non-standard host variable
declaration.
10622 MESSAGE Cannot obtain user's language. Default
language C assumed. (DBWARN 10622)
CAUSE The user's language is not found.
ACTION Check the native language parameters.
10700 MESSAGE Filler added to adjust for odd-byte field.
(DBWARN 10700)
CAUSE The preprocessor generated in the preprocessor output file
a one-byte filler character for an odd-byte host variable
declaration to ensure that the data is aligned on word
boundaries.
ACTION No action is necessary. The preprocessor inserted the
required one-byte filler character in the preprocessor
output file.
10701 MESSAGE Maximum COBOL work length exceeded. Truncated
to 30 bytes.
(DBWARN 10701)