<?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 Opening SAS program via file path in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-SAS-program-via-file-path/m-p/447634#M28946</link>
    <description>&lt;P&gt;I have a simple question about opening a SAS program. I am using SAS EG 7.1 and &lt;SPAN&gt;connected with a SAS server.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I open a SAS program in a pop up window (File -&amp;gt; Open -&amp;gt; Program), if the program is located on a Windows shared drive, I can simply put in the file path to the program. For example, entering “\\Uszzaschnas03\shared\xxxxxxx\test.sas” in the File name and clicking open will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I don’t know how to open programs that are saved on the SAS server&amp;nbsp;via a file path. I checked the macro value&amp;nbsp;&lt;SPAN&gt;&amp;amp;_SASPROGRAMFILE, which is something like "/data/sas_cdlib/xxxxxxx". But when I enter the file path into the "File name", it gives me an error saying the file does not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how to open a program on the SAS server via a file path? I am working on some automation projects and trying to&amp;nbsp;avoid&amp;nbsp;clicking through the folders to open a program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 21 Mar 2018 23:36:24 GMT</pubDate>
    <dc:creator>eeendless</dc:creator>
    <dc:date>2018-03-21T23:36:24Z</dc:date>
    <item>
      <title>Opening SAS program via file path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-SAS-program-via-file-path/m-p/447634#M28946</link>
      <description>&lt;P&gt;I have a simple question about opening a SAS program. I am using SAS EG 7.1 and &lt;SPAN&gt;connected with a SAS server.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I open a SAS program in a pop up window (File -&amp;gt; Open -&amp;gt; Program), if the program is located on a Windows shared drive, I can simply put in the file path to the program. For example, entering “\\Uszzaschnas03\shared\xxxxxxx\test.sas” in the File name and clicking open will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I don’t know how to open programs that are saved on the SAS server&amp;nbsp;via a file path. I checked the macro value&amp;nbsp;&lt;SPAN&gt;&amp;amp;_SASPROGRAMFILE, which is something like "/data/sas_cdlib/xxxxxxx". But when I enter the file path into the "File name", it gives me an error saying the file does not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how to open a program on the SAS server via a file path? I am working on some automation projects and trying to&amp;nbsp;avoid&amp;nbsp;clicking through the folders to open a program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 23:36:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-SAS-program-via-file-path/m-p/447634#M28946</guid>
      <dc:creator>eeendless</dc:creator>
      <dc:date>2018-03-21T23:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Opening SAS program via file path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-SAS-program-via-file-path/m-p/447645#M28949</link>
      <description>&lt;P&gt;A file path like&amp;nbsp;&lt;SPAN&gt;"/data/sas_cdlib/xxxxxxx" won't work in EG because your PC has no knowledge of that. It is possible to set up a file share from your Unix SAS server but that would have to be set up by an IT administrator and it could look something like this:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;"//MySASServer/data/sas_cdlib/xxxxxxx".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In EG you could run the statement %include&amp;nbsp;"/data/sas_cdlib/xxxxxxx"; which should read in the program and run it.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 00:50:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-SAS-program-via-file-path/m-p/447645#M28949</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-03-22T00:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: Opening SAS program via file path</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-SAS-program-via-file-path/m-p/448380#M28998</link>
      <description>I will go with the second (easier) solution. Thanks!</description>
      <pubDate>Sat, 24 Mar 2018 02:16:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Opening-SAS-program-via-file-path/m-p/448380#M28998</guid>
      <dc:creator>eeendless</dc:creator>
      <dc:date>2018-03-24T02:16:30Z</dc:date>
    </item>
  </channel>
</rss>

