Re: Re: Compile and run later
"Greg Price" <greg.price-sFbbPxZDHXw0n/[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 20 May 2010 13:27:43 -0700, Ron Hudson wrote: >Does this mean I should have named my linklib >Something like HUDSON.GO.LOAD instead of HUDSON.LINKLIB? The advantage of the LOAD suffix is that it can save typing in certain circumstances. If you have a program called PROG1 in HUDSON.GO.LOAD and your TSO session is running with a PROFILE PREFIX value of HUDSON, as a HUDSON TSO userid might reasonably have, then the TSO command CALL 'HUDSON.GO.LOAD(PROG1)' can be reduced to CALL GO(PROG1) In that sense, the LOAD suffix for load modules is a TSO convention, as are other suffixes for other data types, such as CNTL, CLIST, OBJ, etc. Cheers, Greg