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

Write a cobol program making use of the redefine clause.

743


Write a program to explain size error.

683


What is the LINKAGE SECTION used in COBOL?

900


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

718


How do you reference the following file formats from cobol programs?

702






Can you please let me know the centre name of INS certification in Kolkata.

1723


What is the difference between comp and comp-3?

704


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

791


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1529


Write the code to count the sum of n natural numbers.

705


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

1320


What kind of error is trapped by on size error option?

749


Why occurs cannot be used in 01 level in COBOL?

723


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1883


Name the divisions, which are available in a cobol program?

696