can we access sequential files online
Answer Posted / vinodh
Cant access but we can write to a ESDF file (which is also
a seq. file).
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what do you mean by the cobol record key clause in vsam?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
What is a base cluste?
What is the use of lds (linear data set)?
Explain the process in which flat files are converted into vsam files?
difference between vsam and database tables
What are the different parameters that are used in vsam?
Explain the biggest disadvantage of using a vsam dataset?
What does the keyranges parameter in define cluster command do?
What are the different dataset organizations used in vsam?
What is the main purpose of having user catalog in vsam?
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
Tell about the ams used in vsam?
what is the use of the file status clause in the select statement in vsam?
What is the biggest disadvantage of using a vsam dataset?