<?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 where can i find libname.sas in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/640150#M21725</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS using SAS on demand for academics. I am completing module 6 of essentials of sas programming 1 and its asking to open and modify libname.sas. I cannot find that in the list of files. I am not able to write in the output folder. please help.&lt;/P&gt;</description>
    <pubDate>Wed, 15 Apr 2020 17:46:17 GMT</pubDate>
    <dc:creator>candidalisa</dc:creator>
    <dc:date>2020-04-15T17:46:17Z</dc:date>
    <item>
      <title>where can i find libname.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/640150#M21725</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS using SAS on demand for academics. I am completing module 6 of essentials of sas programming 1 and its asking to open and modify libname.sas. I cannot find that in the list of files. I am not able to write in the output folder. please help.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 17:46:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/640150#M21725</guid>
      <dc:creator>candidalisa</dc:creator>
      <dc:date>2020-04-15T17:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find libname.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/640170#M21726</link>
      <description>&lt;P&gt;Usually it is located inside the zip file with the course data and code which you download from the course webpage.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the bets&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 18:15:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/640170#M21726</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2020-04-15T18:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find libname.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/640196#M21727</link>
      <description>&lt;P&gt;Hi Bart,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;there is only two files there: createdata.sas for set up and setup.sas. Do you think it is the setup.sas codes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Candida&lt;/P&gt;</description>
      <pubDate>Wed, 15 Apr 2020 19:13:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/640196#M21727</guid>
      <dc:creator>candidalisa</dc:creator>
      <dc:date>2020-04-15T19:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find libname.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/640197#M21728</link>
      <description>what is the content of setup.sas?&lt;BR /&gt;&lt;BR /&gt;Bart</description>
      <pubDate>Wed, 15 Apr 2020 19:15:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/640197#M21728</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2020-04-15T19:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find libname.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/640205#M21729</link>
      <description>&lt;P&gt;libname PG1 "&amp;amp;path";&lt;/P&gt;&lt;P&gt;%include "&amp;amp;path/_1create_class.sas";&lt;BR /&gt;%include "&amp;amp;path/_2create_natpark.sas";&lt;BR /&gt;%include "&amp;amp;path/_3create_storm.sas";&lt;/P&gt;&lt;P&gt;proc contents data=pg1._all_ nods;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the required exercise I am trying to do&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Follow the instructions for your software to create a macro variable that stores the location for output files.&lt;/P&gt;&lt;P&gt;SAS Studio&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;In your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;EPG194&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;folder, open&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;libname.sas&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Create a macro variable named&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;outpath&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;that stores the filepath to your&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;EPG194/output&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;folder:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;%let outpath=&lt;EM&gt;filepath-to-output-folder&lt;/EM&gt;; &lt;/PRE&gt;&lt;OL&gt;&lt;LI&gt;Run the code.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;&lt;LI&gt;Check the log to be sure there are no errors, then save and close the program.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 15 Apr 2020 20:15:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/640205#M21729</guid>
      <dc:creator>candidalisa</dc:creator>
      <dc:date>2020-04-15T20:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: where can i find libname.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/641215#M21823</link>
      <description>Please check to what library data sets created in the `%include "&amp;amp;path/_1create_class.sas";` code refers? If it is PG1 then the `libname PG1 "&amp;amp;path";` in setup.sas may be the one you are looking for.&lt;BR /&gt;&lt;BR /&gt;Bart</description>
      <pubDate>Mon, 20 Apr 2020 08:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/where-can-i-find-libname-sas/m-p/641215#M21823</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2020-04-20T08:29:11Z</dc:date>
    </item>
  </channel>
</rss>

