In the COBOL SELECT statement for a KSDS what are the three
possibilities for ACCESS?
Answer Posted / santu
We can access in three types. Sequential, Random and
Dynamic.
| Is This Answer Correct ? | 7 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
Why is it required to have a keyed directed retrieval?
how can you copy to a vsam cluster?
How does control intervals and control areas related to each other?
difference between vsam and database tables
What is the difference between lds and esds?
Tell me how many alternate indexes you can have on a dataset?
explain in brief what are the 3 types of vsam files?
What is control area?
Explain the difference between lds and esds?
what will happen when you try to open an empty vsam file in a cobol program for input?
Tell about the ams used in vsam?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What is recovery parameters in define cluster command?