Re: Re: Anyone need a random number generator?
Rick Fochtman <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
-----------------------------<snip>----------------------------------- > On Thu, Apr 29, 2010 at 9:15 PM, cedarlakebuzzards > <cedarlakebuzzards-/[email protected] <mailto:cedarlakebuzzards-/[email protected]>> wrote: > //SYSLMOD DD DSN=SYS2.FORTLIB(IRND),DISP=(NEW,CATLG), > > // UNIT=SYSDA,SPACE=(TRK,(1,1,1)),DCB=(RECFM=U,BLKSIZE=1024) > > oh, wouldn't that also mean that the resulting PDS could only have 5 > members? > ( or is that tracks > blocks and members are 5 to a block..) ------------------------<unsnip>------------------------------- You will probably get only one member in this space. Member NAMES are about 5 to a DIRECTORY block. The actual member text records are stored AFTER the directory in a PDS. Rick