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
what is difference between cobol and cobol/400
In COBOL, what is the different between index and subscript?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what is search and searchall?what is the diffrence between them?give an best example?
Write a program to explain size error.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How do you reference the following file formats from cobol programs?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Whats the difference between search & search ALL?
Name the sections present in data division.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
) what is the difference between AID and HANDLE AID?