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?

568


what will happen if there is no secondary allocation made for datasets?

624


OPEN INPUT StudentFile READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ PERFORM UNTIL EndOfStudentFile DISPLAY StudentId SPACE StudentName SPACE CourseCode SPACE YOBirth READ StudentFile AT END SET EndOfStudentFile TO TRUE END-READ END-PERFORM CLOSE StudentFile STOP RUN what will be output

2083


Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?

612


what do you mean by a vsam split?

583






What is a ci split? What is a ca split?

655


Explain the catalog?

572


is delete operation supported in an esds? Is rewrite operation possible in esds?

595


What is a ci split?

554


is it necessary that all versions of the gdg have to be of the same record length?

676


Is it slower if you access a record through alt index as compared to primary index?

604


How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?

587


Would you specify freespace ce for an esds?

605


what do you mean by a shareoptions parameter (shr) in define cluster command?

603


What is control area?

648