2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
No Answer is Posted For this Question
Be the First to Post Answer
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Can we call a CICS program from a batch program or viceversa?If so, how?
What is inspect in cobol ?
how can we fetch 3 records in cobol pgm any coding pls ?
what is SYNCHRONIZATION?
What is the meaning of 'Eject' verb in cobol?
whats the disadvantage of search all over search?
What is report-item?
What is the use of EVALUATE statement?
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
How many divisions we have in Cobol ?