You might have to be sneaky. If your setup has a command run from TSO before ISPF (something like A.CLIST(#LOGON)) you should be able to run code that loads your stuff before it starts ISPF (PDF, ISPSTART or whatever).
On my MVS 3.8 system at IPL I run something that loads 3 routines into LPA, and a list of pointers to them I called USERVT, pointed to by the spare CVTUSER field. Since CoViD-19 I can't remenber /why/ I did this, so there's a bit of investigation to do :-) Roops On Wed, 13 Sep 2023, 15:10 Joseph Reichman, <[email protected]> wrote: > 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
