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 (August 2001, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 22 Aug 2001 18:06:04 -0700
Reply-To:   Steven Dubnoff <sdubnoff@CIRCLESYS.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Steven Dubnoff <sdubnoff@CIRCLESYS.COM>
Organization:   Circle Systems
Subject:   Re: Proc compare and floating point differences
Content-Type:   text/plain; charset=us-ascii

On 22 Aug 2001 15:13:19 -0700, paszty@xoma.com (Nick Paszty) wrote:

>hello. > >i extracted a 6.12 unix data set from an xpt file onto our vms system >using 6.12. when i run proc compare between our source data and the >extracted data, i get very small differences like 8.184e-16.

Your particular transfer is uses three separate floating point formats: ieee, ibm, and vax. It is no doubt the worst case. Even so, I doubt that the differences you have found have any _substantive_ significance.

Rather than running proc compare, why not run proc means on the input and output datasets and look at the differences in means. My guess is that you are not measuring anything with enough precision to worry about differences on the order of 8e-16,

Best,

Steve ---------------------------------------------------------------- Steven Dubnoff sdubnoff@circlesys.com Circle Systems We make your data instantly usable. Download Stat/Transfer from http://www.stattransfer.com 1001 Fourth Avenue, #3200 (206) 682-3783 Seattle, WA 98154 Fax (206) 328-4788


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