Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

I have the requirement to compare the two files and pick up
the matching records.
File 1. file2

23 32
32 13
34 15
35 36
36 35
43

Get the matching records from this 2 files to out file. how
you will do this in cobol program?

Answer Posted / siri

IN COBOL
IF FILE1>FILE2
READ FILE2
IF FILE1<FILE2
READ FILE1
IF FILE1=FILE2
WRITE FILE3
READ FILE1
READ FILE2.......
IN JCL
//XSUM DD DSN=XSUM.MATCH
//SYSIN DD *
SORT FIELDS=COPY
SUM FIELDS=NONE,XSUM
/*

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

example for sub strings ? and refernce modifications whit output pls

2370


What is cobol?

1291


What are the cobol coding sheets?

1363


What is link edit in cobol?

1269


how to move the records from file to array table. give with code example

2730


how do you reference the variable unblock file formats from cobol programs

1382


Write down the divisions of cobol program?

1336


Which division and paragraphs are mandatory for a COBOL program?

1335


What is the difference between comp and comp-3?

1227


What is the difference between PIC 9.99 and 9v99 in COBOL?

1403


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

1154


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1608


Can you please let me know the centre name of INS certification in Kolkata.

2286


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

2135


What is amode(31)

1223