Previous Topic: DB21004ENext Topic: DB21006W


DB21005W

INCLUDE NOT VALID IN ANSI/FIPS MODE, STATEMENT IGNORED

Reason:

The CA Datacom/DB SQL Preprocessor detected an INCLUDE while processing in ANSI or FIPS mode. The INCLUDE was ignored and processing continued.

Action:

If you specified SQLMODE=ANSI or SQLMODE=FIPS as a Preprocessor option, you cannot use an INCLUDE statement in your program. Either remove the INCLUDE and copy the contents of the named member into your program, or specify SQLMODE=DATACOM in your Preprocessor options if you want to use the INCLUDE instruction.