<?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 Selective Field Output to a permanent table on SAS SERVER in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Selective-Field-Output-to-a-permanent-table-on-SAS-SERVER/m-p/68237#M14785</link>
    <description>Hello,&lt;BR /&gt;
Real simple question (Hopefully). In this simple script below, How do I choose which columns I want as the ouput to the data table "Scott_OUT"? For example ,say Scott_out has 3 columns, Name, address, and phone. What code do I use to post only 2 columns, say Name and Address, to the scott_out permanent data set?&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME Scott '/sas/userdata/Scott_Test';&lt;BR /&gt;
data Scott_out;&lt;BR /&gt;
set Scott.test;&lt;BR /&gt;
run;</description>
    <pubDate>Fri, 12 Mar 2010 23:24:31 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-03-12T23:24:31Z</dc:date>
    <item>
      <title>Selective Field Output to a permanent table on SAS SERVER</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selective-Field-Output-to-a-permanent-table-on-SAS-SERVER/m-p/68237#M14785</link>
      <description>Hello,&lt;BR /&gt;
Real simple question (Hopefully). In this simple script below, How do I choose which columns I want as the ouput to the data table "Scott_OUT"? For example ,say Scott_out has 3 columns, Name, address, and phone. What code do I use to post only 2 columns, say Name and Address, to the scott_out permanent data set?&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME Scott '/sas/userdata/Scott_Test';&lt;BR /&gt;
data Scott_out;&lt;BR /&gt;
set Scott.test;&lt;BR /&gt;
run;</description>
      <pubDate>Fri, 12 Mar 2010 23:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selective-Field-Output-to-a-permanent-table-on-SAS-SERVER/m-p/68237#M14785</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-12T23:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Selective Field Output to a permanent table on SAS SERVER</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selective-Field-Output-to-a-permanent-table-on-SAS-SERVER/m-p/68238#M14786</link>
      <description>You will want to code a KEEP statement for your DATA step.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 12 Mar 2010 23:37:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selective-Field-Output-to-a-permanent-table-on-SAS-SERVER/m-p/68238#M14786</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-12T23:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selective Field Output to a permanent table on SAS SERVER</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selective-Field-Output-to-a-permanent-table-on-SAS-SERVER/m-p/68239#M14787</link>
      <description>Awesome, just what I was looking for. Thank you very much!&lt;BR /&gt;
&lt;BR /&gt;
-Scott</description>
      <pubDate>Sat, 13 Mar 2010 03:12:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selective-Field-Output-to-a-permanent-table-on-SAS-SERVER/m-p/68239#M14787</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-13T03:12:40Z</dc:date>
    </item>
  </channel>
</rss>

