what's the biggest disadvantage of using a VSAM dataset?
Answer Posted / 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 |
Post New Answer View All Answers
explain in brief how you can create a vsam file?
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...
Explain the function of the relative record data set?
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
name the utility program closely associated with vsam?
if you wish to use the rewrite command how must the vsam file be opened?
differentiate between sequential files and esds files in vsam?
Tell me how many alternate indexes you can have on a dataset?
Explain the biggest disadvantage of using a vsam dataset?
What is the main function of key sequenced data set in vsam?
What are the advantages of vsam over isam?
what do you mean by a vsam slot?
what do you mean by gdg in vsam?
What is the main function of linear dataset?
What does the keyranges parameter in define cluster command do?