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 ?
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
|