> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Ze'ev Atlas
> Sent: Thursday, August 08, 2013 5:25 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: REXX exec, To compile or not to compile
> 
> >Yes if you have a lot of rexx-pure executing code.  If you have a many
> host commands intermingled with the code it's probably not much
> benefits.
> 
> I wanted to ask, where is EXECIO in the picture and how is it compares
> with using stream
> 

EXECIO does not benefit from compiling the program.  Someone has found that it 
even loses on compilation (although not much).
Probably because of the overhead of creating and filling the stem variables.
(NOTE that EXECIO is an external functionality!)
FWIW, you could sometimes get better performance by using the stack instead of 
a stem when using EXECIO.  
I have no experience of stream on MVS.



Best Regards
Thomas Berg
___________________________________________________________________
Thomas Berg   Specialist   zOS\RQM\IT Delivery   SWEDBANK AB (Publ)

 

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