What happens when you open an empty VSAM file in a COBOL
program for input?
Answer Posted / saravanan k
You will get a file status of 35
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Tell about the ams used in vsam?
What is the purpose of having vsam data space?
What is the function of entry sequenced data 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
Explain the purpose of the file status clause in the select statement?
What is a lds (linear data set)?
Define dynamic processing?
Explain the process in which flat files are converted into vsam files?
explain in brief what are the 3 types of vsam files?
what do you mean by the cobol record key clause in vsam?
What is the device independent method to indicate where a record is stored?
what do you mean by gdg in vsam?
State the differences between vsam and non-vsam files?
Define base cluster?
Would you specify freespace ce for an esds?