<?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 EG Libname statements in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Libname-statements/m-p/578557#M164096</link>
    <description>&lt;P&gt;Thanks Tanya for the response. I will follow it and let you know.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Aug 2019 20:02:58 GMT</pubDate>
    <dc:creator>raghubachu123</dc:creator>
    <dc:date>2019-08-01T20:02:58Z</dc:date>
    <item>
      <title>SAS EG Libname statements</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Libname-statements/m-p/578444#M164064</link>
      <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having trouble viewing the available data( I can see the SAS datasets but not the excel spreadsheets) once I write a libname to the shared drive. It works when I write a libname to my personal documents folder though. We have SAS running on windows 2012 r2 server. Can you please help me on this? Any suggestions would be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 14:58:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Libname-statements/m-p/578444#M164064</guid>
      <dc:creator>raghubachu123</dc:creator>
      <dc:date>2019-08-01T14:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Libname statements</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Libname-statements/m-p/578547#M164092</link>
      <description>&lt;P&gt;Check your path names.&amp;nbsp; I had a similar issue recently and, depending on how the report is run, the output is placed in different locations.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This was my solution:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%if &amp;amp;sysuserid = sasrpt %then %do;&lt;/P&gt;&lt;P&gt;PROC IMPORT out=health&lt;BR /&gt;FILE= "/home/sasrpt/output/prod/filename.csv"&lt;BR /&gt;DBMS=csv REPLACE;&lt;BR /&gt;guessingrows=3000;&lt;BR /&gt;RUN;&lt;BR /&gt;%end;&lt;/P&gt;&lt;P&gt;%else %if &amp;amp;sysuserid = study%then %do;&lt;BR /&gt;PROC IMPORT out=health&lt;BR /&gt;FILE= "/home/study/study/filename.csv"&lt;BR /&gt;DBMS=csv REPLACE;&lt;BR /&gt;guessingrows=3000;&lt;BR /&gt;RUN;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 19:40:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Libname-statements/m-p/578547#M164092</guid>
      <dc:creator>tanya_henderson</dc:creator>
      <dc:date>2019-08-01T19:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Libname statements</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Libname-statements/m-p/578557#M164096</link>
      <description>&lt;P&gt;Thanks Tanya for the response. I will follow it and let you know.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Aug 2019 20:02:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Libname-statements/m-p/578557#M164096</guid>
      <dc:creator>raghubachu123</dc:creator>
      <dc:date>2019-08-01T20:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Libname statements</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Libname-statements/m-p/644224#M192401</link>
      <description>&lt;P&gt;This solution was successful but I had to program for three different possibilities because of our environments and how the report was run.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the guidance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 12:13:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-EG-Libname-statements/m-p/644224#M192401</guid>
      <dc:creator>tanya_henderson</dc:creator>
      <dc:date>2020-04-30T12:13:10Z</dc:date>
    </item>
  </channel>
</rss>

