Let me explain I’m only doing this for testing purposes I am writing a subsystem so normally the function routines would be in global
But I want to debug the function routine under TEST/TESTAUTH So the subsystem initialization routine is going to create the SSVT routine by address But I need that address to be valid when I later on in the same TSO Session but under a new invocation of TESTAUTH invoke the function Under second invocation of TEST/TESTAUTH I have this address which I saved wrote down from the first And in second invocation before I issue IEFSSREQ I’ll do a AT 1EF37980. ( the address is just an example ) Makes sense ? > On Sep 13, 2023, at 12:19 PM, Seymour J Metz <[email protected]> wrote: > > I advise against it. > > ________________________________________ > From: IBM Mainframe Discussion List <[email protected]> on behalf of > Joseph Reichman <[email protected]> > Sent: Wednesday, September 13, 2023 11:12 AM > To: [email protected] > Subject: Re: Commands from systsin > > Seems then the only to do what I want is schedule an IRB with the TCB being > IKJEFT01 > > ? > >> On Sep 13, 2023, at 11:09 AM, Seymour J Metz <[email protected]> wrote: >> >> The modules are deleted from storage when the command complete, as part of >> task cleanup. >> >> ________________________________________ >> From: IBM Mainframe Discussion List <[email protected]> on behalf of >> Joseph Reichman <[email protected]> >> Sent: Wednesday, September 13, 2023 10:10 AM >> To: [email protected] >> Subject: Commands from systsin >> >> Hi >> >> I have a number of program that I would like to stay resident in the job >> pack are of my tso session >> >> So I run a command from systsin in my tso session that command all it does >> is loads >> A few load modules and wto s the address >> Will they remain in core until I log off >> >> I mean I’m assuming the would run under job step TCB IKJEFT01 >> >> And therefore stay in the job pack are till I log off >> Am I correct ? >> ---------------------------------------------------------------------- >> 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 > > ---------------------------------------------------------------------- > 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
