Date: Mon, 11 Sep 2006 11:09:20 -0400
Reply-To: "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Fehd, Ronald J. (CDC/CCHIS/NCPHI)" <rjf2@CDC.GOV>
Subject: Re: Help Needed in Proc Freq
Content-Type: text/plain; charset="us-ascii"
> From: pavan kumar
> I have a Code ::
>
> Proc freq data = customer NOPRINT;
> tables pdga1 pdgh sghal sdfg / out = out_freq;
> run;
>
> i am trying to know the counts and Percents of all
> the variables mentioned
>
> in Tables statement but the problem is i am getting
> the output for only
> last variables . How can i get for all the
> variables . Kindly Plz Help me out
I solved this problem in the last decade of the previous century
and finally posted the code last december:
check our most excellent archives:
http://www.listserv.uga.edu/archives/sas-l.html
search for:
substring search: [X]
subject contains: tip
author's address: RJF2
since: dec 2005
until:
Ron Fehd the macro maven CDC Atlanta GA USA RJF2 ata cdc d0t g0v
Date: Mon, 19 Dec 2005 11:55:49 -0500
Subject: tip: macro FreqAllVars