How to read records from flat file in reverse order through
COBOL program?
Answer Posted / chp
can we use read prev in cobol programming???
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
What are the different rules of SORT operation?
example for sub strings ? and refernce modifications whit output pls
How many sections are there in data division in COBOL?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the utilization of copybook in cobol?
What are the different rules for performing sort operation?
how do you define single dimensional array and multidimensional array in your cobol?
Write a cobol program making use of the redefine clause.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the pertinent COBOL
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how to convert the recors form vsam file to db2 table tru file aid
Name the divisions, which are available in a cobol program?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?