Re: Anyone need a random number generator?
Gerhard Postpischil <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
On 4/29/2010 8:43 PM, Ron Hudson wrote: > . fortran program here > . > END > // > //LKED.SYSLIB DD DSN=SYS2.FORTLIB,DISP=SHR, > // DD DSN=SYS1.FORTLIB,DISP=SHR The // without anything else is an end of job card - the system never sees the SYSLIBs. For end of data set, use /* or omit it if a JCL card follows it (the /* is generated by the system in that case). Gerhard Postpischil Bradford, VT