LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (March 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 5 Mar 2008 08:29:14 -0800
Reply-To:     FPAStatman <brentvtimothy@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         FPAStatman <brentvtimothy@GMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: merge and length problem urgent please
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset=ISO-8859-1

I don't fully understand what you are trying to do. The first data set has a value of a, since you restricted the length of the string to 1, while the second has the full 10 chars. If you are trying to merge based on this, it will never work, as the by variables should be the same. You could try creating a substring for the second set, and match them that way, but you must assume that the substrings still identify the unique values.


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