I have a sequential file. How do I access a record in this
sequential file randomly in my program ?
Answer Posted / jack
Read seq. file and store it in tables means arrays.
We can use 'seach all' for random access.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the usage of comp fields in cobol?
what is the difference between COBOL2 AND COBOL390?
Write the code implementing the perform … varying.
Write down the divisions of cobol program?
explain sorting techniques in cobol program?
how to move the records from file to array table. give with code example
What is length is cobol?
How to know whether the module is dynamical or statistical?
Difference between cobol and cobol-ii?
Mention the guidelines to write a structured cobol program?
Whats the difference between search & search ALL?
What is the use of intialize verb?
What is the difference between Call and a Link?