is there any lock for vsam file so that no one can update
the vsam file ?
Answer Posted / chinmay
No.
Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
How is the sorting of vsam files carried?
What is the function of entry sequenced data set?
What are the information stored in ci?
Why is it required to have a keyed directed retrieval?
Using alternate indexes in batch program?
What is a base cluste?
Explain the function of the relative record data set?
What is the device independent method to indicate where a record is stored?
How does control intervals and control areas related to each other?
what is the purpose of the verify function of idcams?
Using alternate indexes in cics program?
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
explain in brief how you can create a vsam file?
What are the access method services used in vsam?
how do you create an alternate index ?