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 14:49:54 -0500
Reply-To:     SAS_learner <proccontents@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         SAS_learner <proccontents@GMAIL.COM>
Subject:      best12. does not work under windows
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

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

thanks


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