Previous Topic: DB20412ENext Topic: DB20414E


DB20413E

REFERENCE IN STATEMENT PRIOR TO DEFINITION

Reason:

A host or indicator variable referenced a field that is declared later in the source. Not valid where ANSI compatibility is required.

Action:

Move the field definition to a location in the source prior to the reference within the SQL statement. For ANSI place the definition in an SQL declare section.