<?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 to pull specific datasets into a new Library in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/How-to-pull-specific-datasets-into-a-new-Library/m-p/607234#M17516</link>
    <description>&lt;P&gt;Please try the proc copy procedure as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname existing '~path';
libname new '~path';

proc copy in=existing out=new memtype=data;
select dataset1 dataset2 dataset3;
run;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 26 Nov 2019 09:01:56 GMT</pubDate>
    <dc:creator>Jagadishkatam</dc:creator>
    <dc:date>2019-11-26T09:01:56Z</dc:date>
    <item>
      <title>How to pull specific datasets into a new Library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-pull-specific-datasets-into-a-new-Library/m-p/607225#M17515</link>
      <description>&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- I want to connect to connect to a New Library with in SAS, However we have many datasets in that Library and I do not want to pull all&lt;/P&gt;&lt;P&gt;&amp;nbsp; of them&amp;nbsp;rather I want to pull only one data set / Specific 2,3 datasets.&lt;BR /&gt;- How can I do this through Libname staement. Please suggest.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 07:33:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-pull-specific-datasets-into-a-new-Library/m-p/607225#M17515</guid>
      <dc:creator>Hari2</dc:creator>
      <dc:date>2019-11-26T07:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull specific datasets into a new Library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-pull-specific-datasets-into-a-new-Library/m-p/607234#M17516</link>
      <description>&lt;P&gt;Please try the proc copy procedure as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname existing '~path';
libname new '~path';

proc copy in=existing out=new memtype=data;
select dataset1 dataset2 dataset3;
run;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 26 Nov 2019 09:01:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-pull-specific-datasets-into-a-new-Library/m-p/607234#M17516</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-11-26T09:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to pull specific datasets into a new Library</title>
      <link>https://communities.sas.com/t5/New-SAS-User/How-to-pull-specific-datasets-into-a-new-Library/m-p/607263#M17520</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/127753"&gt;@Hari2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A libname only establishes the connection to the folder and creates a directory listing. No data gets moved by the libname and for this reason the number of tables in the folder will not cause issues nor impact on performance.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2019 10:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/How-to-pull-specific-datasets-into-a-new-Library/m-p/607263#M17520</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2019-11-26T10:44:57Z</dc:date>
    </item>
  </channel>
</rss>

