How do you initialize a VSAM file before any operation? a
VSAM with alternate index?
Answer Posted / rogerio coelho
The solution is in that URL
http://system-support.com/vsaminit.asm
Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are the access method services used in vsam?
What are the different parameters that are used in vsam?
Explain the biggest disadvantage of using a vsam dataset?
What is speed parameters in define cluster command?
What is the purpose of relative record data set used in vsam?
What are the common vsam error conditions and codes?
What are the steps involved in access method services?
Define dynamic processing?
what do you mean by a upgrade set in vsam?
what do you mean by a vsam split?
explain how many ways you can load data in a vsam cluster?
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 how do you define a gdg in vsam?
What is a ci split? What is a ca split?
Define free space?