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 (March 2012, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 23 Mar 2012 07:48:52 -0500
Reply-To:     "Data _null_;" <iebupdte@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Data _null_;" <iebupdte@GMAIL.COM>
Subject:      Re: Proc Compare question
Comments: To: William <wcw2@cdc.gov>
In-Reply-To:  <201203231208.q2N4LXjI003777@waikiki.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1

OUTSTATS=SAS-data-set

Use PROC REPORT perhaps and make it look anyway you want.

On 3/23/12, William <wcw2@cdc.gov> wrote: > I'm using Proc Compare to compare the "N" output in a current (today) > dataset produced by Proc Tabulate vs. a previous (yesterday) one. In the > value comparison output, it's showing the base N and compare N with 4 > decimal places, instead of an integer. I.e., when the table cell count > count in the base=4 and in the compare=5 the Proc Compare values comparison > shows base N = 4.0000 and compare N = 5.0000. Is there a way to supress > these decimal places in the output? It's annoying me. Also, is there a way > to suppress the "Diff." and "% Diff." in the values comparison table? >


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