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


Please Help Members By Posting Answers For Below Questions

How do you define an altindx?

562


what is buffering and how does it apply to vsam files ?

709


What are the different versions of gdg named?

561


Explain the catalog?

561


Discuss record management in vsam?

543






What is a vsam dataset?

620


Explain the process in which flat files are converted into vsam files?

549


What are the common vsam error conditions and codes?

588


What are the building blocks used in vsam datasets?

565


State the differences between vsam and non-vsam files?

562


in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?

698


if you wish to use the rewrite command how must the vsam file be opened?

680


name the utility program closely associated with vsam?

575


what will happen when you try to open an empty vsam file in a cobol program for input?

619


What is control interval?

610