<?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 PowerPoint how to go to a new page in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/363889#M18746</link>
    <description>&lt;P&gt;You are not alone, I'm having the same issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a gridded layout with 2 columns and 2 rows, my first region is a graph, my second region is another graph, my third region is a tabel and I've got it set to column_span=2. That should fill the layout and move to another page, but I'm getting floating point errors and just garbage after that. If I skip the code for the first, then the code produces the second page perfectly, and the third gives me floating point erros and then garbage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I too added the data _null_ code from that same paper, and now I get the stuff from the second page overlapping on the first too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm having issues replicating this with sashelp data that I can share here unfortunately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My graphs are sgplot and my table is proc report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The crazy thing is I can produce each page perfectly, just as long as I only do one page per powerpoint deck.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2017 17:45:06 GMT</pubDate>
    <dc:creator>ANWZimmerman</dc:creator>
    <dc:date>2017-06-02T17:45:06Z</dc:date>
    <item>
      <title>ODS PowerPoint how to go to a new page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/354603#M18489</link>
      <description>&lt;P&gt;Hi I've been use this _null_ statement to go to a new slide in ODS PowerPOint.&amp;nbsp; However, some papges do not work...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data _null_ ;&lt;BR /&gt; dcl odsout obj(); &lt;BR /&gt; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code below overlaps in one slide even though there is the _null_ statement.&amp;nbsp; Could anyone help on this? Am I missing something?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Momi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods layout gridded x = 0 pct y = 25 pct;&lt;BR /&gt; ods region;&lt;BR /&gt; &lt;BR /&gt; proc odstext;&lt;BR /&gt; P ' ';&lt;BR /&gt; P 'ods graphics / width = 4.5 in height = 4 in;';&lt;BR /&gt; P 'ods layout gridded columns = 2 x = 0 pct y = 10 pct;' ;&lt;BR /&gt; P '^{super }ods region; /* Graph 1 */' ;&lt;BR /&gt; P '^{super }proc sgplot --- for Male';&lt;BR /&gt; P '^{super }ods region; /* Graph 2 */' ;&lt;BR /&gt; P '^{super }proc sgplot --- for Female';&lt;BR /&gt; P 'ods layout end;';&lt;BR /&gt; &lt;BR /&gt; run;&lt;/P&gt;
&lt;P&gt;ods layout end;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt; data _null_ ;&lt;BR /&gt; dcl odsout obj(); &lt;BR /&gt; run;&lt;BR /&gt; title; footnote;&lt;/P&gt;
&lt;P&gt;ods layout gridded columns = 2 ;&lt;BR /&gt; ods graphics / width = 4.5 in height = 4 in;&lt;/P&gt;
&lt;P&gt;title1 "2 Graphs Per Slide";&lt;/P&gt;
&lt;P&gt;ods region; /* Graph 1 */&lt;BR /&gt; proc sgplot data = sashelp.class;&lt;BR /&gt; where sex = "M";&lt;BR /&gt; scatter x = height y = weight ; &lt;BR /&gt; title "Male: Height vs. Weight";&lt;BR /&gt; run;&lt;BR /&gt; ods region; /* Graph 2 */&lt;BR /&gt; proc sgplot data = sashelp.class;&lt;BR /&gt; where sex = "F";&lt;BR /&gt; scatter x = height y = weight ; &lt;BR /&gt; title "Male: Height vs. Weight";&lt;BR /&gt; run;&lt;/P&gt;
&lt;P&gt;ods layout end;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 20:37:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/354603#M18489</guid>
      <dc:creator>momi</dc:creator>
      <dc:date>2017-04-28T20:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PowerPoint how to go to a new page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/354711#M18495</link>
      <description>Hi, My suggestion is that you review the code from this paper: &lt;A href="http://support.sas.com/resources/papers/proceedings16/SAS5443-2016.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings16/SAS5443-2016.pdf&lt;/A&gt; which looks very similar to your code on pages 6/7.&lt;BR /&gt;&lt;BR /&gt;  If the EXACT same code on your system does NOT produce the same results as shown in the paper, and, you are running the correct version of SAS, then I would suggest you open a track with Tech Support.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 29 Apr 2017 13:40:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/354711#M18495</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-04-29T13:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PowerPoint how to go to a new page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/354935#M18506</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your reply. I actaully refere to the paper and I was able to create the gaphs. However, these graphs overlap on the previous slide even though I have a "data _null_; dcl odsout obj(); run;" statement.&amp;nbsp;&amp;nbsp; Please let me know if I am missing something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Momi&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2017 14:18:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/354935#M18506</guid>
      <dc:creator>momi</dc:creator>
      <dc:date>2017-05-01T14:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PowerPoint how to go to a new page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/354969#M18508</link>
      <description>Hi:&lt;BR /&gt;If the same code on your system does NOT produce the same results as shown in the paper, and, you are running the correct version of SAS, then I would suggest you open a track with Tech Support.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Mon, 01 May 2017 15:59:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/354969#M18508</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-05-01T15:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PowerPoint how to go to a new page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/363889#M18746</link>
      <description>&lt;P&gt;You are not alone, I'm having the same issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a gridded layout with 2 columns and 2 rows, my first region is a graph, my second region is another graph, my third region is a tabel and I've got it set to column_span=2. That should fill the layout and move to another page, but I'm getting floating point errors and just garbage after that. If I skip the code for the first, then the code produces the second page perfectly, and the third gives me floating point erros and then garbage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I too added the data _null_ code from that same paper, and now I get the stuff from the second page overlapping on the first too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm having issues replicating this with sashelp data that I can share here unfortunately.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My graphs are sgplot and my table is proc report.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The crazy thing is I can produce each page perfectly, just as long as I only do one page per powerpoint deck.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 17:45:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/363889#M18746</guid>
      <dc:creator>ANWZimmerman</dc:creator>
      <dc:date>2017-06-02T17:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PowerPoint how to go to a new page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/363930#M18750</link>
      <description>&lt;P&gt;I got a reply back from SAS support and it was from the author of the paper mentioned on here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;She replaced the data _null_ with this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods powerpoint layout=titleslide;&lt;BR /&gt;ods powerpoint layout=_null_;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't have time right now to test it myself, but I wanted to pass it along in case it helps others who stumble on this same issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, sounds like the next update of SAS will have a better/simpler way to initiate a new slide.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 20:17:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PowerPoint-how-to-go-to-a-new-page/m-p/363930#M18750</guid>
      <dc:creator>ANWZimmerman</dc:creator>
      <dc:date>2017-06-02T20:17:02Z</dc:date>
    </item>
  </channel>
</rss>

