Re: Compile and run later
Rick Fochtman <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
--------------------------<snip>----------------------------- > > > Well, answering my own question, adding > > //STEPLIB DD DSN=HERC01.LIB1.LOAD,DISP=SHR > > to SYS1.PROCLIB(TSOLOGON) > > *does* work, but what if I want it global, regardless of logon procedure ? > > Obviously I could add it to every logon procedure that might exist, > but that seems messy > > Mike > ----------------------------<unsnip>-------------------------- If it's in the Master Catalog, which I do NOT recommend, you can add it to the LNKLSTxx member of SYS1.PARMLIB. There's a number of "gotchas" that can cause problems if you do this, however. Just use PDS to locate all the LOGON procs and update them. Look for PGM=IKJEFT01 in the procs. Rick