Previous Topic: DB20400ENext Topic: DB20402E


DB20401E

INVALID FIELD STORAGE TYPE FOR ANSI

Reason:

A field was defined inside an SQL declare section. The field type specified for host or indicator variable is not within the ANSI standard. For ANSI compatibility, all field declarations in a declare section must be valid.

Action:

In the Preprocessor section of the CA Datacom/DB SQL User Guide, read about the valid field types for host and indicator variables for the appropriate language in ANSI compatibility mode. Code the appropriate type in the source and rerun the job.