<?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: Importing SAS file via Citrix Reciever in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377409#M90618</link>
    <description>&lt;P&gt;You should be able to access files using that notation, IF the SAS process itself is also running on the Citrix server. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your SAS process is actually running on a Unix server (or even just a different Windows server) then it will know nothing about the mapping of virtural windows drives to folders on the Citrix user's PC. &amp;nbsp;In that case first upload the file to a location that can be access from the SAS server.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2017 15:46:52 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2017-07-19T15:46:52Z</dc:date>
    <item>
      <title>Importing SAS file via Citrix Reciever</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377395#M90612</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the below code whereby I'm trying to import multiple .csv file types from a network folder. I access SAS through citrix reciever.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;DATA TEST;
INFILE '\\CLIENT\O$\EUROMKTG\MARKETING ANALYTICS DEPT\CAMPAIGN REPORTING\TEST\CLICKS.CSV';
PROC IMPORT OUT= WORK.NEWDATA
DATAFILE='\\CLIENT\O$\EUROMKTG\MARKETING ANALYTICS DEPT\CAMPAIGN REPORTING\TEST\CLICKS.CSV';
RUN;&lt;/PRE&gt;&lt;P&gt;Please can anyone help?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377395#M90612</guid>
      <dc:creator>CamRutherford</dc:creator>
      <dc:date>2017-07-19T15:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS file via Citrix Reciever</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377407#M90617</link>
      <description>&lt;P&gt;What is the question?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you lack the correct network path&amp;nbsp;name, speak with your IT.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:45:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377407#M90617</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-07-19T15:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS file via Citrix Reciever</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377409#M90618</link>
      <description>&lt;P&gt;You should be able to access files using that notation, IF the SAS process itself is also running on the Citrix server. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your SAS process is actually running on a Unix server (or even just a different Windows server) then it will know nothing about the mapping of virtural windows drives to folders on the Citrix user's PC. &amp;nbsp;In that case first upload the file to a location that can be access from the SAS server.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:46:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377409#M90618</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-19T15:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS file via Citrix Reciever</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377412#M90619</link>
      <description>You are completely messing up SAS code here regardless of the path issue (possible). You have a PROC inside of a DATA step. They are 2 completely different step type boundaries. Use the PROC code only for now.&lt;BR /&gt;&lt;BR /&gt;PROC IMPORT OUT= WORK.NEWDATA&lt;BR /&gt;DATAFILE='\\CLIENT\O$\EUROMKTG\MARKETING ANALYTICS DEPT\CAMPAIGN REPORTING\TEST\CLICKS.CSV';&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;And work on that.</description>
      <pubDate>Wed, 19 Jul 2017 15:48:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377412#M90619</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2017-07-19T15:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS file via Citrix Reciever</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377413#M90620</link>
      <description>&lt;P&gt;I get the following error message...&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR: Physical file does not exist, /opt/sasconfig/grd/Lev1/SASApp/O:\EUROMKTG\MARKETING ANALYTICS DEPT\CAMPAIGN REPORTING\4. Q2&lt;BR /&gt;REPORTING\TEST\CLICKS.CSV.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:49:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377413#M90620</guid>
      <dc:creator>CamRutherford</dc:creator>
      <dc:date>2017-07-19T15:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS file via Citrix Reciever</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377415#M90621</link>
      <description>Notice that you have your physical locations intertwined (O: with backslahes and network path with forward slashes). Unix and PC syntaxes mixed together.</description>
      <pubDate>Wed, 19 Jul 2017 15:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377415#M90621</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2017-07-19T15:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Importing SAS file via Citrix Reciever</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377424#M90624</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/116539"&gt;@CamRutherford&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I get the following error message...&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ERROR: Physical file does not exist, /opt/sasconfig/grd/Lev1/SASApp/O:\EUROMKTG\MARKETING ANALYTICS DEPT\CAMPAIGN REPORTING\4. Q2&lt;BR /&gt;REPORTING\TEST\CLICKS.CSV.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;From that error message it is easy to see that your SAS session is running on Unix and not Windows. So any path that uses drive letters will not work. &amp;nbsp;You either ask your networking to have the file share that you have mapped to the O: drive on your Windows machine mounted somewhere on the Unix servers that SAS is using. Or just copy the file somewhere first and import the copy.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 16:00:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Importing-SAS-file-via-Citrix-Reciever/m-p/377424#M90624</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-19T16:00:53Z</dc:date>
    </item>
  </channel>
</rss>

