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 (August 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 28 Aug 2006 16:08:49 -0400
Reply-To:     "Fehd, Ronald J. (CDC/CCHIS/NCHM)" <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J. (CDC/CCHIS/NCHM)" <rjf2@CDC.GOV>
Subject:      Re: best12. does not work under windows
Content-Type: text/plain; charset="us-ascii"

> From: SAS_learner

> I was trying use best12. format on a character variable on > windows but in the log it is complaing . Can I use best12. > format on windows. Basically can any body can explain how > these best formats are different from regular formats i.e. > how are these two are different > > > LVALUEx = put(LVALUEx,best12.); > and > LVALUEx = put(LVALUEx,12.); are different

as always: we need the log.

your 'complaint' is our 'intelligent message'

do a frequency on the variable and figure out whether all the values actually convert to a number using the best12 format

SAS will do a lot, but will 'complain' when it cannot do reasonable interpolation.

Ron Fehd the macro maven CDC Atlanta GA USA RJF2 at cdc dot gov

My computer must be broken: whenever I ask a wrong question, I get a wrong answer. -- Pot-Shots by Ashleigh Brilliant


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