As we have the IBM rexx compiler I often use the include directive, e g:
/*%INCLUDE ÖSETPARM*/ 
It works like copying the contents of member ÖSETPARM into the same place in 
the code.


 
Regards, 
Thomas Berg 
_________________________________________ 
Thomas Berg   Specialist   A M   SWEDBANK 




> -----Ursprungligt meddelande-----
> Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För
> Sambataro, Anthony (NIH/CIT) [E]
> Skickat: den 6 april 2011 13:01
> Till: IBM-MAIN@bama.ua.edu
> Ämne: Re: REXX INCLUDE ?
> 
> The REXX compiler offers an %INCLUDE statement.
> 
> You can initialize an entire stem variable quickly, for example:
> 
> stem. = 0
> stem.0 = 10
> 
> Will create a stem variable of 10 elements all with a value of zero.
> 
> -----Original Message-----
> From: Miklos Szigetvari [mailto:miklos.szigetv...@isis-papyrus.com]
> Sent: Wednesday, April 06, 2011 6:01 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: REXX INCLUDE ?
> 
>      Hi
> 
> Some REXX questions:
> 
> Any kind of REXX INCLUDE feature i.e include a REXX "copybook"  ?
> We need some large "initialized" data areas,  stems.
> What is the  best or  fastest way to do this?
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
> 
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to