<?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: outputting data from a data step to a sas server table in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/outputting-data-from-a-data-step-to-a-sas-server-table/m-p/66794#M14492</link>
    <description>Just add the LIBNAME to the output table in the DATA statement.&lt;BR /&gt;
&lt;BR /&gt;
data sassvrtable.output_data;&lt;BR /&gt;
set sassvrtable.input_table;&lt;BR /&gt;
run; &lt;BR /&gt;
&lt;BR /&gt;
You can find out a lot more about how to do libnames and permanent and work libraries in the data step concepts section of the Base SAS manual.</description>
    <pubDate>Thu, 11 Mar 2010 02:53:55 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2010-03-11T02:53:55Z</dc:date>
    <item>
      <title>outputting data from a data step to a sas server table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/outputting-data-from-a-data-step-to-a-sas-server-table/m-p/66793#M14491</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Simple question...&lt;BR /&gt;
&lt;BR /&gt;
I can't figure out how to output data step data to a sas server.&lt;BR /&gt;
&lt;BR /&gt;
Do I use output, outfile, put after run????&lt;BR /&gt;
&lt;BR /&gt;
For example, here's a simple implicit loop:&lt;BR /&gt;
&lt;BR /&gt;
data output_data;&lt;BR /&gt;
set sassvrtable.input_table;&lt;BR /&gt;
run;</description>
      <pubDate>Wed, 10 Mar 2010 21:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/outputting-data-from-a-data-step-to-a-sas-server-table/m-p/66793#M14491</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-10T21:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: outputting data from a data step to a sas server table</title>
      <link>https://communities.sas.com/t5/SAS-Programming/outputting-data-from-a-data-step-to-a-sas-server-table/m-p/66794#M14492</link>
      <description>Just add the LIBNAME to the output table in the DATA statement.&lt;BR /&gt;
&lt;BR /&gt;
data sassvrtable.output_data;&lt;BR /&gt;
set sassvrtable.input_table;&lt;BR /&gt;
run; &lt;BR /&gt;
&lt;BR /&gt;
You can find out a lot more about how to do libnames and permanent and work libraries in the data step concepts section of the Base SAS manual.</description>
      <pubDate>Thu, 11 Mar 2010 02:53:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/outputting-data-from-a-data-step-to-a-sas-server-table/m-p/66794#M14492</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2010-03-11T02:53:55Z</dc:date>
    </item>
  </channel>
</rss>

