Belwo is the conditiion.
WS-var.
var1 pic 9(3)
var2 pic 9(6) value '999991', '999992'.
var3 pic x(10)
Condition.
if var1 > 0 and var2 Not = 999991 or 999992
move var3 to out-var
end-if
Data is present to satisfy the IF condition. But this code is not checking the second condition...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.