What is Comm?
Answers were Sorted based on User's Feedback
Answer / nita
comm locates identical lines within files sorted in the
same collating sequence, and produces three columns; the
first contains lines found only in the first file, the
second lines only in the second file, and the third
lines that are in both
files.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saikat
Can you please describe by example or in more details.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is COMP-1? COMP-2?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
How to read records from flat file in reverse order through COBOL program?
14 Answers Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
What is report-item?
S9(5)V9(2) occupies how many bytes memory ?
what is the purpose of linkage section?
What type of Call you would use if you don;t want the control back to the calling program?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is sqlca and why is it needed in any cobol-db2 program?
What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.
How many bytes S(8) comp field occupy and its maximum value?