<?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: how to add a page break, then print out results as html file in sas studio? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756118#M238676</link>
    <description>&lt;P&gt;maybe add a &amp;lt;br&amp;gt; using ods text or proc odstext or even just a title?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jul 2021 05:21:42 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2021-07-23T05:21:42Z</dc:date>
    <item>
      <title>how to add a page break, then print out results as html file in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756111#M238672</link>
      <description>&lt;P&gt;Attempts:&lt;/P&gt;
&lt;PRE&gt;ODS HTML STARTPAGE=yes;                  &lt;BR /&gt;proc genmod data=solder;&lt;BR /&gt;model y = a b c d e f g/ dist = poisson link=identity lrci;&lt;BR /&gt;run; quit; &lt;BR /&gt;ods html startpage=no;&lt;BR /&gt;&lt;BR /&gt;Any suggestions? Thanks. MM&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Jul 2021 03:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756111#M238672</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-07-23T03:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: how to add a page break, then print out results as html file in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756115#M238674</link>
      <description>&lt;P&gt;The concept of "pages" doesn't exist in html.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 04:34:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756115#M238674</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2021-07-23T04:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to add a page break, then print out results as html file in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756118#M238676</link>
      <description>&lt;P&gt;maybe add a &amp;lt;br&amp;gt; using ods text or proc odstext or even just a title?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 05:21:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756118#M238676</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-07-23T05:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to add a page break, then print out results as html file in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756165#M238695</link>
      <description>&lt;PRE&gt;ODS HTML body='temp.html' path='c:\temp\' options(startpage='yes');                   
proc print data=sashelp.class;run;

ODS HTML options(startpage='yes') ;                    
proc print data=sashelp.class;run;

ODS HTML options(startpage='yes') ;                    
proc print data=sashelp.class;run;
ods html close;&lt;/PRE&gt;
&lt;P&gt;Try option 'startpage=' :&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 12:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756165#M238695</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-07-23T12:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to add a page break, then print out results as html file in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756167#M238696</link>
      <description>&lt;P&gt;I should have mentioned I am using SAS on Demand.&lt;/P&gt;
&lt;P&gt;Log message says&amp;nbsp;ODS may disable some output features.&lt;/P&gt;
&lt;P&gt;All of the usual statements like formdlim='' are not working?&lt;/P&gt;
&lt;P&gt;Where can I find out more when I get that message?&lt;/P&gt;
&lt;P&gt;It looks like I output things one at a time.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MM&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 12:30:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756167#M238696</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-07-23T12:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to add a page break, then print out results as html file in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756181#M238703</link>
      <description>I am using SAS on Demand. I think it may react differently than pc SAS.&lt;BR /&gt;&lt;BR /&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;SYMBOLGEN: Macro variable _SASWSTEMP_ resolves to&lt;BR /&gt;/home/u50158717/.sasstudio/.images/e7914229-06c5-474b-9ecf-83e89755&lt;BR /&gt;dbbe&lt;BR /&gt;SYMBOLGEN: Some characters in the above value which were subject to macro&lt;BR /&gt;quoting have been unquoted for printing.&lt;BR /&gt;SYMBOLGEN: Macro variable GRAPHINIT resolves to GOPTIONS RESET=ALL&lt;BR /&gt;GSFNAME=_GSFNAME;&lt;BR /&gt;NOTE: ODS statements in the SAS Studio environment may disable some output&lt;BR /&gt;features.&lt;BR /&gt;73&lt;BR /&gt;74 ODS HTML options(startpage='yes') ;&lt;BR /&gt;NOTE: Writing HTML Body file: sashtml31.htm&lt;BR /&gt;ERROR: Insufficient authorization to access&lt;BR /&gt;/pbr/biconfig/940/Lev1/SASApp/sashtml31.htm.&lt;BR /&gt;ERROR: No body file. HTML output will not be created.&lt;BR /&gt;75 proc print data=sashelp.class;run;&lt;BR /&gt;NOTE&lt;BR /&gt;&lt;BR /&gt;Thank you for responding. MM&lt;BR /&gt;</description>
      <pubDate>Fri, 23 Jul 2021 13:07:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756181#M238703</guid>
      <dc:creator>MaryA_Marion</dc:creator>
      <dc:date>2021-07-23T13:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to add a page break, then print out results as html file in sas studio?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756343#M238752</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; I am using SAS on Demand. I think it may react differently than pc SAS.&lt;/EM&gt;&lt;BR /&gt;It's the same SAS process so should behave the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;ERROR: Insufficient authorization to access&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Create your file in a directory you have write access to&lt;/P&gt;</description>
      <pubDate>Sat, 24 Jul 2021 00:21:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-add-a-page-break-then-print-out-results-as-html-file-in/m-p/756343#M238752</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2021-07-24T00:21:14Z</dc:date>
    </item>
  </channel>
</rss>

