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

Using sort utility is it possible to merge like the below


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

New User


Joined: 06 Oct 2005
Posts: 42

PostPosted: Thu Jul 20, 2006 4:56 pm
Reply with quote

HI,

using sort or some utility is it possible to merge like the below.


two input files

first file - field1 field2 field3 field4 field5
second - field6 field7 field3

field3 is unique

and the output file needs to be

third file - field1 field2 filed3 field6 field7


is this possible through any utility

i need not write any code to do this

it cud be sort or anything......

thank you.....
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: Thu Jul 20, 2006 8:52 pm
Reply with quote

You can use the SPLICE operator of DFSORT's ICETOOL to do this kind of thing. For an example, see the Smart DFSORT Trick "Join fields from two files on a key" at:

www.ibm.com/servers/storage/support/software/sort/mvs/tricks/

If you need more specific help, show an example of the records in each input file and the expected output records. Also, give the RECFM and LRECL of each input file, and the starting position, length and format of each relevant field.
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 Need to set RC4 through JCL SORT DFSORT/ICETOOL 5
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts REASON 00D70014 in load utility DB2 6
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top