When search all is used in cobol program without sorted
input data?
Answer Posted / hemant
Answer#3 is correct.
If data is not sorted, Program Compilation wont show any
error message. But, program will give unpredictable result.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are all the divisions of a COBOL program?
how do you reference the variable block file formats from cobol programs
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is cobol?
how to access the file from prodution from changeman tool and to submit a file to production
Explain the configuration section of a cobol program with examples of syntax.
what is search and searchall?what is the diffrence between them?give an best example?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
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 ......
Which is not true about evaluate statement
what happens if parmparameter passes zero bytes to the program
What is the difference between external and global variables in COBOL?
How to remove 2 duplicate records and copy only one using job control language?
how do you reference the esds vsam file formats from cobol programs