I have a sequential file. How do I access a record in this
sequential file randomly in my program ?
Answer Posted / sruthi
we can do that by using tables means arrays concept.
we can use search all for that
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do you reference the following file formats from cobol programs?
How do get the result of your program directly on your pc?
Explain how you can characterize tables in cobol?
HOw can I get the negative sign while deduct high value from low value
Have you used comp and comp-3 in your project? And how?
Describe the cobol database components?
What are different data types in cobol?
how do you reference the ksds vsam file formats from cobol programs
What is the problem of ordered sequential files access?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Write the code implementing the perform … varying.