Read filea And file b write the same records in both files?
Records in a but not in b record in b but not in a
Answer Posted / raj
plz send program to this ? any one(matching logic)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how do you reference the rrds file formats from cobol programs
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is difference between static and dynamic call in cobol?
Write the code implementing the perform … varying.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
What are various search techniques in cobol? Explain.
how do you reference the printer file formats from cobol programs
) how do u code after getting data?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How do we get current date from system with century in COBOL?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Define cobol?
What is the usage of comp fields in cobol?
What are all the divisions of a COBOL program?