You can investigate if there is another way to provide the module name table -- I think only IRXINIT is legal. IRXINIT can be called under TSO/E as well as non-TSO/E.
On Sun, Nov 8, 2020 at 5:37 PM Binyamin Dissen <[email protected]> wrote: > I am referring to under TSO, where I have a function call establish the > host > environment. I do not call IRXINIT directly (or at all). > > > On Sun, 8 Nov 2020 11:36:59 +1100 Attila Fogarasi <[email protected]> > wrote: > > :>Under TSO/E you must call IRXINIT with a module name table that specifies > :>your replacement module for IRXTERM. Your replacement module can choose > to > :>call IRXTERM (acting as a front-end filter), or not call IRXTERM at all. > :>For non-TSO/E environments there are some other ways. There is a rather > :>long list of the replaceable modules that are allowed by Rexx, luckily it > :>includes IRXTERM. > > :>On Sun, Nov 8, 2020 at 9:07 AM Binyamin Dissen < > [email protected]> > :>wrote: > > :>> I wrote a host environment and would like to receive control when the > EXEC > :>> ends to clean up. > > :>> I tried replacing the address IRXTERM in IRXEXTE but it does not > receive > :>> control. > > :>> This is under TSO. > > -- > Binyamin Dissen <[email protected]> > http://www.dissensoftware.com > > Director, Dissen Software, Bar & Grill - Israel > > > Should you use the mailblocks package and expect a response from me, > you should preauthorize the dissensoftware.com domain. > > I very rarely bother responding to challenge/response systems, > especially those from irresponsible companies. > > ---------------------------------------------------------------------- > 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
