<?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 PAGE BREAKS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PAGE-BREAKS/m-p/257598#M15419</link>
    <description>I think you should ask Tech Support for help with this problem. They'll probably need to see your entire program to be able to make suggestions.</description>
    <pubDate>Fri, 18 Mar 2016 12:47:12 GMT</pubDate>
    <dc:creator>Tim_SAS</dc:creator>
    <dc:date>2016-03-18T12:47:12Z</dc:date>
    <item>
      <title>ODS POWERPOINT PAGE BREAKS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PAGE-BREAKS/m-p/257572#M15418</link>
      <description>&lt;P&gt;I am using Enterprise Guide 7.1 with SAS 9.4 M3 on LINUX. I am trying to dynamically build a set of three slides&amp;nbsp;for each system in the data to be reported on. The logic goes like this...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options nocenter papersize(14in 6.35in);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc Format;&lt;/P&gt;&lt;P&gt;&amp;lt;Custom&amp;nbsp;style info based on POWERPOINT styles&amp;gt;&lt;/P&gt;&lt;P&gt;run;&amp;nbsp; /*This part works*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC SQL NOPRINT;&lt;/P&gt;&lt;P&gt;Select count(unique Name) into :cnt from &amp;lt;table&amp;gt;;&lt;/P&gt;&lt;P&gt;select disctint name into :nams separated by '.' from &amp;lt;table&amp;gt;;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS HTML CLOSE;&lt;/P&gt;&lt;P&gt;ODS POWERPOINT FILE=&amp;lt;MY FILE INFO&amp;gt; STYLE=&amp;lt;MY STYLE DEFINED ABOVE&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%for (i=1 %to &amp;amp;cnt;&amp;amp;i++) %do;&lt;/P&gt;&lt;P&gt;nme=%QScan(&amp;amp;nams,&amp;amp;i,%str(.));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods layout gridded;&lt;/P&gt;&lt;P&gt;ods region;&lt;/P&gt;&lt;P&gt;%slide1(nme);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods powerpoint style=&amp;lt;mystyle&amp;gt;;&lt;/P&gt;&lt;P&gt;ods region;&lt;/P&gt;&lt;P&gt;%slide2(nme);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods powerpoint style=&amp;lt;mystyle&amp;gt;;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods region;&lt;/P&gt;&lt;P&gt;%slide3(nme);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS LAYOUT END;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS POWERPOINT STYLE=&amp;lt;MYSTYLE&amp;gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%END; /*LOOP*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ODS _ALL_ CLOSE;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The individual slides are created with the correct style but the content is all jumbled up on slide 2 through the end. The content is not being placed on the designated slide and it's not where I want it. Any Idea's?&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2016 11:51:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PAGE-BREAKS/m-p/257572#M15418</guid>
      <dc:creator>david_holt</dc:creator>
      <dc:date>2016-03-18T11:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: ODS POWERPOINT PAGE BREAKS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PAGE-BREAKS/m-p/257598#M15419</link>
      <description>I think you should ask Tech Support for help with this problem. They'll probably need to see your entire program to be able to make suggestions.</description>
      <pubDate>Fri, 18 Mar 2016 12:47:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PAGE-BREAKS/m-p/257598#M15419</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2016-03-18T12:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: ODS POWERPOINT PAGE BREAKS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PAGE-BREAKS/m-p/258773#M15452</link>
      <description>&lt;P&gt;Thanks! And I am checking with SAS Tech support now. I am investigating the use of the DCL ODSOUT OBJ(); method of placing objects on the slide as per their suggestion.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 11:04:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-POWERPOINT-PAGE-BREAKS/m-p/258773#M15452</guid>
      <dc:creator>david_holt</dc:creator>
      <dc:date>2016-03-24T11:04:11Z</dc:date>
    </item>
  </channel>
</rss>

