<?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 SAS Programming 1: Essentials Lesson 6 Activity p106a02.sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Programming-1-Essentials-Lesson-6-Activity-p106a02-sas/m-p/987798#M380076</link>
    <description>&lt;P&gt;My previous post relating to my issue with this activity related to the library error which I was able to fix! Now I'm having a different issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the warning:&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export data=pg1.storm_final&lt;BR /&gt;74 outfile="&amp;amp;outpath/storm_final.csv"&lt;BR /&gt;WARNING: Apparent symbolic reference OUTPATH not resolved.&lt;BR /&gt;75 dbms=csv replace;&lt;BR /&gt;76 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have an error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, C:\Users\learnsas-16391\&amp;amp;outpath\storm_final.csv.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 1 observations read from the data set PG1.STORM_FINAL.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;</description>
    <pubDate>Tue, 12 May 2026 15:01:07 GMT</pubDate>
    <dc:creator>ivarenho</dc:creator>
    <dc:date>2026-05-12T15:01:07Z</dc:date>
    <item>
      <title>SAS Programming 1: Essentials Lesson 6 Activity p106a02.sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Programming-1-Essentials-Lesson-6-Activity-p106a02-sas/m-p/987798#M380076</link>
      <description>&lt;P&gt;My previous post relating to my issue with this activity related to the library error which I was able to fix! Now I'm having a different issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the warning:&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export data=pg1.storm_final&lt;BR /&gt;74 outfile="&amp;amp;outpath/storm_final.csv"&lt;BR /&gt;WARNING: Apparent symbolic reference OUTPATH not resolved.&lt;BR /&gt;75 dbms=csv replace;&lt;BR /&gt;76 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also have an error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, C:\Users\learnsas-16391\&amp;amp;outpath\storm_final.csv.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 1 observations read from the data set PG1.STORM_FINAL.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 15:01:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Programming-1-Essentials-Lesson-6-Activity-p106a02-sas/m-p/987798#M380076</guid>
      <dc:creator>ivarenho</dc:creator>
      <dc:date>2026-05-12T15:01:07Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming 1: Essentials Lesson 6 Activity p106a02.sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Programming-1-Essentials-Lesson-6-Activity-p106a02-sas/m-p/987806#M380078</link>
      <description>&lt;P&gt;Immediately prior to this question, there is a prior activity "Create a Macro Variable (Required)".&amp;nbsp; That step has the instructions for creating the macro variable &amp;amp;outpath.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned there in one of the options, you will need write access to this directory.&amp;nbsp; If you don't know where you have write access, you could use:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let outpath = %sysfunc(pathname(work));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That will write your output files to the temporary work directory used by your SAS session.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2026 15:47:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Programming-1-Essentials-Lesson-6-Activity-p106a02-sas/m-p/987806#M380078</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2026-05-12T15:47:51Z</dc:date>
    </item>
  </channel>
</rss>

