can we access sequential files online
Answer Posted / rajesh m
Actually we cannot access Sequenial files though it reads
files sequentially.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
how do you define an altindx ? How do you use altindxs in batch, cics programs?
to use the rewrite command, how should the vsam file be opened?
What does the keyranges parameter in define cluster commends do?
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 a lds (linear data set)?
what is a base cluster in vsam?
what is the probability of a complete system distortion under high end low performing multiprocessor job?
there are seven idcams commands in vsam. Can you name and explain each of them?
What is the difference between lds and esds?
What is the function of linear dataset in vsam?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
what do you mean by a shareoptions parameter (shr) in define cluster command?
What are the steps involved in access method services?
Explain the biggest disadvantage of using a vsam dataset?
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