<?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: SAS access interface to PC files in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-access-interface-to-PC-files/m-p/203120#M37860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the same error with the file name statement as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I request you to elaborate &lt;EM&gt;'&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;have a network share connection set up (AD, Novell, NFS) so that the AIX server can "see" a directory that you can also use from your PC'? &lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;So that I can ask network team to complete the set up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will be the likely answer for my question on , &lt;EM style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Do I need in to install SAS in local drive to make it happen? Even If I do so, can I access files from server after I do local (C:\) installation.?&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 10:29:38 GMT</pubDate>
    <dc:creator>Babloo</dc:creator>
    <dc:date>2015-03-17T10:29:38Z</dc:date>
    <item>
      <title>SAS access interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-access-interface-to-PC-files/m-p/203118#M37858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've access to '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;SAS access interface to PC files&lt;/SPAN&gt;' and my SAS 9.4 was installed in AIX server. When I tried to import\export local (C:\) files, I got the error as follows. Do I need in to install SAS in local drive to make it happen? Even If I do so, can I access files from server after I do local (C:\) installation.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIBNAME myfile 'c:\FCU.csv';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; background: white;"&gt;NOTE: Library MYFILE does not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;19&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc import datafile=myfile out=rawdata dbms=csv;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;NOTE: Unable to open parameter catalog: SASUSER.PARMS.PARMS.SLIST in update mode. Temporary parameter values will be saved to &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;WORK.PARMS.PARMS.SLIST.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; background: white;"&gt;ERROR: Physical file does not exist, /data/rawdata/SAS_93/biserver/Lev1/SASApp/MYFILE. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; background: white;"&gt;ERROR: Import unsuccessful.&amp;nbsp; See SAS Log for details.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: red; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 10:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-access-interface-to-PC-files/m-p/203118#M37858</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-03-17T10:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS access interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-access-interface-to-PC-files/m-p/203119#M37859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your AIX server is UNIX! This means that you have to acquaint yourself with the UNIX filesystem syntax.&lt;/P&gt;&lt;P&gt;So the moronic windows style filenames will not work. UNIX has no drive letters, and uses the forward slash to separate directory names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your libname statement cannot work at all, libraries are represented as directories in the filesystem, and not as files!&lt;/P&gt;&lt;P&gt;You probably tried to assign a logical filename; use the filename statement for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to open a file that resides on your PC, you either have to transfer it to the AIX server first or have a network share connection set up (AD, Novell, NFS) so that the AIX server can "see" a directory that you can also use from your PC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 10:22:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-access-interface-to-PC-files/m-p/203119#M37859</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-03-17T10:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS access interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-access-interface-to-PC-files/m-p/203120#M37860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got the same error with the file name statement as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I request you to elaborate &lt;EM&gt;'&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;have a network share connection set up (AD, Novell, NFS) so that the AIX server can "see" a directory that you can also use from your PC'? &lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;So that I can ask network team to complete the set up.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What will be the likely answer for my question on , &lt;EM style="font-size: 13px; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Do I need in to install SAS in local drive to make it happen? Even If I do so, can I access files from server after I do local (C:\) installation.?&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 10:29:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-access-interface-to-PC-files/m-p/203120#M37860</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-03-17T10:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS access interface to PC files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-access-interface-to-PC-files/m-p/203121#M37861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS is delivered with a specific license for a specific system environment. You also receive your media (or package download) for that specific environment.&lt;/P&gt;&lt;P&gt;So while there will be software that can be installed on several platforms (things like the Management Console, which is Java-based), your base SAS will only be installable on the main target platform. So you most likely will not have SAS for Windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to make your wanted infile (FCU.csv) visible for the SAS system on AIX. In order to do this, your adminstrator can set up a network share that is both visible by your PC and the SAS server, and supply you with the path names in the respective environments. Or you can simply transfer the file to the AIX server with a program like WinSCP.&lt;/P&gt;&lt;P&gt;For both of these options to work, you need to get a grasp on how files are named/found in a UNIX system. Learn what the root directory is, where your home directory is located, and the difference between relative and absolute path names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 11:17:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-access-interface-to-PC-files/m-p/203121#M37861</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-03-17T11:17:20Z</dc:date>
    </item>
  </channel>
</rss>

