Thru a program. Change the subsystem name in the SSCT (perhaps change one character to lower case) and free everything. Of course, be careful that nothing is running in the code dynamically loaded.
On Sat, 10 Aug 2024 21:16:56 -0400 Joseph Reichman <[email protected]> wrote: :>Gut voch :> :>Im debugging a subsystem so I run the init :>It allocates resources latch CSA and other things :> :>Would be nice if I want start from scratch that I dont have to ipl :> :>Thanks :> :>> On Aug 10, 2024, at 3:13?PM, Binyamin Dissen <[email protected]> wrote: :>> :>> ?On Fri, 9 Aug 2024 12:40:20 -0400 Joseph Reichman :>> <[email protected]> wrote: :>> :>> :>In deleting a subsystem is there a way to clean up storage that the initialization routine established such as CSA :>> :>> :>I guess I could always do an ATTACH on the subsystem initialization routine and :>> :>And have a RESMGR for that TCB :>> :>> Do you have your init routine waiting for a shutdown request? Really bad idea. :>> :>Just wondering if there was a simpler way :>> :>> :>When I do a SETSSI DELETE the CSA that the initialization routine acquires remains there :>> :>> What are you concerned about? :>> :>> The init routine failing? If so, a simple ESTAE(X) should be able to do the :>> cleanup. :>> :>> When removing your subsystem? Why not simply do it from there? :>> :>> What problem are you trying to solve? -- Binyamin Dissen <[email protected]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
