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.
Answer Posted / 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 |
Post New Answer View All Answers
What makes vrrds different from vsam?
What is the place for VSAM KSDS?
what are the codes returned by the ams (access method services) command during the execution in vsam?
What is the main purpose of having user catalog in vsam?
What is the function of entry sequenced data set?
Explain the biggest disadvantage of using a vsam dataset?
What is the function of linear dataset in vsam?
Explain the index set?
explain the information contained in ci
What are the different parameters that are used in vsam?
explain how many ways you can load data in a vsam cluster?
is it necessary that all versions of the gdg have to be of the same record length?
what is buffering and how does it apply to vsam files ?
What is a ci split?
Describe the uses of ams?