LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2007, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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


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