Date: Sat, 3 Nov 2007 08:36:45 -0000
Reply-To: "pkuhongh@gmail.com" <pkuhongh@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "pkuhongh@gmail.com" <pkuhongh@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: OUTPUT WITH SURVEYMEANS/FREQ
In-Reply-To: <200711022326.lA2KW903000453@mailgw.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"
i think you should use ods to create output datasets in PROC
SURVEYFREQ
maybe like following:
tables pay*location;
ods output TableSummary=hvh_gbpass;
hope it helps
On Nov 3, 7:26 am, tbouSS...@GMAIL.COM (Trish Bous) wrote:
> Hi,
>
> I am trying to print out a proc report from a survey analysis, using proc
> surveyfreq and surveymeans.
>
> However, i can not write the output to an out file, does anyone have a
> solution for this?
>
> this gives me a syntax error:
> proc surveyfreq data=hcup; by year; tables pay*location / out=hvh_gbpass;
> run;
>
> Thanks
>
> Trish
|