Previous Topic: DB20413ENext Topic: DB21001E


DB20414E

DEFINITION NOT IN SQL DECLARE SECTION

Reason:

The field referenced by the host or indicator variable was declared outside of the declare section, a requirement for ANSI compatibility.

Action:

Code the definition inside an SQL declare section prior to reference by an SQL statement. If moving within the source, remove the previous definition.