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:         Tue, 7 Nov 2006 09:35:18 -0800
Reply-To:     "Mogens A. Krogh" <MKROGH@DSR.KVL.DK>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Mogens A. Krogh" <MKROGH@DSR.KVL.DK>
Organization: http://groups.google.com
Subject:      Re: round up to ten thousand
Comments: To: sas-l@uga.edu
In-Reply-To:  <1162918767.214267.11420@h54g2000cwb.googlegroups.com>
Content-Type: text/plain; charset="us-ascii"

Dear Dirk,

I think you could use the ROUNDZ function to do this.

data _null_; test=5365; rounded=roundz(test,10000); put rounded=; run;

Regards Mogens A. Krogh PhD-student, DVM www.kvl.dk


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