do i over A.
    say 'A.'i '=' A.i
    end

Should give only one line: "A. = I dunno".

However, I would probably write

do i over A.
    say 'A.'i '=' A.[i]
    end

--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
עַם יִשְׂרָאֵל חַי
נֵ֣צַח יִשְׂרָאֵ֔ל לֹ֥א יְשַׁקֵּ֖ר

________________________________________
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> on behalf of 
Paul Gilmartin <0000042bfe9c879d-dmarc-requ...@listserv.ua.edu>
Sent: Monday, July 1, 2024 8:32 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: Rexx is quite cool, flexible, powerful, feature-rich, thank you! 
(Re: z/OS 3.1 Enhancements & Support News

On Mon, 1 Jul 2024 23:13:04 +0000, Seymour J Metz wrote:

>Yes, on my PCs I only use ooRexx, which has DO OVER and USE ARG; in TSO I'm 
>stuck with classic REXX, which has neither.
>
What does DO OVER do for the analogue of REXX:
    A. = 'Preset'
    drop A.GAP
    Null = ''; A.Null = "I dunno"
???

--
gil

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