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

Need to merge two files using SAS.


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
abdulrafi

Active User


Joined: 14 Sep 2009
Posts: 184
Location: Coimbatore

PostPosted: Fri Nov 06, 2009 7:22 pm
Reply with quote

Could anybody please help me to get a SAS prorgam for the following requirement,

I need to merge two files in SAS,
My 1st file is of LREC 10 bytes and 2nd file is of 10 bytes. The merged file is of 80 bytes.

1st file:
AAAAABBBBB
XXXXXFFFFF

2nd file:
AAAAACCCCC
AAAAADDDDD
AAAAAEEEEE
XXXXXOOOOO

My merged file should look like,
AAAAABBBBBCCCCCDDDDDEEEEE
XXXXXFFFFFOOOOO
the merged file requirement is, when the first 5 bytes in both 1st and 2nd file matches then it has to be merged and written in the merged file. If a correct match is not found it should not be written.

Kindly let me know if any clarification needed.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Nov 06, 2009 7:27 pm
Reply with quote

Abdul, you know the routine. This forum doesn't provide code. Please provide all of the details for the code you've already written, and point out where you have an issue or what specific detail you have a question about.
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Sat Nov 07, 2009 12:33 pm
Reply with quote

The SAS Reference has a few nice MERGE examples :

SAS Reference ==> DATA Step
SAS Reference ==> Statements ==> File-handling ==> MERGE
Common Programming Tasks ==> Combining Data
SAS Reference ==> Statements ==> File-handling ==> MERGE ==> with BY
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Sat Nov 07, 2009 6:18 pm
Reply with quote

The code is less than 30 lines, including checking that you don't exceed the output file size.
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 -> All Other Mainframe Topics

 


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 Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
Search our Forums:

Back to Top