can we read records in a file from botom to top. if
possible how can we read
Answer Posted / hari
Move low values to the key and then use READ PREV.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
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 ......
What is the use of intialize verb?
In COBOL, what is the different between index and subscript?
What is the difference between binary search and sequential search?
Write a program that uses move corresponding.
What is length is cobol?
what is difference between cobol and cobol/400
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
Name the sections present in data division.
What is rmode(any) ?
How do you reference the fixed block file formats from cobol programs
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
What is an in line perform? When would you use it? Anything else you wish to say about it.
When is inspect verb is used in cobol?