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



what is the drawback of vsam dataset?? a.execution slow. b.free space. c.independent storage devi..

Answer / shenbagasundari pilavadian

b. Free space.

Is This Answer Correct ?    5 Yes 1 No

what is the drawback of vsam dataset?? a.execution slow. b.free space. c.independent storage devi..

Answer / saikat

CI and CA split is the main drawback of VSAM

Is This Answer Correct ?    1 Yes 1 No

what is the drawback of vsam dataset?? a.execution slow. b.free space. c.independent storage devi..

Answer / shenbagasundari pilavadian

b.free space
Because, it increases the disk space requirements of system.

Is This Answer Correct ?    1 Yes 1 No

what is the drawback of vsam dataset?? a.execution slow. b.free space. c.independent storage devi..

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

Post New Answer

More VSAM Interview Questions

what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?

0 Answers   IBM,


How to get the last record in vsam file in cluster?

0 Answers  


can any one tell "in esds in what structure records will stored?"

1 Answers  


Is CA(Control Area) is part of CI(Control Interval)

3 Answers  


In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?

3 Answers  






what is the use of aix in vsam why do we go for aix and wht is build index in vsam?

5 Answers   HCL, IBM,


Under IDCAMS , multiple functions can be executed, each of which returns a cond code. What will be the condition code returned to the operating system ?

1 Answers   IBM,


What does the keyranges parameter in define cluster commends do?

0 Answers  


explain how do you define a gdg in vsam?

0 Answers   IBM,


what do you mean by the repro command?

0 Answers   IBM,


What does the keyranges parameter in define cluster command do?

0 Answers  


What is a cluster?

2 Answers  


Categories