Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What does IEBGENER do?

10 Answers   BirlaSoft,


how do u send return code from cobol to jcl ?

2 Answers   TCS,


the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.

7 Answers   IBM,


if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?

2 Answers   ITC Infotech,


What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?

1 Answers  


What is a S0C4 error ?

2 Answers  


FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?

4 Answers   IBM,


What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


Explain about LMMFIND - find a library member

1 Answers  


what is the purpose of coding notify parameter in job statement?

0 Answers   IBM,


How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  


What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?

4 Answers   IBM,


Categories