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

BAP SYntax error

Former Member
0 Likes
421

Hello friends,

I am having the following ayntax error.

Could not specify the access range automatically. This means that you need a RANGE addition . . . . . . . . . .

the error occurs at the below statement.


  DO 20 TIMES VARYING V FROM C(1) NEXT C+2(1).     "Posiciones impares
    CHECKSUM = CHECKSUM + V.
  ENDDO.

Any Suggestions please,

Ster

1 REPLY 1
Read only

Former Member
0 Likes
382

Solved it Myself.