| Date: | Tue, 7 Nov 2006 08:59:27 -0800 |
| Reply-To: | Dirk Nachbar <dirknbr@GOOGLEMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Dirk Nachbar <dirknbr@GOOGLEMAIL.COM> |
| Organization: | http://groups.google.com |
| Subject: | round up to ten thousand |
|
| Content-Type: | text/plain; charset="iso-8859-1" |
|---|
I would like to display figures like 5332 as 10,000.
I tried
proc format;
picture per_thou low-high='0,099,999' ;
but nothing happens.
any suggestions.
thanks, Dirk
|