Re: Re: Compile and run later
Ron Hudson <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
On Thu, May 20, 2010 at 2:19 PM, Rick Fochtman <[email protected]> wrote: > > Take everything off the LKED.SYSLMOD statement except the DSNAME(member) > and DISP=SHR. > Actually, that -is- the way I had it... BTW I changed the name of the PDS to HUDSON.GO.LOAD Example from grid build jcl (ulams is also the same): //LKED.SYSLMOD DD DSN=HUDSON.GO.LOAD(IGRID),DISP=(OLD,CATLG,) After delete and 3 rebuilds: C Dataset name Volume Ref.dt Org RECFM RECL BLK Ext Size Free --- SNIP --- HUDSON.GO.LOAD PUB000 10.140 PO U 0 19069 2 7 0 > > What's happening is that you're releasing all unused space after each LMOD > goes into it. > > Then try re-allocating with SPACE=(CYL,(5,5,89)). > I did edit my mklib job to use those parameters. > > Rick > >