<?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: How to remove a page title and keep graph titles in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-a-page-title-and-keep-graph-titles/m-p/141377#M37735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ballardw, thanks for your response! I did not think of redefining blank title after every Run statement. That's a good idea and thanks again for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Dec 2014 19:11:35 GMT</pubDate>
    <dc:creator>blue_lion</dc:creator>
    <dc:date>2014-12-08T19:11:35Z</dc:date>
    <item>
      <title>How to remove a page title and keep graph titles</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-a-page-title-and-keep-graph-titles/m-p/141375#M37733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I was wondering if there is a way to remove a page title and keep graph titles in SAS when I create a PDF file containing several graphs.&lt;/P&gt;&lt;P&gt;I tried several different no title options in SAS, but they did not work..&lt;/P&gt;&lt;P&gt;If you run below code, you'll get a title of "title 4" in the second page and then you also get "title 4" for the graph itself.&lt;/P&gt;&lt;P&gt;I want to remove this page title or at least separately specify a page title from the graph titles.&lt;/P&gt;&lt;P&gt;Additionally, I know that I could use inset statement to avoid this problem, but I was wondering if we can separately specify page/graph titles or remove page titles all together..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data mydata;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var1=1;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var2=2;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro pic;&lt;/P&gt;&lt;P&gt;%do i=1 %to 6;&lt;/P&gt;&lt;P&gt;proc sgplot data=mydata;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; title "Title &amp;amp;i";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbar var1 / response=var2;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;%end;&lt;/P&gt;&lt;P&gt;%mend;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf file = "C:\temp\test.pdf" &lt;/P&gt;&lt;P&gt;STARTPAGE=NEVER style=SASweb; &lt;/P&gt;&lt;P&gt;ods noproctitle; &lt;/P&gt;&lt;P&gt;%pic;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 15:57:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-a-page-title-and-keep-graph-titles/m-p/141375#M37733</guid>
      <dc:creator>blue_lion</dc:creator>
      <dc:date>2014-12-08T15:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a page title and keep graph titles</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-a-page-title-and-keep-graph-titles/m-p/141376#M37734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The ODS PDF option GTITLE may be what you are looking for. The titles in effect when a graph is created are placed in the graph area not the body. ODS PDF GTITLE File= "&amp;nbsp;&amp;nbsp; " etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A general comment: clear the titles at the end of a procedure unless you KNOW that you want them still active.&lt;/P&gt;&lt;P&gt;I almost always have "run;title; " at the end of most procs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 18:39:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-a-page-title-and-keep-graph-titles/m-p/141376#M37734</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-12-08T18:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to remove a page title and keep graph titles</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-a-page-title-and-keep-graph-titles/m-p/141377#M37735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ballardw, thanks for your response! I did not think of redefining blank title after every Run statement. That's a good idea and thanks again for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Dec 2014 19:11:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-remove-a-page-title-and-keep-graph-titles/m-p/141377#M37735</guid>
      <dc:creator>blue_lion</dc:creator>
      <dc:date>2014-12-08T19:11:35Z</dc:date>
    </item>
  </channel>
</rss>

