<?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 huge data sets in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/huge-data-sets/m-p/206971#M51418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have&amp;nbsp; a very limited SASData space in our company. So we generally download tables that we create for our analysis. However after a while updating&amp;nbsp; analysis we have to upload our data to SAS enviroment again. However because these tables ara huge in size, is there a way to only upload coloumns which i need&amp;nbsp; for my analysis. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 06:03:30 GMT</pubDate>
    <dc:creator>omerzeybek</dc:creator>
    <dc:date>2015-06-16T06:03:30Z</dc:date>
    <item>
      <title>huge data sets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/huge-data-sets/m-p/206971#M51418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have&amp;nbsp; a very limited SASData space in our company. So we generally download tables that we create for our analysis. However after a while updating&amp;nbsp; analysis we have to upload our data to SAS enviroment again. However because these tables ara huge in size, is there a way to only upload coloumns which i need&amp;nbsp; for my analysis. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 06:03:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/huge-data-sets/m-p/206971#M51418</guid>
      <dc:creator>omerzeybek</dc:creator>
      <dc:date>2015-06-16T06:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: huge data sets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/huge-data-sets/m-p/206972#M51419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To get things straight:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have server space with SAS data.&lt;/P&gt;&lt;P&gt;You download tables and run analyses locally.&lt;/P&gt;&lt;P&gt;When finished, you need to upload the results back into server space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- do you create new tables in server space, or do you need to update some columns in existing server tables?&lt;/P&gt;&lt;P&gt;- do you have a server SAS installation and local SAS installations, or is the server just filespace? Or do you use some other (non-SAS) software for local analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 06:24:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/huge-data-sets/m-p/206972#M51419</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-06-16T06:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: huge data sets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/huge-data-sets/m-p/206973#M51420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on HOW you are moving the SAS datasets around you can usually use a dataset option of Keep or Drop to specify the variables in the resulting data set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VERY simple example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data mylib.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set Sashelp.class (keep=sex age weight);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;only keeps the three listed variables in the output data set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:07:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/huge-data-sets/m-p/206973#M51420</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-16T16:07:02Z</dc:date>
    </item>
  </channel>
</rss>

