Hi All,
I am getting error like this
The structure "MASKS+BIT(1)" does not start with a character-type field. In Unicode programs in such cases, offset/length declarations are not allowed
actual this is the code in program :
ASSIGN MASKS+BIT(1) TO <MASK> TYPE 'X'.
declaration is
DATA: BIT TYPE I,
How can i rectify this one.
Regards
Jai