LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 13 Feb 2009 06:17:29 -0800
Reply-To:     hd <heenagd@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         hd <heenagd@GMAIL.COM>
Organization: http://groups.google.com
Subject:      some join
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

Joining of datasets

I have a dataset

ZipCode Telephone Scode 123 4356 Acd 234 5367 dge 456 3424 adasd

and another main dataset

Name Age Contact Telephone

I want the final main dataset to include ZipCode and Scode where the telephones is the key identifier and where it should match, if there is no match it should be blank. I think I should use some kind of join but Im not sure of the syntax.

so in other words

Name Age Contact Telphone ZipCode Scode

Thank you so much for the help.


Back to: Top of message | Previous page | Main SAS-L page