I have a sequential file. How do I access a record in this
sequential file randomly in my program ?
Answer Posted / santhosh
write a temporary index file defining unique key, move the
sequential file to that temp index file and access the temp.
index file randomly
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do u write test cases?
What is difference between static and dynamic call in cobol?
Can we redefine the field of x(200) to less than 200?
What are the different data types in cobol?
What is link edit in cobol?
What are 77 levels used for?
What kind of error is trapped by on size error option?
What is the local-storage section?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
When is inspect verb is used in cobol?
Which is not true about evaluate statement
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
) how do u code after getting data?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need