Min no of member?s (PDS) in one directory block?

Answer Posted / steve holton

Add'l info to above - I was wondering where the 6n-1 stuff
came from, and found that ISPF adds 30 bytes of user
information to each entry, so the total for each entry is 42
bytes. So for an ISPF directory block (assuming you do NOT
use STATS OFF...) 6 entries will fir in each directory
block. The LAST entry in the directory is always a "dummy"
entry with member name x'FFFFFFFFFFFFFFFF', so I am assuming
that the 6n-1 is actually a calculation as to how many
members a directory of a certain size can hold. So, for
example, an ISPF (STATS ON) dataset can hold (6 x number of
directory blocks) - 1 (for the x'FF... dummy entry) members,
asuming that you don't x37 abend because "data size".

Note that the binder (linkage editor) apppears to fit 7
members per directory block (24 bytes user data = 36
bytes/entry), so for load modules (not PDSE program
objects...), the corresponding formula is 7n - 1, and for
IEBCOPY or IEBUPDTE created members with no user data (12
bytes per entry) 21n - 1.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can the submitting users racf authority be overridden in a job stream?

758


what is DD statement is used in JCL?

683


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1952


What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?

9222


How to submit jcl through a cobol program?

681






what is the compile process of cobol program expalin with code

2005


What are the difference between jcl and jes?

1050


define cond parameter in jcl?

779


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

675


What is use of restart and how to use it?

774


Explain dfsort utility?

675


how JCL works?

800


Mention the types of job control statements?

690


What is the function of the dd avgrec keyword in sms datasets?

843


What are the rules employed while naming the steps in a job?

664