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 (June 2005, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 22 Jun 2005 19:37:52 -0700
Reply-To:     thelaker@GMAIL.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         thelaker@GMAIL.COM
Organization: http://groups.google.com
Subject:      Re: WHERE clause limits
Comments: To: sas-l@uga.edu
Content-Type: text/plain; charset="iso-8859-1"

> Is there any chance that whatever length limit is operating here applies > only to the clause that gets echoed back in these NOTEs? Or are you > actually getting data in your dset that don't meet your full WHERE > clause? >

It's the opposite of your last statement. I was failing to get observations in the claims_subset dataset that should have been included if the full WHERE clause had been implemented. When testing this on real data, I converted this WHERE clause to an IF statement (changing all the BETWEENs to 'value'<=variable<='value' expressions) and got all the observations I expected in claims_subset.


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