how many members can be created inside a single pds?
Answer Posted / bryan
Depends on what the PDS is used for. If PDS is updated with
ISPF and statistics are recorded you get less members.
Stats are stored in an optional user area of any given
directory block. Consider a LOAD library (no ISPF stats) -
you can get many more members in 1 directory block than a
PDS which you edit. A directory block is 256 bytes - 2
bytes for a count field followed by 3-21 directory entries.
Directory entries are comprised of 8-byte member name,
starting position of the member in the PDS, and some
optional data of up to 62 bytes.
I recommend using PDSE instead and no longer have to worry
about directory blocks and compressing your library.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which dd parameters are required?
What is jcl in mainframe?
how do you access an uncataloged dataset in a jcl?
Explain how can a jobs execution priority be modified?
What are the parameters that are used in creating a gdg?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is use of restart and how to use it?
Explain the function of job statement in jcl?
how JCL works?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
What is NOTCAT ?
Explain the hierarchy levels in jcl?
Explain how can a stopped job be started again?
How jcl is used for testing batch programs?
I need exexution process for JCL programs