<?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: Need help setting up SAS Programming 3: Advanced Techniques on SAS EG in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Need-help-setting-up-SAS-Programming-3-Advanced-Techniques-on/m-p/640486#M190794</link>
    <description>The instructions are:&lt;BR /&gt;/* Windows/UNIX */&lt;BR /&gt;&lt;BR /&gt;/* STEP 1: Notice the default values for the %LET statements. */&lt;BR /&gt;&lt;BR /&gt;/* STEP 2: If your files are not to be located in S:/workshop */&lt;BR /&gt;/* change the value of PATH= in the %LET statement to */&lt;BR /&gt;/* reflect your data location. */&lt;BR /&gt;&lt;BR /&gt;/* STEP 3: Submit the program to create the course data files. */&lt;BR /&gt;&lt;BR /&gt;/* STEP 4: View the Results and verify the CONTENTS procedure */&lt;BR /&gt;/* report lists the names of the SAS data sets that were created.*&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 16 Apr 2020 16:56:34 GMT</pubDate>
    <dc:creator>guest1994</dc:creator>
    <dc:date>2020-04-16T16:56:34Z</dc:date>
    <item>
      <title>Need help setting up SAS Programming 3: Advanced Techniques on SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-setting-up-SAS-Programming-3-Advanced-Techniques-on/m-p/640347#M190719</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My file path is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3" color="#0000ff"&gt;%include&lt;/FONT&gt; &lt;FONT face="Courier New" size="3" color="#800080"&gt;"&amp;amp;path\data\setup.sas"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;WARNING: Physical file does not exist, /config/sas_9.4/config/Lev4/SASComp1/H:/workshop\data\setup.sas.
ERROR: Cannot open %INCLUDE file H:/workshop\data\setup.sas.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 09:50:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-setting-up-SAS-Programming-3-Advanced-Techniques-on/m-p/640347#M190719</guid>
      <dc:creator>guest1994</dc:creator>
      <dc:date>2020-04-16T09:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Need help setting up SAS Programming 3: Advanced Techniques on SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-setting-up-SAS-Programming-3-Advanced-Techniques-on/m-p/640348#M190720</link>
      <description>&lt;P&gt;&amp;nbsp;MY filepath is H:\workshop&lt;/P&gt;</description>
      <pubDate>Thu, 16 Apr 2020 09:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-setting-up-SAS-Programming-3-Advanced-Techniques-on/m-p/640348#M190720</guid>
      <dc:creator>guest1994</dc:creator>
      <dc:date>2020-04-16T09:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Need help setting up SAS Programming 3: Advanced Techniques on SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-setting-up-SAS-Programming-3-Advanced-Techniques-on/m-p/640364#M190725</link>
      <description>Do you have instructions in the course work that you are following to set this up? The error shows that you are connected to run SAS on a remote server (Linux may be) and trying to import data from your local laptop/desktop.</description>
      <pubDate>Thu, 16 Apr 2020 10:28:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-setting-up-SAS-Programming-3-Advanced-Techniques-on/m-p/640364#M190725</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2020-04-16T10:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help setting up SAS Programming 3: Advanced Techniques on SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-setting-up-SAS-Programming-3-Advanced-Techniques-on/m-p/640427#M190758</link>
      <description>&lt;P&gt;You can&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Copy the course work to your account on the&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;From Windows File Explorer drag workshop folder to your account home in EG.&lt;/LI&gt;
&lt;LI&gt;Change&amp;nbsp;&lt;STRONG&gt;path&amp;nbsp;&lt;/STRONG&gt;macro variable assignment from
&lt;UL&gt;
&lt;LI&gt;%let path=H:\, to&lt;/LI&gt;
&lt;LI&gt;%let path=~&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;Supposing the windows H:\ folder is accessible from your EG login account through a server side mount point the system administrator setup.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Presume server path /sas/training connects to the same resource that H:\ does in Windows
&lt;UL&gt;
&lt;LI&gt;%let path = /sas/training/&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 16 Apr 2020 12:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-setting-up-SAS-Programming-3-Advanced-Techniques-on/m-p/640427#M190758</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-04-16T12:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help setting up SAS Programming 3: Advanced Techniques on SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-setting-up-SAS-Programming-3-Advanced-Techniques-on/m-p/640486#M190794</link>
      <description>The instructions are:&lt;BR /&gt;/* Windows/UNIX */&lt;BR /&gt;&lt;BR /&gt;/* STEP 1: Notice the default values for the %LET statements. */&lt;BR /&gt;&lt;BR /&gt;/* STEP 2: If your files are not to be located in S:/workshop */&lt;BR /&gt;/* change the value of PATH= in the %LET statement to */&lt;BR /&gt;/* reflect your data location. */&lt;BR /&gt;&lt;BR /&gt;/* STEP 3: Submit the program to create the course data files. */&lt;BR /&gt;&lt;BR /&gt;/* STEP 4: View the Results and verify the CONTENTS procedure */&lt;BR /&gt;/* report lists the names of the SAS data sets that were created.*&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Apr 2020 16:56:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-setting-up-SAS-Programming-3-Advanced-Techniques-on/m-p/640486#M190794</guid>
      <dc:creator>guest1994</dc:creator>
      <dc:date>2020-04-16T16:56:34Z</dc:date>
    </item>
  </channel>
</rss>

