<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Turn off Time and date stamp and page numbering in ODS PDF in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Turn-off-Time-and-date-stamp-and-page-numbering-in-ODS-PDF/m-p/333220#M22159</link>
    <description>&lt;P&gt;Thanks Reeza&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2017 23:14:00 GMT</pubDate>
    <dc:creator>DME790</dc:creator>
    <dc:date>2017-02-15T23:14:00Z</dc:date>
    <item>
      <title>Turn off Time and date stamp and page numbering in ODS PDF</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Turn-off-Time-and-date-stamp-and-page-numbering-in-ODS-PDF/m-p/332902#M22144</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="/sasdata/SSW_YTD.pdf" notoc;
ods escapechar="^";


Proc Report
	DATA=Work.Forecast_Part_Merge style(report)=[BORDERCOLOR=BLACK BACKGROUND=#333333]
     STYLE(HEADER)={BACKGROUND=#008080 COLOR=WHITE FONTWEIGHT=BOLD BORDERCOLOR=BLACK}
     style(Column)={BACKGROUND=White FONTWEIGHT=bold BORDERCOLOR=BLACK COLOR=Black};

	 Columns FINANCIAL_YEAR_NM SDOCLUSTERPBS Cohort CALLS_ANSWERED_CNT TOTAL_ANSWER_TM Additional_Calls	Total_FY_Answered_Calls	Total_Add_TM Required_ASA ASA;

	 	DEFINE FINANCIAL_YEAR_NM / NOPRINT;
	 	DEFINE SDOCLUSTERPBS / NOPRINT;
		DEFINE Cohort / NOPRINT;
		DEFINE CALLS_ANSWERED_CNT / NOPRINT;
		DEFINE TOTAL_ANSWER_TM / NOPRINT;
		DEFINE Additional_Calls	/ DISPLAY "Additional Calls" CENTER Format=Comma9.;
		DEFINE Total_FY_Answered_Calls	/ DISPLAY "Total Calls For FInancial Year" CENTER ;
		DEFINE Total_Add_TM / NOPRINT;
		DEFINE Required_ASA / DISPLAY "Target ASA (Seconds)" CENTER ;
		DEFINE ASA / DISPLAY "Forecast Financial Year ASA Result (Seconds)" CENTER Format=Comma9.;

		title1 J=l "^S={preimage='/sasdata/CHOPs/govcrestMed.png'}";
		Title2 J=r "^S={preimage='/sasdata/CHOPs Logo Small.png'}";

		Title3 color=Black font=Arial BOLD 'Forecasted 2016-17 ASA For  - Participants';
		Title4 color=Black font=Arial  'Participant (Target - 3 Minutes)';
		
		Footnote1 JUSTIFY=LEFT color=Black font=Arial BOLD HEIGHT=8pt 'Queues used in calculations:';
		Footnote2 JUSTIFY=LEFT color=Black font=Arial  HEIGHT=6pt 'NDIA Defined Programs';
		Footnote3 JUSTIFY=LEFT color=Black font=Arial  HEIGHT=6pt 'NDIA General Enquiry';
		Footnote4 JUSTIFY=LEFT color=Black font=Arial  HEIGHT=6pt 'NDIA Overflow General Enquiry';
		Footnote5 J=r "^S={preimage='/sasdata/CHOPs/dhs bandMed.png'}";

		RUN;

Title;
Footnote;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have aPDF output that has the time/date stamp and page number on the top right hand corner of the document - How do I turn these off?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG title="datestamp.JPG" alt="datestamp.JPG" src="https://communities.sas.com/t5/image/serverpage/image-id/7238i28A44CBE86727AFE/image-size/original?v=1.0&amp;amp;px=-1" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 05:01:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Turn-off-Time-and-date-stamp-and-page-numbering-in-ODS-PDF/m-p/332902#M22144</guid>
      <dc:creator>DME790</dc:creator>
      <dc:date>2017-02-15T05:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off Time and date stamp and page numbering in ODS PDF</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Turn-off-Time-and-date-stamp-and-page-numbering-in-ODS-PDF/m-p/332917#M22146</link>
      <description>&lt;P&gt;Options nodate nonumber;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 07:33:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Turn-off-Time-and-date-stamp-and-page-numbering-in-ODS-PDF/m-p/332917#M22146</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-02-15T07:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Turn off Time and date stamp and page numbering in ODS PDF</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Turn-off-Time-and-date-stamp-and-page-numbering-in-ODS-PDF/m-p/333220#M22159</link>
      <description>&lt;P&gt;Thanks Reeza&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 23:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Turn-off-Time-and-date-stamp-and-page-numbering-in-ODS-PDF/m-p/333220#M22159</guid>
      <dc:creator>DME790</dc:creator>
      <dc:date>2017-02-15T23:14:00Z</dc:date>
    </item>
  </channel>
</rss>

