How to read records from flat file in reverse order through
COBOL program?
Answer Posted / mahendra.ch
first we can move the records to an occurs
then
we can solve this problem by using perform varing 1 by -1
until i=0
hear i = number of racords.
iam shure it works.
thank you....
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is redefines clause in COBOL?
What are the access modes of START statement?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Difference between cobol and cobol-ii?
How do you reference the following file formats from cobol programs?
example for sub strings ? and refernce modifications whit output pls
What are the different rules of SORT operation?
How do get the result of your program directly on your pc?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Write some characteristics of cobol as means of business language.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?