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 did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is rmode(24)
Discuss about changing dataset name in proc.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
State the various causes of s0c1, s0c5 and s0c7.
What are the different rules of SORT operation?
How to print 10 to 1 if the input have only 10 digit number?
What kind of error is trapped by on size error option?
What is difference between static and dynamic call in cobol?
Why would you use find and get rather than to obtain?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the Purpose of Pointer in the string?
How do u write test cases?
Write down the divisions of cobol program?
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 ......