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
