what's the biggest disadvantage of using a VSAM dataset?
Answers were Sorted based on User's Feedback
Answer / xyz
1. VSAM increases the disk space requirements. For self-
reorganization free space must be deliberately left.
2.Except for read-only the integrity of VSAM datasets in
cross region/system must be maintained by the user.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sachin
THE BIGGEST DISADVANTAGE IS VSAM OCCUPIES MORE DASD SPACE
THAN NON VSAM
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / avinash kumar techrel
Free space Used in Contol Interval.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / nihar ranjan karan
The biggest disadvantage of a VSAM dataset I believe is
that it can be only be created on a DASD. So it obviously
means you cannot use any other media for storage and
retrieval of VSAM datasets.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vinothkumar
DISADVANTAGES:
(i)the vsam file have FREE SPACE parameter with in the CI.
so,it will take large memory space.
(ii)it have CONTROL INFORMATION by itself. that's why it
will take more memory space.
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / philippe van de woestyne
Also the overhead (shareoption(4)) when sharing (I/O) the
same file from multiple environment, EG Cics + Batch
| Is This Answer Correct ? | 0 Yes | 2 No |
Explain the meaning and syntax for the START command. ?
What is IDCAMS ?
What is an RBA in rrds? What does it do? What is it used for?
Explain the purpose of the file status clause in the select statement?
what do you mean by a shareoptions parameter (shr) in define cluster command?
Using alternate indexes in batch program?
Suppose 3 generations of a GDG exist. How would you reference the 1st generation in the JCL?
1. delete is not possible in esds. why? 2. i have 10 records in a esds file and i want to delete only 1st record ..then what i have to do?.. it will not affect any sequence of the RBA. 3. why open extend is not possible in rrds vsam file?
What are the steps involved in access method services?
Tell about the ams used in vsam?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
What is the main function of key-sequenced data set?