<?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: permanent data sets in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/permanent-data-sets/m-p/23715#M3947</link>
    <description>libname desktop "C:\Documents and Settings\username\Desktop\";&lt;BR /&gt;
&lt;BR /&gt;
proc corr data=desktop.lossdata;</description>
    <pubDate>Thu, 05 Jun 2008 23:56:48 GMT</pubDate>
    <dc:creator>rab24</dc:creator>
    <dc:date>2008-06-05T23:56:48Z</dc:date>
    <item>
      <title>permanent data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/permanent-data-sets/m-p/23714#M3946</link>
      <description>I read in the SAS help documentation about how to create permanent data sets but I'm very confused.  My operating system is Windows XP and I usually store my data sets in the desktop directory.  I'm trying to use the corr statement,&lt;BR /&gt;
&lt;BR /&gt;
ods graphics on;&lt;BR /&gt;
proc corr data=sashelp.cars;&lt;BR /&gt;
  var enginesize weight;&lt;BR /&gt;
  with mpg_city mpg_highway;&lt;BR /&gt;
run;&lt;BR /&gt;
ods graphics off;&lt;BR /&gt;
&lt;BR /&gt;
I know that we are using the variables from the sashelp.cars data set.  But I want to use the variables from a sas data set that I stored in my desktop.  How can I make reference to my data set, &lt;BR /&gt;
&lt;BR /&gt;
proc corr data=???;&lt;BR /&gt;
&lt;BR /&gt;
in other words, how can I tell SAS that the data set I want to use is stored in my desktop and it's called let's say lossdata.</description>
      <pubDate>Thu, 05 Jun 2008 22:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/permanent-data-sets/m-p/23714#M3946</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-05T22:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: permanent data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/permanent-data-sets/m-p/23715#M3947</link>
      <description>libname desktop "C:\Documents and Settings\username\Desktop\";&lt;BR /&gt;
&lt;BR /&gt;
proc corr data=desktop.lossdata;</description>
      <pubDate>Thu, 05 Jun 2008 23:56:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/permanent-data-sets/m-p/23715#M3947</guid>
      <dc:creator>rab24</dc:creator>
      <dc:date>2008-06-05T23:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: permanent data sets</title>
      <link>https://communities.sas.com/t5/SAS-Programming/permanent-data-sets/m-p/23716#M3948</link>
      <description>Thank you!</description>
      <pubDate>Fri, 06 Jun 2008 14:06:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/permanent-data-sets/m-p/23716#M3948</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-06T14:06:05Z</dc:date>
    </item>
  </channel>
</rss>

