<?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 Copying files  from  the SAS server to a NAS  folder (sharedrive) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Copying-files-from-the-SAS-server-to-a-NAS-folder-sharedrive/m-p/854148#M337570</link>
    <description>&lt;P&gt;What's the best way to&amp;nbsp; move&amp;nbsp; SAS datasets&amp;nbsp; from the sas server to a&amp;nbsp; NAS&amp;nbsp; folder?&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2023 17:04:31 GMT</pubDate>
    <dc:creator>Tal</dc:creator>
    <dc:date>2023-01-17T17:04:31Z</dc:date>
    <item>
      <title>Copying files  from  the SAS server to a NAS  folder (sharedrive)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-files-from-the-SAS-server-to-a-NAS-folder-sharedrive/m-p/854148#M337570</link>
      <description>&lt;P&gt;What's the best way to&amp;nbsp; move&amp;nbsp; SAS datasets&amp;nbsp; from the sas server to a&amp;nbsp; NAS&amp;nbsp; folder?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 17:04:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-files-from-the-SAS-server-to-a-NAS-folder-sharedrive/m-p/854148#M337570</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2023-01-17T17:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files  from  the SAS server to a NAS  folder (sharedrive)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-files-from-the-SAS-server-to-a-NAS-folder-sharedrive/m-p/854168#M337578</link>
      <description>&lt;P&gt;Have the NAS mounted on the SAS server, so you can directly establish a LIBNAME there.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 18:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-files-from-the-SAS-server-to-a-NAS-folder-sharedrive/m-p/854168#M337578</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-01-17T18:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files  from  the SAS server to a NAS  folder (sharedrive)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-files-from-the-SAS-server-to-a-NAS-folder-sharedrive/m-p/854185#M337583</link>
      <description>&lt;P&gt;What OS is this happening on? Are you simply migrating your SAS data to new storage? If so then using OS tools will be an efficient way of moving multiple folders at once.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 19:11:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-files-from-the-SAS-server-to-a-NAS-folder-sharedrive/m-p/854185#M337583</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-01-17T19:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files  from  the SAS server to a NAS  folder (sharedrive)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-files-from-the-SAS-server-to-a-NAS-folder-sharedrive/m-p/854252#M337602</link>
      <description>&lt;P&gt;trying to&amp;nbsp; copy a&amp;nbsp; directory full&amp;nbsp; of sas&amp;nbsp; files to a&amp;nbsp; &amp;nbsp;nas&amp;nbsp; folder.&lt;BR /&gt;tried:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;STRONG&gt; cp&amp;nbsp;&amp;nbsp;/xx/yy/dir_name/*&amp;nbsp; \\Nabdc01sdprs01\x\y\z\temp&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;but not working . The&amp;nbsp; NAS folder path does not&amp;nbsp; get&amp;nbsp; recognized&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 03:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-files-from-the-SAS-server-to-a-NAS-folder-sharedrive/m-p/854252#M337602</guid>
      <dc:creator>Tal</dc:creator>
      <dc:date>2023-01-18T03:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Copying files  from  the SAS server to a NAS  folder (sharedrive)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Copying-files-from-the-SAS-server-to-a-NAS-folder-sharedrive/m-p/854294#M337617</link>
      <description>&lt;P&gt;Your SAS server is running on UNIX, so it does not use Windows filename conventions (backslash!), and UNC names won't work.&lt;/P&gt;
&lt;P&gt;To use a simple cp, the network share must be mounted on the UNIX filesystem.&lt;/P&gt;
&lt;P&gt;Without mounting, you may be able to use sftp.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 10:22:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Copying-files-from-the-SAS-server-to-a-NAS-folder-sharedrive/m-p/854294#M337617</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-01-18T10:22:32Z</dc:date>
    </item>
  </channel>
</rss>

