How to read the last 100 records from a COBOL file. The file
contains N number of records.
Answer Posted / venkat
in my view if it is a ksds cluster file use organization as
dynamic and accept the related value start reading the file
and write it..i think this will display the last hundred
records..
correct me..
venkat
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
IF I mention stop run in CICS what happens?
Which Search verb is equivalent to PERFORM…VARYING?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What are different data types in cobol?
Write a cobol program making use of the redefine clause.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Which is not true about evaluate statement
What rules are to be followed while using the corresponding options?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Why would you use find and get rather than to obtain?
How to print 10 to 1 if the input have only 10 digit number?