<?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: file path in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/file-path/m-p/115511#M259285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you're not using a local SAS engine but rather EG connecting to a unix box.&amp;nbsp; True? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's the case, the SAS doesn't actually know much about your local computer.&amp;nbsp; EG can interact with it, but you would have to do things like "Export as step in project" rather than coding a data step directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2013 12:51:26 GMT</pubDate>
    <dc:creator>DBailey</dc:creator>
    <dc:date>2013-02-20T12:51:26Z</dc:date>
    <item>
      <title>file path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/file-path/m-p/115510#M259284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I run a simple program from windows&amp;nbsp; EG to create a test file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #000080;"&gt;&lt;SPAN lang="en-GB"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;SPAN lang="en-GB"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; color: #0000ff;"&gt;&lt;SPAN lang="en-GB"&gt;_null_&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;SPAN lang="en-GB"&gt; ; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #0000ff;"&gt;&lt;SPAN lang="en-GB"&gt;File&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;SPAN lang="en-GB"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; color: #800080;"&gt;&lt;SPAN lang="en-GB"&gt;'c:\myfolder\tstfil.txt'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;SPAN lang="en-GB"&gt; DLM=&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; color: #800080;"&gt;&lt;SPAN lang="en-GB"&gt;','&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;SPAN lang="en-GB"&gt; ; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #0000ff;"&gt;&lt;SPAN lang="en-GB"&gt;PUT&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;SPAN lang="en-GB"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; color: #800080;"&gt;&lt;SPAN lang="en-GB"&gt;'Name'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;SPAN lang="en-GB"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; color: #800080;"&gt;&lt;SPAN lang="en-GB"&gt;'Age'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;SPAN lang="en-GB"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; color: #800080;"&gt;&lt;SPAN lang="en-GB"&gt;'Gender'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;SPAN lang="en-GB"&gt; ; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #000080;"&gt;&lt;SPAN lang="en-GB"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;SPAN lang="en-GB"&gt; ;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;While do I get follwoing message in log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The file "C:\myfolder\tstfil.txt" is: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; File Name&lt;STRONG&gt;=/opt/sas/txn/Levmn2/SASAIX/&lt;/STRONG&gt;C:\myfolder\tstfil.txt, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Owner Name=sas,Group Name=sas, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Access Permission=rw-------&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why a unix folder path '&lt;STRONG&gt;/opt/sas/txn/Levmn2/SASAIX'&amp;nbsp; &lt;/STRONG&gt;automatically gets appended before the windows filepath....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 12:03:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/file-path/m-p/115510#M259284</guid>
      <dc:creator>mjack</dc:creator>
      <dc:date>2013-02-20T12:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: file path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/file-path/m-p/115511#M259285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like you're not using a local SAS engine but rather EG connecting to a unix box.&amp;nbsp; True? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that's the case, the SAS doesn't actually know much about your local computer.&amp;nbsp; EG can interact with it, but you would have to do things like "Export as step in project" rather than coding a data step directly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 12:51:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/file-path/m-p/115511#M259285</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2013-02-20T12:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: file path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/file-path/m-p/115512#M259286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks DBailey for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how do I find if EG is connecting to a unix box...&amp;nbsp;&amp;nbsp; IS there any parameter setting&amp;nbsp;&amp;nbsp; by looking at which I will know that&amp;nbsp; its connecting to the Unix box?&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;how do I use a local sas engine...&amp;nbsp;&amp;nbsp;&amp;nbsp; do i need to change any settings for that.....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 14:06:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/file-path/m-p/115512#M259286</guid>
      <dc:creator>mjack</dc:creator>
      <dc:date>2013-02-21T14:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: file path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/file-path/m-p/115513#M259287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tools &amp;gt; options &amp;gt; administration&lt;/P&gt;&lt;P&gt;should show you your current settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 14:37:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/file-path/m-p/115513#M259287</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2013-02-21T14:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: file path</title>
      <link>https://communities.sas.com/t5/SAS-Programming/file-path/m-p/115514#M259288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ideally your SAS is accessed through a unix server, If you do not have a local SAS intalled you cannot do much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to get this file to unix server and give that path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 16:35:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/file-path/m-p/115514#M259288</guid>
      <dc:creator>kij23</dc:creator>
      <dc:date>2013-02-21T16:35:20Z</dc:date>
    </item>
  </channel>
</rss>

