<?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: get an output in work lib in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667100#M199708</link>
    <description>&lt;P&gt;If you need to capture procedure outputs, ODS TRACE and ODS OUTPUT are the statements you should get acquainted with. See &lt;A href="https://support.sas.com/resources/papers/proceedings/pdfs/sgf2008/086-2008.pdf" target="_self"&gt;here&lt;/A&gt; for example.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jul 2020 05:03:35 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2020-07-06T05:03:35Z</dc:date>
    <item>
      <title>get an output in work lib</title>
      <link>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667093#M199704</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using the following:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc reg data = evtrets2;
by evtdate;
model ret1=mktrf smb hml rmw cma umd wti / r cli clm;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;After that I get the SAS ouput but instead I'd like to get a table in the work lib, so under explorer and not under results (hope that makes sense).&lt;/P&gt;
&lt;P&gt;Could anyone tell me how to do that? I'm guessing I might need to add something in the above code but not sure what.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if you need clarifications. Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 03:21:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667093#M199704</guid>
      <dc:creator>Antoine44</dc:creator>
      <dc:date>2020-07-06T03:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: get an output in work lib</title>
      <link>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667094#M199705</link>
      <description>&lt;P&gt;First thing is to read the &lt;A href="https://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_reg_syntax01.htm&amp;amp;docsetVersion=15.1&amp;amp;locale=en" target="_self"&gt;documentation&lt;/A&gt;.&amp;nbsp; Do you want the OUTest= option?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 03:33:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667094#M199705</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-07-06T03:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: get an output in work lib</title>
      <link>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667097#M199706</link>
      <description>Thank you for that.&lt;BR /&gt;&lt;BR /&gt;From this link:  &lt;A href="https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_reg_sect034.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63033/HTML/default/viewer.htm#statug_reg_sect034.htm&lt;/A&gt; &lt;BR /&gt;I would you like figure 73.33 as a dataset. &lt;BR /&gt;&lt;BR /&gt;I believe OUTest gives me figure 73.32 only (if I'm not mistaken).</description>
      <pubDate>Mon, 06 Jul 2020 04:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667097#M199706</guid>
      <dc:creator>Antoine44</dc:creator>
      <dc:date>2020-07-06T04:16:21Z</dc:date>
    </item>
    <item>
      <title>Re: get an output in work lib</title>
      <link>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667100#M199708</link>
      <description>&lt;P&gt;If you need to capture procedure outputs, ODS TRACE and ODS OUTPUT are the statements you should get acquainted with. See &lt;A href="https://support.sas.com/resources/papers/proceedings/pdfs/sgf2008/086-2008.pdf" target="_self"&gt;here&lt;/A&gt; for example.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 05:03:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667100#M199708</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-07-06T05:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: get an output in work lib</title>
      <link>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667108#M199713</link>
      <description>Ok I'll go through the examples, thanks for that. &lt;BR /&gt;&lt;BR /&gt;On a side note, what's a good way to properly learn how to use SAS? Book, website, etc...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jul 2020 06:25:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667108#M199713</guid>
      <dc:creator>Antoine44</dc:creator>
      <dc:date>2020-07-06T06:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: get an output in work lib</title>
      <link>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667114#M199716</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt; what's a good way to properly learn how to use SAS?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Solve all the problems you have! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Also, reading all the questions and solutions provided here.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 07:01:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667114#M199716</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-07-06T07:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: get an output in work lib</title>
      <link>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667334#M199804</link>
      <description>Alright, thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 07 Jul 2020 01:17:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/get-an-output-in-work-lib/m-p/667334#M199804</guid>
      <dc:creator>Antoine44</dc:creator>
      <dc:date>2020-07-07T01:17:02Z</dc:date>
    </item>
  </channel>
</rss>

