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 times secondary space allocated?

Answers were Sorted based on User's Feedback



How many times secondary space allocated?..

Answer / guest

122 TIMES

Is This Answer Correct ?    7 Yes 1 No

How many times secondary space allocated?..

Answer / e s hudders

The answer is it depends. A VSAM file can have up to 123 extents in VSE and up to 255 in MVS. This is by component, that is index and data. Any time that a primary or secondary is allocated, VSAM can satisfy this request in up to 5 extents. Each extent counts towards the maximum. So, if for some reason you requested 500 cylinders and VSAM satisfied this request with 5 separate extents that total the 500 cylinders, then you have to subtract this number from the maximum allowed. The same applies to a secondary allocation. So, although in theory you could say that you could have the maximum allowed minus 1 (for the primary), in reality it could be less. Also, remeber that if you have multi-volumes allocated, you would get a primary allocation on the new volume when there is no space for the secondary on the current volume. This would not apply for a VSAM data set defined using SMS in MVS where you can request that the secondary allocation be applied to a new volume.

Is This Answer Correct ?    0 Yes 0 No

How many times secondary space allocated?..

Answer / satya

122 times in vsam as for exm: cyl(2 2) it means it takes 2tracks as primary and 5*122 times as secondary after completion of the first space in primary it goes for secondary for 1st time as on...up to 122 times

but in JCL cyl(2 2)---> 2+2*15 it takes 15times

Is This Answer Correct ?    0 Yes 0 No

How many times secondary space allocated?..

Answer / k.pramod reddy

syn:
space allocated 1600 tracks
like that (100*1 + 100*15)---->(p.q,s.q)
so that, secondary space allocated 15 times

Is This Answer Correct ?    1 Yes 3 No

How many times secondary space allocated?..

Answer / sandeep

max. 123 (1+122).

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More VSAM Interview Questions

What is a ca split?

0 Answers  


What is the significance of the SHAREOPTIONS parameter?

1 Answers   IBM,


How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?

0 Answers  


What is RECOVERY and SPEED parameters in DEFINE CLUSTER command?

1 Answers  


How do you fix the problem associated with VSAM out of space condition?

1 Answers   IBM,


What is the place for VSAM KSDS?

0 Answers  


What does the keyranges parameter in define cluster commends do?

0 Answers  


how many buffers are allocated to vsam ksds and esds?

0 Answers   IBM,


What is IDCAMS? and what is the purpose of it?

4 Answers  


Define gdg?

0 Answers  


FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS

2 Answers  


If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?

3 Answers  


Categories