<?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: How can I get a data set that exists in my explorer get into my library in sas? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-can-I-get-a-data-set-that-exists-in-my-explorer-get-into-my/m-p/813543#M34121</link>
    <description>&lt;P&gt;How do you use SAS?&lt;/P&gt;
&lt;P&gt;Fully local (everything installed and licensed on your PC), client/server within your organization, or SAS On Demand for Academics?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2022 17:56:31 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-05-16T17:56:31Z</dc:date>
    <item>
      <title>How can I get a data set that exists in my explorer get into my library in sas?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-can-I-get-a-data-set-that-exists-in-my-explorer-get-into-my/m-p/813539#M34120</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I am relatively new to sas. I have a data set in one of my folders among the Explorer but I need to have it in my Library called WORK so that I can use it, the file ends with .sas7bdat How can I do that?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 May 2022 17:48:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-can-I-get-a-data-set-that-exists-in-my-explorer-get-into-my/m-p/813539#M34120</guid>
      <dc:creator>Gabs289</dc:creator>
      <dc:date>2022-05-16T17:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a data set that exists in my explorer get into my library in sas?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-can-I-get-a-data-set-that-exists-in-my-explorer-get-into-my/m-p/813543#M34121</link>
      <description>&lt;P&gt;How do you use SAS?&lt;/P&gt;
&lt;P&gt;Fully local (everything installed and licensed on your PC), client/server within your organization, or SAS On Demand for Academics?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2022 17:56:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-can-I-get-a-data-set-that-exists-in-my-explorer-get-into-my/m-p/813543#M34121</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-16T17:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a data set that exists in my explorer get into my library in sas?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-can-I-get-a-data-set-that-exists-in-my-explorer-get-into-my/m-p/813544#M34122</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname mylib "foldername";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This allows SAS to use your .sas7bdat file. Let's suppose the file name is GEORGE, you would use this file in SAS by referring to it as MYLIB.GEORGE&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can drag it into the work folder if you want, or you can use PROC COPY&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc copy in=mylib out=work nolist;
select george;
run;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 May 2022 17:56:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-can-I-get-a-data-set-that-exists-in-my-explorer-get-into-my/m-p/813544#M34122</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-05-16T17:56:39Z</dc:date>
    </item>
  </channel>
</rss>

