Unfortunately, this is not the case; we use a normal LOAD without the ADDR parameter.
> It is not necessary for SLIP IF with PVTMOD that the module be in storage I had noticed the ENABLED/INACTIVE status and was wondering what it implied. Anyway, the module is loaded normally and is in storage, so I am none the wiser as to why the trap was never triggered. Robin -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Peter Relson Sent: 08 June 2022 19:25 To: [email protected] Subject: Re: SLIP IF not working SLIP PVTMOD (whether for IF or an error trap) works only for modules for which the system maintains a CDE to manage the module. That does not occur for "directed load" (LOAD with ADDR= or LOAD with ADDR64=). Perhaps the module in question is loaded by directed load. For such a case, you will need to get the address of the module and use the exact address range that you need. Whether the loader of the application (CICS?) provides you a way to do that, I have no idea. It is not necessary for SLIP IF with PVTMOD that the module be in storage at the time of the trap's setting. Such a SLIP trap will show as INACTIVE if there is not a module currently being monitored. Peter Relson z/OS Core Technology Design ---------------------------------------------------------------------- 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
