Date: Thu, 16 Sep 2010 11:23:07 -0400
Reply-To: Jeff <zhujp98@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jeff <zhujp98@GMAIL.COM>
Subject: create sas histogram without sas/graph
Content-Type: text/plain; charset=ISO-8859-1
proc univariate data=t1;
var x;
histogram;
run;
The histogram statement does not give me the result of histogram of x
because sas/graph is not license for my company this year. Is there a
alternative way to do a histogram in sas?
Thanks.
Jeff
|