‎2007 Sep 15 1:57 PM
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
‎2007 Sep 15 3:30 PM
Hi
Try giving offset as WRK_T10(69) and WRK_T10(68).
Regards,
Raghu.
*Reward points if useful.