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 (June 2006, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 26 Jun 2006 21:54:48 -0400
Reply-To:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Howard Schreier <hs AT dc-sug DOT org>" <nospam@HOWLES.COM>
Subject:   Re: Getting output from ODS on a single page

On Mon, 26 Jun 2006 15:02:37 -0700, bedcurt <timandsally@BEDCURT.ECLIPSE.CO.UK> wrote:

>I have produced two tables using ODS HTML and proc tabulate. The >tables are stored in two files, how do I get the two tables into a >single file using SAS as I would like to automate the job as a weekly >job.

I think the simplest thing is to run the two PROC TABULATE steps in the same job or session, so that the results are in one HTML file from the start.

Or, in V. 9, look into the ODS DOCUMENT destination and PROC DOCUMENT.


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