How to retrive the 9th records out of ten records using the
cobol program ?
Answer Posted / shan
If you are sure that ur file will always have 10 records,
then move high-values to record format and read prior twice.
| Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What is static and dynamic call in cobol?
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?
What guidelines should be followed to write a structured cobol prgm?
How do define dynamic array in cobol.
What is the difference between Call and a Link?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are literals?
State the various causes of s0c1, s0c5 and s0c7.
How to remove 2 duplicate records and copy only one using job control language?
how to access the file from prodution from changeman tool and to submit a file to production
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is comp-1 and comp-2?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What are all the divisions of a COBOL program?