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 (April 2007, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 16 Apr 2007 06:50:18 -0700
Reply-To:     Reeza <fkhurshed@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Reeza <fkhurshed@HOTMAIL.COM>
Organization: http://groups.google.com
Subject:      Re: Empty columns
Comments: To: sas-l@uga.edu
In-Reply-To:  <1176730786.112778.93640@l77g2000hsb.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"

Run a proc means on your data set. Any empty variables will have minimum and maximum equal to missing. Create a subset using the mean dataset, and a where statement to isolate any such variables.

HTH, Reeza


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