can we read records in a file from botom to top. if
possible how can we read

Answer Posted / piyush mani

hi all..
store the content of file in table(array) and then
by using index of array start reading the file from bottom


giv ur feedback....

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to move the records from file to array table. give with code example

2219


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

646


What is the LINKAGE SECTION used in COBOL?

889


how do you reference the variable unblock file formats from cobol programs

748


explain sorting techniques in cobol program?

686






What is the difference between Global and External Variables?

666


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

1954


What is an in line perform? When would you use it? Anything else you wish to say about it.

643


What is the difference between a binary search and a sequential search what are the pertinent cobol?

735


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1914


What kind of error is trapped by on size error option?

740


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

708


Write a program to enter and display the names of students in a class using the occurs clause.

652


What is the local-storage section?

681


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2111