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 the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C
level number 77 is used to define a)group data b)elementary data c)redefine d)none
what are the limitations of Inline Perform?
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
wht happens if we dnt give scope terminator ?
what is the difference between PA & PF keys?
)what is retrieve?
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?