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 (September 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 12 Sep 2003 16:52:29 -0400
Reply-To:     "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Fehd, Ronald J. (PHPPO)" <rjf2@CDC.GOV>
Subject:      Re: how to reduce decimal ?
Comments: cc: tin-shun-jimmy chan <jimmy.chan@HEC.CA>
Content-Type: text/plain

> From: tin-shun-jimmy chan [mailto:jimmy.chan@HEC.CA] > Hi, i want to know how to reduce the decimal (from 10 to 4 > for example).

we can only guess where from the brevity of your question and lack of example

PROC Print data = SomeData; format _numeric_ 32.4;

Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov

Your task is simple: remove the difference between how things should be and how they really are. -- Ashleigh Brilliant pot-shot #4247


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