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.
Answers were Sorted based on User's Feedback
Answer / shenbagasundari pilavadian
b.free space
Because, it increases the disk space requirements of system.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / e s hudders
The question is too vague because there are 4 different types of VSAM data sets. Eliminating Linear Data Sets (LDS) that are used by DB2, the other types of VSAM data sets have different purposes and can be used to substitute previous access method - KSDS replaces ISAM, RRDS replaces DAM and ESDS replaces SAM. There are many advantages to using VSAM especially when compared to the older access methods that run below the line. As far as free space and splits, this applies to KSDS and you need to compare it to its equivalent how ISAM handled new record insertions. So, personally although things like free space takes up more disk space is not as important as having the capability to insert records in a file and to be able to process it sequentially as well as direct. The resulting splits are the price of splits can occur but again compared to ISAM, this is not as costly.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the meaning of each of the values in SHAREOPTS(2 ?
What are the different versions of gdg named?
What is IDCAMS ?
What is the main function of key sequenced data set in vsam?
What are the building blocks used in vsam datasets?
what do you mean by a shareoptions parameter (shr) in define cluster command?
How to get the last record in vsam file in cluster?
what do you mean by a vsam split?
What is a sequence set?
Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?
what do you mean by recovery and speed parameters in define cluster command?
What is Control Interval, Control Area?