I have a sequential file. How do I access a record in this
sequential file randomly in my program ?
Answer Posted / lu
Hi Guys,
when you say "sequential" it means you have to read from 1
to 9999...Never say sequential file and read randomly !!!!!
use read util the field you want....
Perform 100-read until ws-field = 'yes'.......
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
What is rmode(any) ?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how do you reference the fixed unblock file formats from cobol programs
What is the difference between next sentence and continue in cobol programing language?
What are the rules of the move verb?
Define static linking and dynamic linking.
What is the utilization of copybook in cobol?
What kind of error is trapped by on size error option?
Give some examples of command terminators?
How can you get the ksds file records into your cobol program?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
) how do u code after getting data?