DSNH5037I DECLARE VARIABLE STATEMENT FOUND WITH ONE-PASS PRECOMPILATION
Explanation
A DECLARE VARIABLE statement was found, but the source program is being precompiled with only one pass. If a DECLARE VARIABLE is used in an assembler source program, the ONEPASS precompiler option must not be used. If a DECLARE VARIABLE is used in a C, C++, or PL/I source program, the TWOPASS precompiler option must be used.
System action
The source program cannot be precompiled.
User response
Specify the TWOPASS precompiler option or, for assembler, do not specify the ONEPASS precompiler option.
Severity
8 (error)