Answer Posted / 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 |
Post New Answer View All Answers
Differentiate between ci split and ca split?
is it necessary that all versions of the gdg have to be of the same record length?
if you wish to use the rewrite command how must the vsam file be opened?
What is the main function of linear dataset?
in a cobol select statement, can you tell what is the organization for a ksds?
How do you define an altindx?
What is control area?
how can you load a vsam data set with records ?
what do you mean by a vsam slot?
what do you mean by define model parameter?
Explain the function of the relative record data set?
Define free space?
What is recovery parameters in define cluster command?
Define base cluster?
what do you mean by the repro command?