If we are using empty VSAM file, we can see this empty file
by using FILE AID tool. How can we open empty VSAM file if
you are using in Program..?
Answer Posted / meghan
We have to open it in out put mode
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
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
How to get the last record in vsam file in cluster?
What is the device independent method to indicate where a record is stored?
What does the keyranges parameter in define cluster commends do?
explain in brief how are different versions of gdg named?
What is the function of linear dataset in vsam?
explain the differences between vsam and non-vsam files
What are the different dataset organizations used in vsam?
what do you mean by a vsam slot?
what are the idcams commands that can be used for vsam and explain each of them.
is it necessary that all versions of the gdg have to be of the same record length?
name a few common vsam status codes?
Explain the index set?
Explain the purpose of the file status clause in the select statement?
how many buffers are allocated to vsam ksds and esds?