My thought was to avoid creating a function package and all that goes with it and hoping there was a dynamic way to do it.
Or at least to dynamically load a rexx function module at the start of an exec so that it would be referenced in storage rather than being loaded/deleted when used, and then to unload it when done. I may be off base but it seems like a nice thing to do to improve the performance when using modules for rexx functions and not having to create a function package. -------------------------------------------------------------------------- Lionel B. Dyck Mainframe Systems Programmer - TRA -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of ITschak Mugzach Sent: Wednesday, September 13, 2017 12:00 PM To: [email protected] Subject: [EXTERNAL] Re: dynamic rexx function package Lionel. Don;t know what exactly the need, but TSO (Rexx) supplies environment initialization & termination exits. ITschak On Wed, Sep 13, 2017 at 4:05 PM, Dyck, Lionel B. (TRA) <[email protected]> wrote: > Has anyone developed a dynamic rexx function package tool that can be > called when a rexx exec starts and then be easily removed when it ends > - kinda like dynamic steplib? > > (cross posted to ibm-main, tso-rexx, and ispf-l) > ---------------------------------------------------------------------- > ---- > Lionel B. Dyck > Mainframe Systems Programmer - TRA > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send > email to [email protected] with the message: INFO IBM-MAIN > -- ITschak Mugzach *|** IronSphere Platform* *|** Automatic ISCM** (Information Security Contiguous Monitoring) **| * ---------------------------------------------------------------------- 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
