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
What does a disposition of (new,catlg,keep) for a dsn mean?
How can the submitting users racf authority be overridden in a job stream?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What is the function of the dd avgrec keyword in sms datasets?
which parameter is used to check the syntax of a jcl without executing it?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how to run batch program without jcl?
what is DSN in JCL and what are the parameters to declare the DSN?
Is it possible to left uncode disp? If yes, how?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is the function of dd disp parameter?
Explain about LMFREE�free data set from its association with data ID
What is one line to pass PARM from JCL to COBOL?