how many members can be created inside a single pds?
Answer Posted / praveen kumar bejjanki
The members to be created in single pds depends on the
value of the directory block we mention while creating the
PDS. suppose if directory block=1 then we can have 5
members. if dir blk=2 then 11 members.
the formula for no of members for the directory block is
6*n-1 where n=value of directory block
if n=1 then mem's=6*1-1=6-1=5
if n=2 then mem's=6*2-1=12-1=11 and so...on...
Correct me if this is wrong...
I hope this is the way we calculate the members in a PDS.
| Is This Answer Correct ? | 39 Yes | 4 No |
Post New Answer View All Answers
which parameter is used to check the syntax of a jcl without executing it?
Explain the purpose of the dd keylen parameter?
what is DD statement is used in JCL?
Is automatic restart possible in jcl?
Is condition checking possible in jcl? If yes, how?
What do you understand by the term job time – out and how can you overcome that?
Explain how can a jobs execution priority be modified?
What is the function of the dd dcb keyword?
What is the motivation behind coding class parameter in job statement?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Matching Logic in Jcl not in cobol.Could any one please answer this question
How jcl work to handle various input output file operations?
Explain the function of the dd dcb keyword?
Is it possible to define dd statements as you want?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?