How to read records from flat file in reverse order through
COBOL program?
Answer Posted / gurukulu
use COBOL internal sort in ascending or descending key.
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
Whats the difference between search & search ALL?
Define cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is amode(31)
IF I mention stop run in CICS what happens?
Have you used comp and comp-3 in your project? And how?
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Can we redefine the field of x(200) to less than 200?
how do you reference the variable block file formats from cobol programs
Name the divisions, which are available in a cobol program?
How many sections are there in data division in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What are all the divisions of a COBOL program?