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
How jcl work to handle various input output file operations?
Is their any limit for data sets?
When output dataset space is required, what quantity categories are used?
Explain about LMQUERY�give a dialog information about a data set
How does jcl specify the job to the operating system?
Differentiate between addressing mode and run mode.
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
can any one plzzzzzz tell the jcl code for creating ps using idcams
what operation is performed by job statement?
What are steplib and joblib? What for they are used?
I need exexution process for JCL programs
what is JCL?
write a jcl to execute a job by 7:00 am on jan 20,1986?