<?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: Programming 1: Essentials - creating libraries PG1 and NP in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Essentials-creating-libraries-PG1-and-NP/m-p/881012#M1379</link>
    <description>Thank you!! Sometimes you just need a second set of eyes...&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Jun 2023 20:33:11 GMT</pubDate>
    <dc:creator>rhjordan1</dc:creator>
    <dc:date>2023-06-15T20:33:11Z</dc:date>
    <item>
      <title>Programming 1: Essentials - creating libraries PG1 and NP</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Essentials-creating-libraries-PG1-and-NP/m-p/881002#M1377</link>
      <description>&lt;P&gt;I am trying to create libraries PG1 and NP in SAS Enterprise as specified in lesson 2. Even though I ran the autoexec files without modifying them, when I create a program under autoexec and run the code&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;libname pg1 "%path";&lt;/PRE&gt;&lt;P&gt;I don't see any "pg1" under Servers --&amp;gt; SASApp --&amp;gt; Libraries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, when I create a program under process flow and run the code&lt;/P&gt;&lt;PRE&gt;libname np xlsx "%path/np_info.xlsx";&lt;/PRE&gt;&lt;P&gt;I can see NP under the list of libraries, but it does not allow me to click on it and I can't see any tables in it. When I try to do proc contents on np.Parks it says "file NP.Parks.Data does not exist." Please help.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 19:09:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Essentials-creating-libraries-PG1-and-NP/m-p/881002#M1377</guid>
      <dc:creator>rhjordan1</dc:creator>
      <dc:date>2023-06-15T19:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1: Essentials - creating libraries PG1 and NP</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Essentials-creating-libraries-PG1-and-NP/m-p/881011#M1378</link>
      <description>It should be &amp;amp;path (not %) and the path variable also needs to be defined above, so make sure to include that line in your code as well. If you're still having issues, post the code including the %let path= portion and your log.</description>
      <pubDate>Thu, 15 Jun 2023 20:28:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Essentials-creating-libraries-PG1-and-NP/m-p/881011#M1378</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2023-06-15T20:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1: Essentials - creating libraries PG1 and NP</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Essentials-creating-libraries-PG1-and-NP/m-p/881012#M1379</link>
      <description>Thank you!! Sometimes you just need a second set of eyes...&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:33:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Essentials-creating-libraries-PG1-and-NP/m-p/881012#M1379</guid>
      <dc:creator>rhjordan1</dc:creator>
      <dc:date>2023-06-15T20:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1: Essentials - creating libraries PG1 and NP</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Essentials-creating-libraries-PG1-and-NP/m-p/881014#M1380</link>
      <description>&lt;P&gt;What does your LOG show?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An example of my output with similar code:&lt;/P&gt;
&lt;PRE&gt;102  libname junk "%outpath";
WARNING: Apparent invocation of macro OUTPATH not resolved.
&lt;/PRE&gt;
&lt;P&gt;That message indicates there should have been executed in the current session some code somewhat like to define a macro call&lt;/P&gt;
&lt;PRE&gt;%mend outpath;
&amp;lt;some statements go here&amp;gt;
%mend;

&lt;/PRE&gt;
&lt;P&gt;So your session would need something starting %mend path; and execute the code through the %mend; statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure that you are supposed to use %path?&amp;nbsp; I would more often expect to see a macro variable &amp;amp;path defined with a %let statement somewhere.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should show the LOG that results from executing those Libname statements.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jun 2023 20:35:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Programming-1-Essentials-creating-libraries-PG1-and-NP/m-p/881014#M1380</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-06-15T20:35:16Z</dc:date>
    </item>
  </channel>
</rss>

