Answer Posted / guest
A group of control intervals makes up a control area.
| Is This Answer Correct ? | 5 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
what is the meaning of dynamic processing in vsam?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
Explain the biggest disadvantage of using a vsam dataset?
What does the keyranges parameter in define cluster commends do?
What is recovery parameters in define cluster command?
can you specify some the distinctive features of a ksds, key sequenced dataset?
What is the purpose of control intervals in vsam?
explain in brief how you can create a vsam file?
What is the place for VSAM KSDS?
explain in brief why do vsam take more disk space than other utilities?
Explain the function of the relative record data set?
what will happen when you try to open an empty vsam file in a cobol program for input?
write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...
What is the device independent method to indicate where a record is stored?