how can you identify wheather the program is using search
or search all in the cobol program?

Answer Posted / abhi

i would like to add one more that is in search all array
should be in ascending or descending order but in search its
not necessary.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5653


What is the usage of comp fields in cobol?

645


How arrays can be defined in COBOL?

658


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

919


Can a Search can be done on a table with or without Index?

796






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 ......

10533


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1578


Give some examples of command terminators?

748


how do you reference the fixed unblock file formats from cobol programs

698


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

704


When is inspect verb is used in cobol?

666


how do you reference the printer file formats from cobol programs

643


Have you used comp and comp-3 in your project? And how?

2003


What is static and dynamic call in cobol?

585


) How do u handle errors in BMS macro?

1418