Re: Anyone need a random number generator?
Rick Fochtman <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
------------------------------<snip>--------------------------------------- > On Wed, Apr 28, 2010 at 12:39 PM, Rick Fochtman <[email protected] > <mailto:[email protected]>> wrote: > > > //SYSLMOD DD DSN=SYS1,FORTLIB(IRND),DISP=SHR <-- member name is > LMOD name when link is complete > > -----------------------------------------------------------^^^^^ > > Rick > <mailto:[email protected]?subject=Anyone%20need%20a%20random%20number%20generator?> > <mailto:[email protected]?subject=Anyone%20need%20a%20random%20number%20generator?> > <http://groups.yahoo.com/group/turnkey-mvs/post;_ylc=X3oDMTJwYjNyZWxhBF9TAzk3MzU5NzE0BGdycElkAzgxNjExNjIEZ3Jwc3BJZAMxNzA1MDA2NTU5BG1zZ0lkAzY1MzQEc2VjA2Z0cgRzbGsDcnBseQRzdGltZQMxMjcyNDcyNDYz?act=reply&messageNum=6534> > > > If I wanted to add other subroutines or functions to the source code > would that be ok too? > > or should I duplicate this whole file and change names? ---------------------------------<unsnip>------------------------------ 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. Rick