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

How do I declare the KSDS vsam so that I can store a reocrd with variable length?.

2 Answers  


what is control interval(CI) and control Area(CA)

4 Answers   EDS,


What is the meaning of each of the values in SHAREOPTS(2 ?

1 Answers  


what is the drawback of vsam dataset?? a.execution slow. b.free space. c.independent storage device. d.none of the above. let me know the answer with reason.

4 Answers   Target,


What is the maximum record length for the VSAM dataset?

7 Answers   Infosys,






What are the three levels of definition for the VSAM DEFINE?

2 Answers   IBM,


What's a LDS (Linear Data Set) and what's it used for?

1 Answers   Cap Gemini, Steria,


What are the building blocks used in vsam datasets?

0 Answers  


What is the difference between CI( Control Interval)and CA (Control Area)?

3 Answers   Infosys, TCS,


How do you define a KSDS ?

1 Answers   IBM,


what are the additional information you should give in the dd statement while defining the next generation of a gdg?

0 Answers   IBM,


Can we copy Vsam files from a Vsam file in Iebgener step?

4 Answers   iGate, Tech Mahindra,


Categories