<?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: Move the dataset from default WORK library to another library in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Move-the-dataset-from-default-WORK-library-to-another-library/m-p/866651#M38322</link>
    <description>&lt;PRE&gt;&lt;CODE class=""&gt;libname SECTION "work.hholdincome";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The above LIBNAME is incorrect. What does your SAS log report when you submit it? This is what I get:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;28         libname SECTION "work.hholdincome";
NOTE: Library SECTION does not exist.&lt;/PRE&gt;
&lt;P&gt;Your LIBNAME should point to a folder, not to a dataset name - here is an example for SAS on Windows:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname SECTION "c:\MyFolder";&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 27 Mar 2023 23:37:54 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2023-03-27T23:37:54Z</dc:date>
    <item>
      <title>Move the dataset from default WORK library to another library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Move-the-dataset-from-default-WORK-library-to-another-library/m-p/866650#M38321</link>
      <description>&lt;P&gt;I'm having trouble moving a dataset I generated called 'hholdincome' assigned in a default WORK library to another library in the SAS main server (SECTION). When I type the following codes:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;libname SECTION "work.hholdincome";&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc copy in=work out=section;
select HHoldIncome;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I get the error that the library SECTION does not exist, which is strange because it does exist. Is there another way where I can possibly relocate the dataset?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Snap11.png" style="width: 341px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/82112i78BC7243B6214A5E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snap11.png" alt="Snap11.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 23:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Move-the-dataset-from-default-WORK-library-to-another-library/m-p/866650#M38321</guid>
      <dc:creator>SASnovice23</dc:creator>
      <dc:date>2023-03-27T23:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Move the dataset from default WORK library to another library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Move-the-dataset-from-default-WORK-library-to-another-library/m-p/866651#M38322</link>
      <description>&lt;PRE&gt;&lt;CODE class=""&gt;libname SECTION "work.hholdincome";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The above LIBNAME is incorrect. What does your SAS log report when you submit it? This is what I get:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;28         libname SECTION "work.hholdincome";
NOTE: Library SECTION does not exist.&lt;/PRE&gt;
&lt;P&gt;Your LIBNAME should point to a folder, not to a dataset name - here is an example for SAS on Windows:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname SECTION "c:\MyFolder";&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Mar 2023 23:37:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Move-the-dataset-from-default-WORK-library-to-another-library/m-p/866651#M38322</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-03-27T23:37:54Z</dc:date>
    </item>
  </channel>
</rss>

