CDISP0743E

The state variable name state variable shadows an attribute of the same name.

A state variable hides the attributes of an input stream of the same name. When it is compared to prior releases, the SPL compiler is changed in a way that alters the behavior of this application.
Rename the state variable, or qualify an input stream attribute with the name of the stream. The recommended correction for this error is to fully qualify the attribute name. The first alternative correction is to specify the state-variable-scoping-behavior=old option to select the older behavior of the compiler where the stream attribute shadows the state variable. The second alternative correction is to specify the state-variable-scoping-behavior=new option to select the new behavior of the compiler where the state variable shadows the stream attribute.