<?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: Trouble accessing external files using INFILE statement on MAC in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Trouble-accessing-external-files-using-INFILE-statement-on-MAC/m-p/300214#M303022</link>
    <description>&lt;DIV class="sasError"&gt;180&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;57 infile '/Users/Nani/Documents/SASUniversityEdition/Myfolders/Workbook1.txt';&lt;/DIV&gt;&lt;DIV class="sasError"&gt;______&lt;/DIV&gt;&lt;DIV class="sasError"&gt;180&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;58 input name $ Check $ age;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;_____&lt;/DIV&gt;&lt;DIV class="sasError"&gt;180&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;59 run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;60&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;61 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73&lt;/DIV&gt;</description>
    <pubDate>Thu, 22 Sep 2016 20:38:00 GMT</pubDate>
    <dc:creator>naniraki</dc:creator>
    <dc:date>2016-09-22T20:38:00Z</dc:date>
    <item>
      <title>Trouble accessing external files using INFILE statement on MAC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-accessing-external-files-using-INFILE-statement-on-MAC/m-p/180965#M303020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently trying to access an external file .dat file on my MAC using INFILE, and it keeps coming up as the 'physical file does not exist'. Below is my syntax. I've put it in my Users folder, my desktop, documents, etc.&amp;nbsp; I've tried two ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;infile '\\client\c$\pilot.dat';&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;and &lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;infile '//users/bebe/pilot.dat';&lt;/P&gt;&lt;P class="p1"&gt;&lt;/P&gt;&lt;P class="p1"&gt;I'm not sure what the correct syntax path is. Having a lot of trouble trying to do this without using datalines. I've also tried csv files as well that definitely didn't work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 00:35:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-accessing-external-files-using-INFILE-statement-on-MAC/m-p/180965#M303020</guid>
      <dc:creator>ElisaT</dc:creator>
      <dc:date>2015-02-25T00:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble accessing external files using INFILE statement on MAC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-accessing-external-files-using-INFILE-statement-on-MAC/m-p/180966#M303021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First thing: Underneath the hood of your Mac works a genuine UNIX system, so forget to use the backslash as anything else than a VERY special character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UNIX's have no drive designators, just one filesystem starting at root; everything is mounted somewhere in there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your path to the file should start with a single slash (aka root), and directories need to be separated with slashes. Everything is case sensitive, so if your file is stored as Pilot.dat, pilot.dat won't find it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 13:03:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-accessing-external-files-using-INFILE-statement-on-MAC/m-p/180966#M303021</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-02-25T13:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble accessing external files using INFILE statement on MAC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-accessing-external-files-using-INFILE-statement-on-MAC/m-p/300214#M303022</link>
      <description>&lt;DIV class="sasError"&gt;180&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;57 infile '/Users/Nani/Documents/SASUniversityEdition/Myfolders/Workbook1.txt';&lt;/DIV&gt;&lt;DIV class="sasError"&gt;______&lt;/DIV&gt;&lt;DIV class="sasError"&gt;180&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;58 input name $ Check $ age;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;_____&lt;/DIV&gt;&lt;DIV class="sasError"&gt;180&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;59 run;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;60&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;61 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Sep 2016 20:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-accessing-external-files-using-INFILE-statement-on-MAC/m-p/300214#M303022</guid>
      <dc:creator>naniraki</dc:creator>
      <dc:date>2016-09-22T20:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble accessing external files using INFILE statement on MAC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Trouble-accessing-external-files-using-INFILE-statement-on-MAC/m-p/300590#M303023</link>
      <description>Excuse me &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/104437"&gt;@naniraki&lt;/a&gt;, but what are you doing? &lt;BR /&gt;This thread is 1.5 years old.&lt;BR /&gt;If you have an issue,  create a new topic and describe in words what you are trying to do and what you are expecting,  with a FULL log.</description>
      <pubDate>Sun, 25 Sep 2016 05:26:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Trouble-accessing-external-files-using-INFILE-statement-on-MAC/m-p/300590#M303023</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-09-25T05:26:43Z</dc:date>
    </item>
  </channel>
</rss>

