I wish to process a basic stem variable with stem.0 containing the occurrences,
do I = 1 to stem.0
/* but, inside here, I wish to add additional occurrences */
  a = stem.0 + 1
  stem.a = 'New item'
  stem.0 = a
end

It appears that the do start and stop are evaluated and fixed at the beginning 
and subsequent alterations to the end value aren't effective.
Is this just the way it is? Or is there a technique I don't know?

Dave Gibney
Information Technology Services
Washington State University


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to