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 |
how to run sub programs using static and dynamic call ...
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
) what is the difference between AID and HANDLE AID?
In which area will you utilize 88 level items in cobol?
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
s9(18) comp-3:: What is the size of memory it takes internally?
In an array processing what is the thing that can be done by using subscripts but not by using index
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is binary search?