hi,
I want to compare the working storage variables with the operands used in the expression.
eg:
if (ab = c + gf) | (klh = klg +tre) then
do
stm1
end
here I want to get the operands alone used in the above expressions and want to store those operands in an array.
please help me out..