By seeing a program how we findout it is a VSAM program?
Answer Posted / guest
Look at the access clause -
ORGANISATION IS INDEXED /RELATIVE .
Also - you will find KEY IS clause --
Tsi two things will clarify theta progarma is using VSAM
files .
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
explain in brief why do vsam take more disk space than other utilities?
What are the common vsam error conditions and codes?
What is a base cluste?
What is speed parameters in define cluster command?
What is a ci split?
explain in brief how you can create a vsam file?
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 many ways you can load data in a vsam cluster?
What is control area?
What is the purpose of having vsam data space?
What is the main purpose of having user catalog in vsam?
Define dynamic processing?
what do you mean by gdg in vsam?
What is the main function of linear dataset?
Why is master catalog used in vsam?