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


Please Help Members By Posting Answers For Below Questions

What is the purpose of dd?

728


What do you understand by the term notcat 2 – gs?

753


How to do automated restart when a job abend?

791


what JCL Procedures?

699


How can a fb file convert to vb file using sort program?

804






which parameter is use to declare the name of dataset in dd statement?

733


What do you understand by jcl?

625


What is the function of the steplib dd statement?

743


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7080


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

668


What is the use of symbol // in jcl?

920


What are the 2 types of parameters in dd statement?

647


What are the jcl procedures?

645


How to execute 2nd and 4th steps among 5 steps in jcl proc?

747


Is condition checking possible in jcl?

717