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

Answer Posted / ravikrian

while using search the data may be in any order, wher as in
search all the data must be in sorted order and there should
not be any duplicates in the data.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


What are the rules of the move verb?

704


How to remove 2 duplicate records and copy only one using job control language?

748


Write a program to explain size error.

671


example for sub strings ? and refernce modifications whit output pls

1846






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

748


how do you reference the ksds vsam file formats from cobol programs

664


What is rmode(any) ?

684


What is the use of intialize verb?

744


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

735


How do you differentiate between cobol and cobol-ii?

656


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2658


Write a cobol program making use of the redefine clause.

731


What are declaratives and what are their uses in cobol?

710


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5375