Date: Thu, 19 Jul 2001 15:51:31 -0500
Reply-To: Jaclyn Whitehorn <jaclyn@BAMA.UA.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jaclyn Whitehorn <jaclyn@BAMA.UA.EDU>
Subject: Re: Table of contents in ODS HTML with Proc Tabulate
In-Reply-To: <200107191910.OAA17662@bama.ua.edu>
Content-Type: text/plain; charset="us-ascii"; format=flowed
I'm sure someone already pointed this out to you, but you have too many
semicolons in this code fragment. The contents= and frame= are both
options to the ODS HTML statement.
Try something like:
ods html body='c:\body.html'
contents= 'c:\content.html'
frame='c:\frame.html';
Jaclyn
At 03:10 PM 7/19/01 -0400, Ron Smith <rsmith@PCC.EDU> wrote:
>Hi again,
>
>I followed the procedure on page 34 of Output Delivery System: The Basics
>to create a Table of Contents and a frame file.
>I did this in an attempt to creat these for PROC TABULATE output.
>
>Nada, nothing, zip. Still had the body.html file, but no contents and no
>frames.
>
>here is the ods code
>
>(filenames changed to protect the innocent)
>
>ods html body='c: .html';
> contents= 'c:\content.html';
> frame='c:\frame.html';
>
>Then the two Proc Tabulates I have been experimenting with and then
>
>ods html close;
>
>Ron
>
>**********************************************************
>Ronald Smith
>Research Evaluation Coordinator
>Institutional Research
>Portland Community College
>P. O. Box 19000, Portland, OR 97280-0990
>Tel: (503) 614-7706; Fax: (503) 645-0894
>rsmith@pcc.edu
>**********************************************************
---------------------------------------------------
Jaclyn Whitehorn * User Service Consultant
Seebeck Computer Center * The University of Alabama
(205)348-8720
|