Date: Fri, 18 Feb 2011 17:18:44 -0500
Reply-To: Ya Huang <ya.huang@AMYLIN.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ya Huang <ya.huang@AMYLIN.COM>
Subject: Re: Surpressing the Day,
Date and Time in Upper Right Hand corner of pdf output using PROC
TEMPLATE
It has nothing to do with template, just add options nodate nonumber
before your ods statement:
options nodate nonumber;
ods pdf file=....
proc ...
ods pdf close;
On Fri, 18 Feb 2011 13:37:33 -0800, Brian Wallace
<brian_c_wallace@YAHOO.COM> wrote:
>I appreciate any assistance with this.
>
>I need to remove the time, day and date from the upper right hand corner
of the pdf output I produce with ODS PDF using a style I mage through PROC
TEMPLATE.
>
>Is it a specific style in the PROC TEMPLATE? I don't think it's an option
I'm missing in the pdf.
>
>Thank you VERY much for ANY help,
>
>Brian Wallace
|