FYI: EXECIO is supported by MVS and is not part of the TSO extensions/functions 
of REXX. 
        ADDRESS “MVS” “EXECIO ....”

It appears to work under TSO, because REXX then passes it to MVS before 
throughing an error.  EXECIO can be used under IRXMVS, but you will need to use 
BPXWDYN if you want to do dynamic allocation (under OS390, BPXWDYN was part of, 
and required,USS. As of zOS, this is no longer the case).

Sent via Al Ferguson’s iPad

> On Nov 23, 2020, at 18:23, Seymour J Metz <[email protected]> wrote:
> 
> Absolutely nothing. EXECIO in TSO/E does its own parsing.
> 
> 
> --
> Shmuel (Seymour J.) Metz
> http://mason.gmu.edu/~smetz3
> 
> 
> ________________________________________
> From: IBM Mainframe Discussion List <[email protected]> on behalf of 
> Charles Mills <[email protected]>
> Sent: Monday, November 23, 2020 5:16 PM
> To: [email protected]
> Subject: Re: Has anyone integrated Rexx with IKJPARS?
> 
> Pardon my ignorance. What does IKJPARS have to do with EXECIO DISKW?
> 
> Charles
> 
> 
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On 
> Behalf Of Paul Gilmartin
> Sent: Monday, November 23, 2020 10:34 AM
> To: [email protected]
> Subject: Re: Has anyone integrated Rexx with IKJPARS?
> 
> 
> in fact, IKJPARS weakens EXECIO.  In CMS Rexx, I can simply say:
>    EXECIO 1 DISKW file-spec (string It's a string!
> 
> ... (any expression).  IKJPARS would prohibit this.  I suspect this was
> a deciding factor in not providing TSO Rexx EXECIO a STRING option
> and requiring instead the cumbersome:
>    X.1 = 'It''s a string!'
>    'EXECIO 1 DISKW file-spec (stem X.'
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
> 

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

Reply via email to