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 (May 1998, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 27 May 1998 10:21:06 -0400
Reply-To:     Claudia Bullock <CBullock@HCFA.GOV>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Claudia Bullock <CBullock@HCFA.GOV>
Subject:      Proc Tabulate -Reply

Cathy,

You can use Proc Printto, to redirect the output from your Proc Tabulate so that it is sent to a file. You will need to set up your Tablulate so that it doesn't have the grid lines. I have done this and then imported the file into an Excel spreadsheet using the "Import Wizard". From the spreadsheet you can make graphs.

If you want to send the output to a SAS file rather than a flat file, and do graphs in SAS, I think you would need to rethink the process and use something other than Proc Tabulate to create the file. Maybe Proc Summary. I don't think you can create an output SAS file with Proc Tabulate.

Hope this helps.

Claudia >>> Cathy Sicard <cathy@LSU.EDU> 05/27/98 08:49am >>> I'm trying to find out if there's a way to output Proc Tabulate output to a file rather than a report? I want to graph the output from the tabulate procedure. Does anyone know of a way to do this? Thanks for any insight you can provide!

Cathy LLN Office LSU Computing Services


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