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
How many bytes do a s9 (7) comp-3 field occupy?
how to display comp3 variables reply soon ?
What is amode(31)
what is the default print format? in cobol
What is an in-line perform ?
what is the minimum number of lines a Cobol program should have to successfully compile and run
11 Answers ABC, Societe Generale,
What are different data types in cobol?
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.
10 Answers ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
How do you code Cobol to access a parameter that has been defined in JCL?