What is the difference between SEARCH and SEARCH ALL?
Answer Posted / dev
in addition to the above answer the data to be searched
should be sorted in case of binary search
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is the difference between perform … with test after and perform … with test before?
what is the difference between COBOL2 AND COBOL390?
Write a cobol program making use of the redefine clause.
What is the difference between goback, stop run and exit program in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between Call and a Link?
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 ......
Explain how you can characterize tables in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is the problem of ordered sequential files access?
What are the various section in data division and briefly explain them.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
how to move the records from file to array table. give with code example
For rewrite, why is it mandatory that file needs to be opened?
) How do u handle errors in BMS macro?