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 are the rules of the move verb?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Write some characteristics of cobol as means of business language.
What are 77 levels used for?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is the utilization of copybook in cobol?
explain sorting techniques in cobol program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is amode(31)
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
When is inspect verb is used in cobol?
What is the difference between Call and a Link?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How many sections are there in data division in COBOL?