IGYCB7311-W The data item '&1' may be used at this statement before it is set.
Explanation
When compiling with theINITCHECK
option,
the compiler detects that a data item is used as a sender but may
not have been assigned a value.System action
The compilation continues. RC=4 is returned.User response
Assign a value to the data item by using anINTIALIZE
statement, MOVE
statement,
or VALUE
clause.