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


Please Help Members By Posting Answers For Below Questions

i want a program using by if, evaluate , string, unstring, perform, occurs?

4337


How do you differentiate between cobol and cobol-ii?

846


What type of SDLC u followed? Why?

1718


Which mode is used to operate the sequential file?

916


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

962


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

2002


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

861


Write down the divisions of cobol program?

836


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

11498


What are the different rules of SORT operation?

890


In COBOL programming, what is PERFORM? What is VARYING?

863


Why occurs cannot be used in 01 level in COBOL?

907


When is inspect verb is used in cobol?

913


Why would you use find and get rather than to obtain?

896


Name some of the examples of COBOl 11?

2880