Yup. Page 53 of z/OS V2R1.0 TSO/E REXX Reference. I see it now. 

> -----Original Message-----
> From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> Behalf Of Binyamin Dissen
> Sent: Thursday, February 27, 2020 1:51 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: New Rexx Question
> 
> By definition:
> 
> "They are evaluated only one time, before the loop begins and before the
> control variable is set to its initial value."
> 
> Use WHILE or UNTIL
> 
> On Thu, 27 Feb 2020 21:14:49 +0000 "Gibney, Dave" <gib...@wsu.edu>
> wrote:
> 
> :>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?
> 
> --
> Binyamin Dissen <bdis...@dissensoftware.com>
> https://urldefense.proofpoint.com/v2/url?u=http-
> 3A__www.dissensoftware.com&d=DwICAg&c=C3yme8gMkxg_ihJNXS06Zy
> Wk4EJm8LdrrvxQb-
> Je7sw&r=u9g8rUevBoyCPAdo5sWE9w&m=anYLYeJKFF_g8L3d7dTdL98BheR-
> p-
> DuaBjZQvOY9oo&s=2H1QCNgt2DVGmsSfiJR8VmpFv6p5jBees0gwtJ9whzw&e
> =
> 
> Director, Dissen Software, Bar & Grill - Israel
> 
> 
> Should you use the mailblocks package and expect a response from me, you
> should preauthorize the dissensoftware.com domain.
> 
> I very rarely bother responding to challenge/response systems, especially
> those from irresponsible companies.
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
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