Re: Anyone need a random number generator?
Ron Hudson <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
Thanks Rick.. On Thu, Apr 29, 2010 at 11:18 AM, Rick Fochtman <[email protected]> wrote: > You might want to build a separate library for your additions; in my own > way of thinking, I'd call it "SYS2.FORTLIB" and add it to the SYSLIB > concatenation in any LINKEDIT or LOADER steps in my FORTRAN procs. That > might be helpful in separating your routines from the IBM-supplied library. > Ok, I changed the JCL line to read SYS2.FORTLIB and it said that "**** IRND now replaced in data set" 1) now how do I remove the old one from SYS1.FORTLIB ? 2) what do I do to use it in it's new place? > > Rick > >