<?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 exporting from unix environment to window environment in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434830#M107954</link>
    <description>&lt;P&gt;I am working on SAS 9.4 and it is on Unix server now when I want to export a SAS&amp;nbsp;dataset in CSV&amp;nbsp;on my local machine, I get an error.&lt;/P&gt;&lt;P&gt;I know it is because I am trying to transfer it fromUnix... but do we have an alternative to transfer it to window(by code not by file export option)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;proc export data=ABC dbms=csv&lt;/P&gt;&lt;P&gt;outfile="\\homedrivestmp\homedisk1\emar646\Desktop\Forecast\New folder\NEW_ENROLLMENT.csv"&lt;/P&gt;&lt;P&gt;replace;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Insufficient authorization to access /sas/common/config/Lev1/SASApp/\\homedrivestmp\homedisk1\emar646\Desktop\Forecast\New&lt;BR /&gt;folder\NEW_ENROLLMENT.csv.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried&amp;nbsp;&lt;/P&gt;&lt;P&gt;%ds2csv (data=abc, runmode=b, csvfile=\\homedrivestmp\homedisk1\emar646\Desktop\Forecast\New folder\retail.csv);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;its not working and just opening the sas&amp;nbsp;dateset and not transferring&amp;nbsp;anything&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2018 12:46:16 GMT</pubDate>
    <dc:creator>Deepankar</dc:creator>
    <dc:date>2018-02-07T12:46:16Z</dc:date>
    <item>
      <title>exporting from unix environment to window environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434830#M107954</link>
      <description>&lt;P&gt;I am working on SAS 9.4 and it is on Unix server now when I want to export a SAS&amp;nbsp;dataset in CSV&amp;nbsp;on my local machine, I get an error.&lt;/P&gt;&lt;P&gt;I know it is because I am trying to transfer it fromUnix... but do we have an alternative to transfer it to window(by code not by file export option)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;proc export data=ABC dbms=csv&lt;/P&gt;&lt;P&gt;outfile="\\homedrivestmp\homedisk1\emar646\Desktop\Forecast\New folder\NEW_ENROLLMENT.csv"&lt;/P&gt;&lt;P&gt;replace;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Insufficient authorization to access /sas/common/config/Lev1/SASApp/\\homedrivestmp\homedisk1\emar646\Desktop\Forecast\New&lt;BR /&gt;folder\NEW_ENROLLMENT.csv.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also tried&amp;nbsp;&lt;/P&gt;&lt;P&gt;%ds2csv (data=abc, runmode=b, csvfile=\\homedrivestmp\homedisk1\emar646\Desktop\Forecast\New folder\retail.csv);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;its not working and just opening the sas&amp;nbsp;dateset and not transferring&amp;nbsp;anything&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 12:46:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434830#M107954</guid>
      <dc:creator>Deepankar</dc:creator>
      <dc:date>2018-02-07T12:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: exporting from unix environment to window environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434833#M107955</link>
      <description>&lt;P&gt;You are using the wrong (Windows-style) pathname on UNIX. Ask your UNIX admins how to access the share from the SAS server.&lt;/P&gt;
&lt;P&gt;Hint: UNIX uses the forward slash as a separator of directories.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 12:52:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434833#M107955</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-02-07T12:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: exporting from unix environment to window environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434856#M107958</link>
      <description>&lt;P&gt;well, the error is, its not able to access the window location. people from here says, its not possible.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:15:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434856#M107958</guid>
      <dc:creator>Deepankar</dc:creator>
      <dc:date>2018-02-07T14:15:21Z</dc:date>
    </item>
    <item>
      <title>Re: exporting from unix environment to window environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434862#M107960</link>
      <description>&lt;P&gt;Store the file on the UNIX system and then use a tool like WinSCP to fetch it.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 14:19:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434862#M107960</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-02-07T14:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: exporting from unix environment to window environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434892#M107973</link>
      <description>&lt;P&gt;client wont buy a new software, we are limited to these resources only.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 15:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434892#M107973</guid>
      <dc:creator>Deepankar</dc:creator>
      <dc:date>2018-02-07T15:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: exporting from unix environment to window environment</title>
      <link>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434938#M107989</link>
      <description>&lt;P&gt;WinSCP is free as in beer (and free as in speech).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your customer wants automated transfer, they have to provide a means for that. Either a shared resource or some kind of ssh-based file transfer.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 16:17:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/exporting-from-unix-environment-to-window-environment/m-p/434938#M107989</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-02-07T16:17:23Z</dc:date>
    </item>
  </channel>
</rss>

