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