<?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 How to save entire proc logistic output in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349961#M18340</link>
    <description>&lt;P&gt;Hi, I am new to this!&lt;/P&gt;&lt;P&gt;Can you please tell me how I can save the entire tables/graphs (output) of proc logistic? I would like to share my results with others and they won't have SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;</description>
    <pubDate>Fri, 14 Apr 2017 05:40:15 GMT</pubDate>
    <dc:creator>ahhh</dc:creator>
    <dc:date>2017-04-14T05:40:15Z</dc:date>
    <item>
      <title>How to save entire proc logistic output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349961#M18340</link>
      <description>&lt;P&gt;Hi, I am new to this!&lt;/P&gt;&lt;P&gt;Can you please tell me how I can save the entire tables/graphs (output) of proc logistic? I would like to share my results with others and they won't have SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 05:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349961#M18340</guid>
      <dc:creator>ahhh</dc:creator>
      <dc:date>2017-04-14T05:40:15Z</dc:date>
    </item>
    <item>
      <title>How to save proc logistic entire output to share with others?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349960#M18343</link>
      <description>&lt;P&gt;Hi, I am new to this!&lt;/P&gt;&lt;P&gt;Can you please tell me how I can save the entire tables/graphs (output) of proc logistic? I would like to share my results with others and they won't have SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 05:37:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349960#M18343</guid>
      <dc:creator>ahhh</dc:creator>
      <dc:date>2017-04-14T05:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to save entire proc logistic output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349962#M18341</link>
      <description>&lt;P&gt;How about using ods? i.e ods rtf, ods pdf.&lt;/P&gt;&lt;P&gt;If you are very new to ods, have a read of this&amp;nbsp;&lt;A href="http://www.lexjansen.com/nesug/nesug03/ps/ps020.pdf" target="_self"&gt;http://www.lexjansen.com/nesug/nesug03/ps/ps020.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 05:55:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349962#M18341</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2017-04-14T05:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to save proc logistic entire output to share with others?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349963#M18344</link>
      <description>&lt;P&gt;Save it directlly to a pdf file (or a file of your liking)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="Your Path\output.pdf";

/* Your code here */

ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 14 Apr 2017 06:14:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349963#M18344</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-04-14T06:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to save entire proc logistic output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349964#M18342</link>
      <description>&lt;P&gt;Please do not cross post &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Save it directlly to a pdf file (or a file type of your liking)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;ods&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;pdf&lt;/SPAN&gt; &lt;SPAN class="token statement"&gt;file&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;"Your Path\output.pdf"&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;

&lt;SPAN class="token comment"&gt;/* Your code here */&lt;/SPAN&gt;

&lt;SPAN class="token statement"&gt;ods&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;pdf&lt;/SPAN&gt; &lt;SPAN class="token keyword"&gt;close&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/CODE&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 06:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349964#M18342</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-04-14T06:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to save proc logistic entire output to share with others?</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349965#M18345</link>
      <description>&lt;P&gt;I prefer to use ods rtf. So you can get an editable output, which is very similar to word file. Try&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods rtf style=statistical bodytitle;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* your procedure*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bodytitle is an option to make nicer output. You can also use "style=journal" instead of "statistical" to get different style of output.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this can help you.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 06:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349965#M18345</guid>
      <dc:creator>CiCi</dc:creator>
      <dc:date>2017-04-14T06:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to save entire proc logistic output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349970#M18346</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/31304"&gt;@PeterClemmensen&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Please do not cross post &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Fixed it by merging into one.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 07:39:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/349970#M18346</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-04-14T07:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to save entire proc logistic output</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/350111#M18355</link>
      <description>&lt;P&gt;Thankyou everyone! Appreciate this!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 17:56:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/How-to-save-entire-proc-logistic-output/m-p/350111#M18355</guid>
      <dc:creator>ahhh</dc:creator>
      <dc:date>2017-04-14T17:56:52Z</dc:date>
    </item>
  </channel>
</rss>

