Answer Posted / steve holton
PDS directory blocks are 256 bytes long. The first halfword
(2 bytes) are used to indicate the number of bytes used in
the block, leaving 254 bytes for directory entries.
Directory entries are variable in size, and are each at
least 12 bytes long, and up to 74 bytes long (12 byte "base"
length plus up to 62 bytes user data).
Directory blocks may have no members, so 0 is the minimum
possible members in a block. If the question is re-worded to
something like "what is the minimum number of entries in a
FULL directory block?", the answer is floor(254/74) = 3.
That is, every PDS directory block is capable of holding AT
LEAST 3 entries.
Maximum possible entries in a full directory block would be
floor(254/12) = 21.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain the function of //cntl statement?
What is the purpose of the dd keylen parameter?
Name what parameter directs the output of the job log dataset?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain the function of a dd statement?
how do you access an uncataloged dataset in a jcl?
How to do automated restart when a job abend?
Is automatic restart possible in jcl? If yes, how?
What are the parameter we cannot use in procedure?
what is use of dsn parameter in dd statement?
What is condition checking in jcl? Is this possible?
What do you understand by the term job time – out and how can you overcome that?
Describe the various parameters utilized in the creation of a gdg?
Explain the purpose of dd * statement in jcl?
how to run batch program without jcl?