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
What is the difference between COMP & COMP-3 ?
When can the USING phrase be included in the call statement ?
what is meant by binary search?
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
how will you define vsam file in select clause?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
How to retain the Duplicates in the one records?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
what is s013u000 for?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?