How to retrive the 9th records out of ten records using the
cobol program ?
Answer Posted / kk
Hi,
just use count variable in working storage.then when read
the file add 1 to count.after that u give if statement if
count = 9 display rec.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What are the different rules for performing sort operation?
What is amode(24)?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What are the cobol coding sheets?
Write the code implementing the perform … varying.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Mention the guidelines to write a structured cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?