View previous topic :: View next topic |
Author |
Message |
bprasanna Beginner
Joined: 05 Sep 2003 Posts: 119 Topics: 33 Location: Hyderabad
|
Posted: Wed Nov 24, 2004 7:39 am Post subject: Horizontal merge in SYNCSORT |
|
|
Hi,
I am having 2 files of FB with LRECL 80 like below.
File A:
101010 (POSITION STARTS FROM 01 AND OF LENGTH 6)
File B:
121212 (POSITION STARTS FROM 12 AND OF LENGTH 6)
Now I just want to create a single file (SAY C) like below.
File C:
101010 121212 (ON SAME LINE)
Is it possible throught SYNCSORT?
Thanks in advance
Prasanna B |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
Posted: Wed Nov 24, 2004 7:50 am Post subject: |
|
|
Prasanna,
Does ur input datasets contain duplicates ?
The following link contains examples of horizontal merging. Its similar to matching records b/w two files.
http://www.mvsforums.com/helpboards/viewtopic.php?t=3121
Let us know if this answers ur question,
Thanks,
Phantom |
|
Back to top |
|
 |
Phantom Data Mgmt Moderator

Joined: 07 Jan 2003 Posts: 1056 Topics: 91 Location: The Blue Planet
|
|
Back to top |
|
 |
bprasanna Beginner
Joined: 05 Sep 2003 Posts: 119 Topics: 33 Location: Hyderabad
|
Posted: Thu Nov 25, 2004 8:17 am Post subject: |
|
|
Thanks a lot for every one.
Prasanna. |
|
Back to top |
|
 |
|
|