IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

DFSort - Can MERGE create exception files?


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Chris Leggett

New User


Joined: 29 Mar 2005
Posts: 1
Location: Liverpool, England

PostPosted: Tue Mar 29, 2005 8:11 pm
Reply with quote

I need to compare 2 large files (A and B) and produce a third file (C) containing any records which are on file A but Not on file B.

Files A and B are the same format, as they are tables downloaded from DB2. File C will also be identical format.

I am sure this can be done with DFSort, as it sounds so simple, but am not sure how.
Any help would be gratefully received. Thanks.
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Tue Mar 29, 2005 10:07 pm
Reply with quote

You can use the SPLICE operator of DFSORT's ICETOOL to do this kind of thing. Exactly how you would do it depends on exactly what you want to do. So you need to supply some more information:

What is the RECFM and LRECL of FileA and FileB? What is the starting position, length and format of the "key" you want to use for the comparison? Or do you want to compare the entire record?

Please show an example of the records in FileA and the records in FileB and the expected output records. If FileA can have duplicates, show that in your example. If FileB can have duplicates, show that in your example.
Back to top
View user's profile Send private message
die7nadal

Active User


Joined: 23 Mar 2005
Posts: 156

PostPosted: Tue Mar 29, 2005 11:05 pm
Reply with quote

Chris Leggett wrote:
I need to compare 2 large files (A and B) and produce a third file (C) containing any records which are on file A but Not on file B.

Files A and B are the same format, as they are tables downloaded from DB2. File C will also be identical format.

I am sure this can be done with DFSort, as it sounds so simple, but am not sure how.
Any help would be gratefully received. Thanks.


I am not sure if you can do this through SORT, but you can do it through COMPAREX. Give FILE A in SYSUT2 and FILE B in SYSUT1 and Just define FILE C in SYSUT3 DD and in SYSIN DD try to Differentiate the records that u want in FILE C through the use of some KEY and then give COPYDIFF Key word. If you dont have COMPAREX in your shop, you should be having a equivalent utility for doing Compares.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
Search our Forums:

Back to Top