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 do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
List the different jcl statements that are not permitted in the procedures?
How to submit jcl through a cobol program?
Explain the jcl exec statement?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
what is use of space parameter in dd statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain the hierarchy levels in jcl?
when can a job time-out occur? How to overcome that?
Where can program checkpoints be stored for use in a restart?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What are the rules employed while naming the steps in a job?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?