what is search and searchall?what is the diffrence between
them?give an best example?
Answer Posted / sid
Search is a leniar search and search all is binary search.
In search all it required to be sorted all the records in
assending or descending order.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Name the divisions, which are available in a cobol program?
How to print 10 to 1 if the input have only 10 digit number?
Which Search verb is equivalent to PERFORM…VARYING?
What are the different types of condition in cobol and write their forms.
Name the sections present in data division.
What are the pertinent COBOL commands?
What is the usage of comp fields in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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 do u handle errors in BMS macro
what are decleratives in cobol?
explain sorting techniques in cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Can we redefine the field of x(200) to less than 200?
Define cobol?