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 |
What is a vsam dataset?
What is the use of VSAM files? How to read this ?
why ci and ca splits are not possible in esds and rrds?
is delete operation supported in an esds? Is rewrite operation possible in esds?
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.
in vsam at the creation of cluster what is the use of RECSZ parameter?
explain how can you initialize a vsam file before any operation?
What is VERIFY command ? when do you use this command?? What actually it does ??
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
is it necessary that all versions of the gdg have to be of the same record length?
What more info you should give in the DD statement while defining the next generation of a GDG?
What are the steps involved in access method services?