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 (November 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 6 Nov 2006 16:03:31 -0500
Reply-To:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Subject:   Re: How to format the numeric variable

On Mon, 6 Nov 2006 12:37:44 -0800, Suthakar Iyer <suthakariyer@YAHOO.COM> wrote:

>Hi, > Sumcnt = 3E3 ; > how to format this variable with out the scientific notations. > > Thanks > Suthakar

You don't have to do anything. The fact that you expressed the constnat on the right hand sign of the assignment using scientific notations has absolutely no effect on the format associated with the variable.

If you see SUMCNT displayed with scientific notation, there is something else influencing it (such as other code in the DATA step or a format stored in a source data set).


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