|
|
| Author |
Message |
sreenivasreddyg
New User
Joined: 23 Apr 2005 Posts: 20 Location: delhi
|
|
|
|
| Suppose, if I want to have the records those are not in the first file but in the 2nd file, how can i do that? We are using SYNCSORT in our shop. |
|
| Back to top |
|
 |
References
|
Posted: Wed Jul 16, 2008 5:12 pm Post subject: Re: |
 |
|
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 7339 Location: 221 B Baker St
|
|
|
|
Hello,
Please post examples of the data in both input files and the output you want from the sample input.
Post the processing "rules" that determine how the process should work.
Also mention the recfm and lrecl of the 3 files. |
|
| Back to top |
|
 |
Alissa Margulies
SYNCSORT Support
Joined: 25 Jul 2007 Posts: 200 Location: USA
|
|
|
|
| sreenivasreddyg wrote: |
| Suppose, if I want to have the records those are not in the first file but in the 2nd file, how can i do that? We are using SYNCSORT in our shop. |
For starters...
| Code: |
| JOIN UNPAIRED,F2,ONLY |
But if you would like a more detailed response, please provide the info that Dick requested. |
|
| Back to top |
|
 |
|
|