<?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 pdf startpage=no; and graph in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95296#M3559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read in the manuel that startpage=never should be used with graphs. So I tried it but it didn't work either. Maybe this is due to the SAS version, although I found the hint in the manual for SAs 9.1.3 and I use 9.2 on Win XP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2012 14:17:47 GMT</pubDate>
    <dc:creator>Eva</dc:creator>
    <dc:date>2012-04-26T14:17:47Z</dc:date>
    <item>
      <title>ods pdf startpage=no; and graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95293#M3556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to display on a pdf first some text (my heading) and then a graph which should follow the text on the same page. Unfortunately SAS does a page break after the text and puts the Graph on a new page although I stated&lt;/P&gt;&lt;P&gt;ods pdf startpage=no; Here is my code (I use SAS 9.2 and the graph is correctly displayed yet on the wrong page):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf open;&lt;/P&gt;&lt;P&gt;ods pdf text = "mytext";&lt;/P&gt;&lt;P&gt;ods pdf startpage = no;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goptions device = sasprtc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc gchart data=mydata;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vbar mynumericvalue / group = mygrouping freq = mynumber patternid = midpoint freq discrete raxis = axis1 maxsi = axis2 gaxis = axis3;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis1 label=(h=10 angle=90 'my text') minor=none;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis2 label=none;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; axis3 label=none;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything with which I can stop SAS from putting the graph on a new page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 12:46:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95293#M3556</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2012-04-26T12:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf startpage=no; and graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95294#M3557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;You were so close.&amp;nbsp; The reason the graph went to the second page is that there was not sufficient size on the page to place it there.&amp;nbsp; By default in PDF SAS/GRAPH tries to use the entire page&amp;nbsp; for the graph unless a size has been specified. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;pdf&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"test.pdf"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;startpage&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;no&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;text&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"my text"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; goptions &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;vsize&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 10pt; font-family: Courier New;"&gt;6&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;border&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;gchart&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=sashelp.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; age;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;quit&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;pdf&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 13:41:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95294#M3557</guid>
      <dc:creator>DanO_sas_com</dc:creator>
      <dc:date>2012-04-26T13:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf startpage=no; and graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95295#M3558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... following produced 1 page (but so did startpage=no ... using V9.3 in windows XP) ...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods results off;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods listing close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods pdf file='z:\test.pdf'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; text = "This is a plot of weight and height using SASHELP.CLASS."&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; startpage=never&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; notoc&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;goptions reset=all ftext='calibri' htext=2 gunit=pct;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;* move plot away from text;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;title ls=2;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;* move plot away from bottom edge;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;footnote1 ls=2;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;symbol1 f='wingdings' v='6c'x c=blue;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;proc gplot data=sashelp.class;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;plot weight * height / noframe;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;quit;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods pdf close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods results;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods listing;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 13:50:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95295#M3558</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2012-04-26T13:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf startpage=no; and graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95296#M3559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read in the manuel that startpage=never should be used with graphs. So I tried it but it didn't work either. Maybe this is due to the SAS version, although I found the hint in the manual for SAs 9.1.3 and I use 9.2 on Win XP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 14:17:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95296#M3559</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2012-04-26T14:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf startpage=no; and graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95297#M3560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ... just tried it in V9.2 ... two pages versus one in V9.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are correct !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:20:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95297#M3560</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2012-04-26T15:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf startpage=no; and graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95298#M3561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We try to urge people to not use the startpage=never.&amp;nbsp; It just has never worked very well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 15:25:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95298#M3561</guid>
      <dc:creator>DanO_sas_com</dc:creator>
      <dc:date>2012-04-26T15:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf startpage=no; and graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95299#M3562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does work with table though in my example. The problem seems to be with graphs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 04:57:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95299#M3562</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2012-04-27T04:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf startpage=no; and graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95300#M3563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with goptions vsize = 6in now the graph is on the first page but the ods pds text is not shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have another problem (which occured before as well). I want to disply the page numbers in the footnote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods escapechar = '~';&lt;/P&gt;&lt;P&gt;footnote "Page ~{thispage} of ~{lastpage}";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The footnote is displayed but thispage and lastpage are displayed just as it is written between the " and ". This does not happen when I display a table with proc report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 05:14:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95300#M3563</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2012-04-27T05:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf startpage=no; and graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95301#M3564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What release are you using.&amp;nbsp; The example that I posted worked for me at 9.2 and at 9.3.&amp;nbsp; I see that the code that I posted was truncated though. So I will try to repost it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;ods &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;pdf&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;file&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"test.pdf"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;startpage&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;no&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;ods &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;text&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt; font-family: Courier New;"&gt;"my text"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;goptions &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;vsize&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=&lt;/SPAN&gt;&lt;STRONG style=": ; color: #008080; font-size: 10pt; font-family: Courier New;"&gt;6&lt;/STRONG&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;border&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;SPAN style="color: #575757;"&gt;proc &lt;/SPAN&gt;&lt;STRONG&gt;gchart&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=sashelp.class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;vbar age;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;STRONG style=": ; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;quit&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;ods &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;pdf&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;close&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;The ~{thispage} and ~{lastpage} not working with graphs yet. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 13:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95301#M3564</guid>
      <dc:creator>DanO_sas_com</dc:creator>
      <dc:date>2012-04-27T13:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf startpage=no; and graph</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95302#M3565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I solved the problem now by not using ods pdf text=""; but instead title ""; Now the text and the graph are shown on the same page.&lt;/P&gt;&lt;P&gt;pdf and graph is always a bit tricky.&lt;/P&gt;&lt;P&gt;I use SAS 9.2 on UNIX with the SAS portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes&lt;/P&gt;&lt;P&gt;Eva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2012 12:05:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/ods-pdf-startpage-no-and-graph/m-p/95302#M3565</guid>
      <dc:creator>Eva</dc:creator>
      <dc:date>2012-05-30T12:05:57Z</dc:date>
    </item>
  </channel>
</rss>

