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
what sort card you will use to copy the data from one dataset to another dataset?
Give the syntax of job specifying jcl statement.
Are there any set of rules for the names of the steps used in a job?
How to pass data to a program that is coded in an exec statement?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the syntax of JCL statement?
What is the purpose of dd?
Matching Logic in Jcl not in cobol.Could any one please answer this question
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what are the various stages of job processing?
What do you understand by the term job time – out and how can you overcome that?
Is it possible to left uncode disp? If yes, how?
Must tape dataset definitions include vol=ser specifications?
whats the diff bw the evaluate also and and?
How to submit a jcl from cics?