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 |
Can we use redefine clause in occurs clause?
In COBOL "BEFORE" advancing is there or not ?
can I copy book which contain db2 statment in procedure divion?
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
What is a SSRANGE and NOSSRANGE?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
What is amode(24)?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
can we use reference modification an arry.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?