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 (May 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 10 May 2000 15:57:04 GMT
Reply-To:   sashole@mediaone.net
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Paul Dorfman <paul_dorfman@HOTMAIL.COM>
Subject:   Re: Fast way for checking whether variables are char or numeric
Comments:   To: JGerstle@SW.UA.EDU
Content-Type:   text/plain; format=flowed

John,

Execute Proc Contents against both datasets and examine the output. Alternatively, watch the contents of the library(ies) containing the files through Display Manager's LIB window and drill down to the variable level.

Kind regards, =================== Paul M. Dorfman Jakcsonville, FL ===================

>From: JGerstle@SW.UA.EDU >Reply-To: JGerstle@SW.UA.EDU >To: SAS-L@LISTSERV.UGA.EDU >Subject: Fast way for checking whether variables are char or numeric >Date: Wed, 10 May 2000 10:39:34 -0600 > >SAS-Lers, > >I've run into a difficulty with merging several datasets. Apparently, >one of my datasets has my merge variable as character instead of >numeric. I'm wondering if there is a quick way to check in SAS to >find out which of these dataset has this error so that I can fix it. In >other words, is there a way to list variable characteristics like >format, char/numeric status, length, etc ... > > Thanks, John Gerstle > >John Gerstle >Program Analyst, Sr. >Applied Gerontology Program >University of Alabama

________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


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