EQA1934E The assignment was not performed because the assigned value might not be used by the program, due to optimization.
Explanation
Results are unreliable, because the program might use the previous value that was saved in temporary storage or a register.
Programmer response
You can SET WARNING OFF to allow the update to take place or recompile the program without optimization.