i have two file one is ksds another one is esds i want store
matching records in flat file how to you matching.
Answer Posted / lu
you can do like Satish or you move KSDS to flat file and
ESDS to another flat file and after this, u sort it...
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the cobol coding sheets?
Name the divisions, which are available in a cobol program?
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.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how do you reference the printer file formats from cobol programs
) How do u handle errors in BMS macro?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is amode(24)?
What is the difference between Global and External Variables?
What is amode(31)
Give some examples of command terminators?
How arrays can be defined in COBOL?
How do we get current date from system with century in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between Call and a Link?