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
i want a program using by if, evaluate , string, unstring, perform, occurs?
How do you differentiate between cobol and cobol-ii?
What type of SDLC u followed? Why?
Which mode is used to operate the sequential file?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
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?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Write down the divisions of cobol program?
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 ......
What are the different rules of SORT operation?
In COBOL programming, what is PERFORM? What is VARYING?
Why occurs cannot be used in 01 level in COBOL?
When is inspect verb is used in cobol?
Why would you use find and get rather than to obtain?
Name some of the examples of COBOl 11?