DATA ii TYPE i. IF ( ii + 1 ) > 2. WRITE: / 'more than 2'. ENDIF.
putting forward this error:
relational operator "+" is not supported
Is there any workaround or I have only left with inline functions and define macros.