how many members can be created inside a single pds?

Answers were Sorted based on User's Feedback



how many members can be created inside a single pds?..

Answer / 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

how many members can be created inside a single pds?..

Answer / sreerag p n

i think the total number of members in a pds is related to
the size of directory block. for example ....if you specify
the directory block as 1 then you can create 5 members
inside a partition dataset(pds).if you create more than 5(it
is possible) but you will get region abbend when you run the
job....
i hope this is correct.....
by sreerag p n


Is This Answer Correct ?    15 Yes 4 No

how many members can be created inside a single pds?..

Answer / ram

actual formulae is

6n-1

here , n= no of directory blocks

max nuber of directory blocks is 5

then 6*5-1=29

i.e., you can create only 29 members in single pds file.


correct if me wrong
thanks,
ram.

Is This Answer Correct ?    10 Yes 2 No

how many members can be created inside a single pds?..

Answer / yaswanth

it will on the directory blocks that we specify when
creating a pds for example if we specify 5 we can create 30
members in it that means per block we can create 6
members,if try to create more than that we will get se37 abend

Is This Answer Correct ?    6 Yes 2 No

how many members can be created inside a single pds?..

Answer / bryan

Depends on what the PDS is used for. If PDS is updated with
ISPF and statistics are recorded you get less members.
Stats are stored in an optional user area of any given
directory block. Consider a LOAD library (no ISPF stats) -
you can get many more members in 1 directory block than a
PDS which you edit. A directory block is 256 bytes - 2
bytes for a count field followed by 3-21 directory entries.
Directory entries are comprised of 8-byte member name,
starting position of the member in the PDS, and some
optional data of up to 62 bytes.

I recommend using PDSE instead and no longer have to worry
about directory blocks and compressing your library.

Is This Answer Correct ?    2 Yes 0 No

how many members can be created inside a single pds?..

Answer / ashish

above answer is right but the maximum number of members
that can created are 255 theorotically(ranade jcl book).And
practically can be more than 255.

Is This Answer Correct ?    6 Yes 5 No

how many members can be created inside a single pds?..

Answer / rajasekhar pattem

yes..praveen is right.

Is This Answer Correct ?    2 Yes 1 No

how many members can be created inside a single pds?..

Answer / gani

depends upon the size of the program in each member

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More JCL Interview Questions

In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???

10 Answers   Perot Systems,


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

0 Answers   IBM,


How to Enter The Spool Area In Real Time?

7 Answers   IBM,


A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

3 Answers   IBM,


Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.

1 Answers  






Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00

4 Answers  


how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??

3 Answers   Steria,


Please explain with syntax and an example, the Inrec fields and Outrec build in sort.

4 Answers   CTS, TCS,


Explain COND used in JCL?

1 Answers   Patni,


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

0 Answers  


Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???

4 Answers  


What is the purpose of dd * statement in jcl?

0 Answers  


Categories