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 ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.

8 Answers   Danske, iGate,


i need a small 3d program using inline and outline.

0 Answers  


What is the difference between comp and comp-3?

0 Answers  


How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".

3 Answers  


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

0 Answers  






How can we pass data from cobol to JCl?

7 Answers   ADP, Amdocs, IBM,


What are the different rules to perform a Search?

0 Answers  


Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?

4 Answers  


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

2 Answers   IBM, Steria,


Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?

12 Answers   T systems, Tech Mahindra,


what is internal sort and external sort ? which is preferable ?

2 Answers   TCS,


What is the LINKAGE SECTION used for?

4 Answers  


Categories