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 happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Why would you use find and get rather than to obtain?
what is the minimum number of lines a Cobol program should have to successfully compile and run
If I want to increase the Limit in GDG. What should I do?
How does IDMS insure data integrity?
What are the pertinent COBOL commands?
What is difference between COBOL and VS COBOL II?.
What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?
how many divisions are there in cobol
When would you use in-line perform?
What COBOL construct is the COBOL II EVALUATE meant to replace?
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?