LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (September 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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