Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error in Unicode programming

Former Member
0 Likes
336

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

1 REPLY 1
Read only

Former Member
0 Likes
307

Hi

Try giving offset as WRK_T10(69) and WRK_T10(68).

Regards,

Raghu.

*Reward points if useful.