|
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.
|