Skip to Content
0
Jul 25, 2005 at 06:01 AM

Dynamic compare

76 Views

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