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


Please Help Members By Posting Answers For Below Questions

Is automatic restart possible in jcl?

734


How gdg are concatenated?

668


What is use of restart and how to use it?

766


Matching Logic in Jcl not in cobol.Could any one please answer this question

3669


How can an in-stream dataset be terminated?

846






what is the purpose of coding notify parameter in job statement?

682


What are some jcl statements that are not allowed in procedures?

724


how you can direct the data to spool using SYSOUT option?

923


List in order the hierarchical levels of jcl?

665


Explain the function of dd disp parameter?

594


Explain the jcl exec statement?

645


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2219


what is “Cond= even” and “Cond=only”?

738


What is condition checking in jcl? Is this possible?

624


Is it possible to left uncode disp? If yes, how?

704