<?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 Moving SAS datasets from windows to linux in bulk in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766499#M22998</link>
    <description>&lt;P&gt;Hello, i like to move sas datasets from windows to linux in bulk (*). I am not quite sure if proc cport/cimport can be used to move sas datasets in bulk. Please advise. Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 07 Sep 2021 23:18:53 GMT</pubDate>
    <dc:creator>woo</dc:creator>
    <dc:date>2021-09-07T23:18:53Z</dc:date>
    <item>
      <title>Moving SAS datasets from windows to linux in bulk</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766499#M22998</link>
      <description>&lt;P&gt;Hello, i like to move sas datasets from windows to linux in bulk (*). I am not quite sure if proc cport/cimport can be used to move sas datasets in bulk. Please advise. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 23:18:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766499#M22998</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2021-09-07T23:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: Moving SAS datasets from windows to linux in bulk</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766503#M22999</link>
      <description>&lt;P&gt;The simple answer is yes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An alternative method, if you have SAS/CONNECT installed on both servers is to use PROC UPLOAD which can move entire SAS libraries with one statement. UPLOAD handles the data conversion on-the-fly so you don't need CPORT / CIMPORT.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Sep 2021 23:50:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766503#M22999</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-09-07T23:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Moving SAS datasets from windows to linux in bulk</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766514#M23000</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;@ SASKiwi. Unfortunately, we don't have sas/connect.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 03:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766514#M23000</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2021-09-08T03:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Moving SAS datasets from windows to linux in bulk</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766521#M23002</link>
      <description>&lt;P&gt;Since both Windows and Linux use the same processor architecture, I would simply copy the files first and test them on Linux.&lt;/P&gt;
&lt;P&gt;PROC CPORT/CIMPORT can transport whole libraries in a single file.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 06:40:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766521#M23002</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-09-08T06:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Moving SAS datasets from windows to linux in bulk</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766565#M23005</link>
      <description>&lt;P&gt;Thank you KurtBremser. would you please provide any doc/link to refer to transfer complete library? I see document with exporting single sas dataset.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 12:58:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766565#M23005</guid>
      <dc:creator>woo</dc:creator>
      <dc:date>2021-09-08T12:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Moving SAS datasets from windows to linux in bulk</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766567#M23006</link>
      <description>&lt;P&gt;I think Kurt is recommending you simply copy the files using non-SAS tools (e.g. sFTP, Samba, whatever) for copying files between the environments.&amp;nbsp; SAS datasets are just files.&amp;nbsp; You will pay a small performance price on the linux side when reading files that were written by Windows, but if that cost is too high, you can always translate / recreate the datasets on the linux side after you have moved the files.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 13:04:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766567#M23006</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2021-09-08T13:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving SAS datasets from windows to linux in bulk</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766616#M23010</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/26689"&gt;@woo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you KurtBremser. would you please provide any doc/link to refer to transfer complete library? I see document with exporting single sas dataset.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/proc/p1h7x7gvk42uv0n16apets89tmvp.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/proc/p1h7x7gvk42uv0n16apets89tmvp.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change the memtype to DATA from CATALOG for only the data sets. If you leave off the memtype the default will be to export the data and catalogs.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2021 15:23:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Moving-SAS-datasets-from-windows-to-linux-in-bulk/m-p/766616#M23010</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-09-08T15:23:00Z</dc:date>
    </item>
  </channel>
</rss>

