On Mon, 1 Jul 2024 21:06:34 +0000, Seymour J Metz wrote:

>How do you write an ISPF dialog or EDIT macro in Python. The REXX concept of 
>registering an environment makes it very useful.
>
>That said, TSO/E is way behind the xexx world. In ooRexx you can iterate over, 
>e.g., arrays, stem objects. The cobbler's children are barefoot.
>
Rexx (no "oo") lacks shell'w:
    for I in Larry Moe Curly; do ...

And, most painful, Rexx lacks a construct to enumerate an
associative array ("stem").

-- 
gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to