Re: Anyone need a random number generator?
Ron Hudson <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
RPF helped deleting the old member. How do I tell my program where IRND is now? Ron. On Thu, Apr 29, 2010 at 2:15 PM, Mike Stramba <[email protected]> wrote: > > > On 4/29/10, Ron Hudson <[email protected] <hudson.ra%40gmail.com>> > 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). > >