<?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: how to write mac path in sas studio in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-write-mac-path-in-sas-studio/m-p/239478#M44066</link>
    <description>&lt;P&gt;If you are using University Edition . Should look like :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;infile '/folders/myfolders/test.txt';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or use the following code to check how your paht should look like .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let x=%sysfunc(pathname(work));
%put &amp;amp;x ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 16 Dec 2015 07:03:23 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2015-12-16T07:03:23Z</dc:date>
    <item>
      <title>how to write mac path in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-write-mac-path-in-sas-studio/m-p/239476#M44065</link>
      <description>&lt;P&gt;I wrote this code in sas under mac&amp;nbsp;&lt;/P&gt;&lt;P&gt;infile "/Users/mandychan/Desktop/student.txt" options;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and there is error popping up in the log,&lt;/P&gt;&lt;DIV class="sasSource"&gt;infile "/Users/mandychan/Desktop/student.txt" options;&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="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;can anyone help to solve this question? is it the problem of the path&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 Dec 2015 06:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-write-mac-path-in-sas-studio/m-p/239476#M44065</guid>
      <dc:creator>mychanab</dc:creator>
      <dc:date>2015-12-16T06:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to write mac path in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-write-mac-path-in-sas-studio/m-p/239478#M44066</link>
      <description>&lt;P&gt;If you are using University Edition . Should look like :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;infile '/folders/myfolders/test.txt';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or use the following code to check how your paht should look like .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let x=%sysfunc(pathname(work));
%put &amp;amp;x ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Dec 2015 07:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-write-mac-path-in-sas-studio/m-p/239478#M44066</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-12-16T07:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to write mac path in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-write-mac-path-in-sas-studio/m-p/239549#M44085</link>
      <description>1. Go back and read the installation instructions&lt;BR /&gt;2. Verify shared drive is set up (myfolders)&lt;BR /&gt;3. Move file to myfolders&lt;BR /&gt;4. Use path as follows '/folders/myfolders/student.txt';&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Dec 2015 15:44:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-write-mac-path-in-sas-studio/m-p/239549#M44085</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-12-16T15:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to write mac path in sas studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-write-mac-path-in-sas-studio/m-p/239594#M44103</link>
      <description>&lt;P&gt;You need to precede your INFILE statement with a DATA statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data mandy;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; infile .......;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 18:38:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-write-mac-path-in-sas-studio/m-p/239594#M44103</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-12-16T18:38:17Z</dc:date>
    </item>
  </channel>
</rss>

