Hi all,
I have a problem in unicode programming.
Actual code is <b>DO VARYING WRK_HF FROM WRK_T169 NEXT WRK_T168.</b>
For unicode compatible we changed above code as
<b>DO VARYING WRK_HF FROM WRK_T169(1) NEXT WRK_T168(1)
Range WRK_T1+0(1).</b>
But is giving error at runtime as "DO_WHILE_VARY_NOT_IN_RANGE".
the system tried to access data outside the valid range. The valid range
is specified either explicitly using a RANGE addition, or implicitly by
the rules governing ranges in Unicode programs.
Plz help me in this.
Regards,
Vineel