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 / saikat
CI and CA split is the main drawback of VSAM
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
Explain the index 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
Tell me how many alternate indexes you can have on a dataset?
what is the use of the file status clause in the select statement in vsam?
what do you mean by a shareoptions parameter (shr) in define cluster command?
Differentiate between ci split and ca split?
what do you mean by the repro command?
what is the syntax of ams modal commands?
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
What is the main function of linear dataset?
is delete operation supported in an esds? Is rewrite operation possible in esds?
how many buffers are allocated to vsam ksds and esds?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
Why is it required to have a keyed directed retrieval?