<?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: ODS and SGSCATTER in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SGSCATTER/m-p/68397#M7874</link>
    <description>HI:&lt;BR /&gt;
  I see the behavior that you are experiencing, but am not sure how to change it. ODS RTF and ODS HTML both have an option (NOGTITLE) which allows you to select whether the title will be outside the graph area or inside (GTITLE) the graph area. However, that option is not available for ODS PDF.&lt;BR /&gt;
 &lt;BR /&gt;
  If I run a similar example to ODS RTF with this invocation:&lt;BR /&gt;
[pre]&lt;BR /&gt;
  ods rtf file='c:\temp\scatterB.rtf' nogtitle;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
...then the titles only appear once -- outside the graph area.&lt;BR /&gt;
 &lt;BR /&gt;
  This may be a question for Tech Support.&lt;BR /&gt;
cynthia</description>
    <pubDate>Sun, 11 Jan 2009 18:49:33 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2009-01-11T18:49:33Z</dc:date>
    <item>
      <title>ODS and SGSCATTER</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SGSCATTER/m-p/68396#M7873</link>
      <description>Hi:&lt;BR /&gt;
 I'm running PROC SGSCATTER under 9.2. The files created by ODS PDF have the TITLE and BY lines appearing both at the top of the page and within the output area. Does anyone know of a way of removing the TITLE and BY lines that are outside of the output area? &lt;BR /&gt;
Thanks.&lt;BR /&gt;
&lt;BR /&gt;
Code: &lt;BR /&gt;
Options Orientation = LANDSCAPE BYLINE  papersize=letter NODATE NONUMBER;&lt;BR /&gt;
GOPTIONS RESET=global HBY=1.5 FTEXT="Helvetica"  ;&lt;BR /&gt;
ODS LISTING CLOSE; &lt;BR /&gt;
ODS PDF  FILE="c:\temp\capmon_scatter_plot.pdf" ;&lt;BR /&gt;
TITLE1 'CAPMoN Precip Scatter Plots' ;&lt;BR /&gt;
PROC SGSCATTER DATA=subset ;&lt;BR /&gt;
BY natstnid year;&lt;BR /&gt;
 MATRIX nssso4 no3_ nh4_ h_ ca_ mg_ na_ cl_ k_&lt;BR /&gt;
   / group=season&lt;BR /&gt;
     LEGEND=(noborder)&lt;BR /&gt;
     ;&lt;BR /&gt;
RUN;&lt;BR /&gt;
ODS PDF CLOSE;</description>
      <pubDate>Fri, 09 Jan 2009 16:38:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SGSCATTER/m-p/68396#M7873</guid>
      <dc:creator>Bill_in_Toronto</dc:creator>
      <dc:date>2009-01-09T16:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS and SGSCATTER</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SGSCATTER/m-p/68397#M7874</link>
      <description>HI:&lt;BR /&gt;
  I see the behavior that you are experiencing, but am not sure how to change it. ODS RTF and ODS HTML both have an option (NOGTITLE) which allows you to select whether the title will be outside the graph area or inside (GTITLE) the graph area. However, that option is not available for ODS PDF.&lt;BR /&gt;
 &lt;BR /&gt;
  If I run a similar example to ODS RTF with this invocation:&lt;BR /&gt;
[pre]&lt;BR /&gt;
  ods rtf file='c:\temp\scatterB.rtf' nogtitle;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
...then the titles only appear once -- outside the graph area.&lt;BR /&gt;
 &lt;BR /&gt;
  This may be a question for Tech Support.&lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 11 Jan 2009 18:49:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SGSCATTER/m-p/68397#M7874</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-01-11T18:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: ODS and SGSCATTER</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SGSCATTER/m-p/68398#M7875</link>
      <description>There was a problem in the first phase of 9.2 with sg procs and titles when run with PDF but that problem has been fixed for the second phase of 9.2.  This next phase is due to ship out soon as far as I know.&lt;BR /&gt;
&lt;BR /&gt;
A simple test like this will work correctly in 9.2 phase 2.&lt;BR /&gt;
&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods pdf file="temp.pdf";&lt;BR /&gt;
Title "this is a title";&lt;BR /&gt;
proc sgscatter data=sashelp.class;&lt;BR /&gt;
plot weight*height;&lt;BR /&gt;
run;&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
Scott</description>
      <pubDate>Mon, 12 Jan 2009 19:33:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-and-SGSCATTER/m-p/68398#M7875</guid>
      <dc:creator>ScottH_SAS</dc:creator>
      <dc:date>2009-01-12T19:33:10Z</dc:date>
    </item>
  </channel>
</rss>

