<?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: Odsout obj() : going to the next page in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Odsout-obj-going-to-the-next-page/m-p/805705#M317386</link>
    <description>Thank you, ballardw !</description>
    <pubDate>Sun, 03 Apr 2022 12:59:37 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2022-04-03T12:59:37Z</dc:date>
    <item>
      <title>Odsout obj() : going to the next page</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Odsout-obj-going-to-the-next-page/m-p/805095#M317099</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know please, how to inidcate to go to the next page while odsout obj() reporting ?&lt;/P&gt;
&lt;P&gt;Sometimes the data has a few rows, so one page is enough.&lt;/P&gt;
&lt;P&gt;I would like to report on two pages if my data has many rows.&lt;/P&gt;
&lt;P&gt;Thank you for your help !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;	OPTION NODATE NONUMBER;
		OPTIONS PAPERSIZE=A4;
		options orientation=portrait;
		OPTIONS TOPMARGIN=.001 in BOTTOMMARGIN=.001 in LEFTMARGIN=.001 in RIGHTMARGIN=.001 in;
		ODS NORESULTS;
		ODS PDF FILE = "&amp;amp;Publipostage.\xxxx_&amp;amp;xxxx..pdf" dpi=1800;
		ODS ESCAPECHAR = "^";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Mar 2022 15:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Odsout-obj-going-to-the-next-page/m-p/805095#M317099</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-03-30T15:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Odsout obj() : going to the next page</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Odsout-obj-going-to-the-next-page/m-p/805110#M317102</link>
      <description>&lt;P&gt;Have you looked at the PAGE method?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Page();&lt;/P&gt;
&lt;P&gt;creates a page break when executed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The serious question though is how to know when you want to execute it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or a Table_start / table_end pair.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 16:59:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Odsout-obj-going-to-the-next-page/m-p/805110#M317102</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-03-30T16:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Odsout obj() : going to the next page</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Odsout-obj-going-to-the-next-page/m-p/805705#M317386</link>
      <description>Thank you, ballardw !</description>
      <pubDate>Sun, 03 Apr 2022 12:59:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Odsout-obj-going-to-the-next-page/m-p/805705#M317386</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-04-03T12:59:37Z</dc:date>
    </item>
  </channel>
</rss>

