Re: Anyone need a random number generator?
Mike Stramba <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
On 4/29/10, Ron Hudson <[email protected]> wrote: > > 1) now how do I remove the old one from SYS1.FORTLIB ? You can do it interactively from TSO (my preference), or using IBM utilities and JCL (which I don't know what the magic incantaion is ... I think you can use either IDCAMS with DELETE statements or just IEBFR14 (the dummy program), with MOD,DELETE or some such in the DISP parameter. From a TSO prompt : pds 'SYS1.FORTLIB' (you need the quotes) d(isplay) <oldname> - should display your old file - del <filename> .... make sure you're deleting the right thing ... of course you already have a backup right ? - end (exits the PDS program).