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
How to run cobol program using jcl?
What is the use of symbol // in jcl?
What is the function of dd disp parameter?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What are the jcl procedures?
what operation is performed by job statement?
What is the function of job statement in jcl?
What are the parameters that are used in creating a gdg?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Must tape dataset definitions include vol=ser specifications?
How do you overcome this limitation ?
How to submit a jcl from cics?
when can a job time-out occur? How to overcome that?
what is the difference between JES3 and JES2?