Hi,
I want to compare two value like this.
data: opera(2) type c.
data: value1(15) type c.
data: value2(15) type c.
if value1 opera value2.
true.
else.
false.
endif.
i have try the marco statment. but it does not support realtional operator. Any idea ?
Thanks
Wilson