On Sun, 19 Dec 2021 18:34:55 +0000, Seymour J Metz wrote:

>> Similarly, I'd like to have easy access to ISPF without any TSO
>> involvement, and without allocating a bunch of DDNAMEs.
>
>What's wrong with batch TMP? CMS?
>  
>> Rexx lacks:
>> o Ability to invoke a mixture of authorized and non-authorized programs from 
>> the same script.
>
>Maybe in IRXJCL et al, but not in TSO.
> 
Cumbersome in IRXJCL; eeven worse in OMVS.

>> Any additions to the list?
>
>REXX, as opposed to OREXX, only has call by value.
> 
The previous ply was comparing Rexx to JCL, not OREXX, but OK:

>REXX, as opposed to OREXX, lacks arrays and iteration over arrays, although 
>compound variable pick up some of the slack.
> 
Rexx compound symbols are associative arrays.  What's wrong with that?
Although they're limited to one-dimensional.  Does OREXX support
multi-dimensional?

Rexx poses a challenge for "iterate over".  How does  OREXX iterate
over A. after:
    A. = 'Preset"
    Nil = ''; A.Nil = 'wombat'
    drop A.42

I doubt that the shareware STEMPUSH(?) and STEMPULL(?) can
do this preserving full information.  II think it's a deficiency of IRXEXCOM.

-- gil

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

Reply via email to