How to read the last 100 records from a COBOL file. The file
contains N number of records.
Answer Posted / giri12
Hi Santy in ur answer u mentioned that..
read-para untill condition B=A
Can you please explain it. Coz B=900 and A=1000(assume)
then how will be 900=1000?
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
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?
How can you get the ksds file records into your cobol program?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How to print 10 to 1 if the input have only 10 digit number?
HOw can I get the negative sign while deduct high value from low value
Write some characteristics of cobol as means of business language.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Have you used comp and comp-3 in your project? And how?
What are declaratives and what are their uses in cobol?
how do you reference the fixed unblock file formats from cobol programs
) what is the difference between AID and HANDLE AID?
What is the difference between Global and External Variables?
What is rmode(any) ?
For rewrite, why is it mandatory that file needs to be opened?