How to read the last 100 records from a COBOL file. The file
contains N number of records.
Answer Posted / kingmanish
question is ambiguous.
Could you please explain what do u mean by cobol file?
PLease specify what type of file??? Flat file? VSAM ??
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write down the divisions of cobol program?
What is an in line perform? When would you use it? Anything else you wish to say about it.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How you can characterize tables in cobol?
How to remove 2 duplicate records and copy only one using job control language?
What the difference is between continue and next sentence?
How do define dynamic array in cobol.
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 are various search techniques in cobol? Explain.
how can i see junk values in dclgen or in hostvariable of comp ?
How you can read the file from bottom?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how do you reference the rrds file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?
Write the code implementing the perform … varying.