<?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 error when running p102d01.sas in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/637523#M21473</link>
    <description>&lt;P&gt;The correct code:&lt;/P&gt;&lt;P&gt;libname out "/home/u47411880/EPG194/output";&lt;/P&gt;&lt;P&gt;data class_copy1 out.class_copy2;&lt;BR /&gt;set sashelp.class;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Sat, 04 Apr 2020 11:09:00 GMT</pubDate>
    <dc:creator>ehab</dc:creator>
    <dc:date>2020-04-04T11:09:00Z</dc:date>
    <item>
      <title>Programming 1 error when running p102d01.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585573#M14355</link>
      <description>&lt;P&gt;When I wanted to do the "Demo: Exploring Automatic SAS Libraries" task:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;	libname out "s:/workshop/output";

	data class_copy1 out.class_copy2;
		set sashelp.class;
	run;&lt;/PRE&gt;&lt;P&gt;I have got the following message:&amp;nbsp;&lt;SPAN&gt;ERROR: Library OUT does not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me to fix it?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 10:28:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585573#M14355</guid>
      <dc:creator>mkrisz</dc:creator>
      <dc:date>2019-09-02T10:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 error when running p102d01.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585578#M14356</link>
      <description>&lt;P&gt;Could you please check again if you have given the correct path, the path is case sensitive and also it should match exactly with the actual path.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 10:49:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585578#M14356</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-09-02T10:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 error when running p102d01.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585585#M14357</link>
      <description>&lt;P&gt;Hi mkrisz,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tested your code and it seems that the path is incorrect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change to:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname out "s:\workshop\output\";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Note that the directory 's:\workshop\output\' must be available on the server.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 11:20:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585585#M14357</guid>
      <dc:creator>DJongman</dc:creator>
      <dc:date>2019-09-02T11:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 error when running p102d01.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585589#M14358</link>
      <description>&lt;P&gt;Thanks, yes the path was wrong, thank you very much!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 11:31:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585589#M14358</guid>
      <dc:creator>mkrisz</dc:creator>
      <dc:date>2019-09-02T11:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 error when running p102d01.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585591#M14359</link>
      <description>&lt;P&gt;Thank you, unfortunately my patch was wrong.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 11:32:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585591#M14359</guid>
      <dc:creator>mkrisz</dc:creator>
      <dc:date>2019-09-02T11:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 error when running p102d01.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585623#M14361</link>
      <description>Hi:&lt;BR /&gt;  That path on the S: drive is the path we use in our classrooms when we teach Programming 1 and Programming 2 classes. If you don't have an S: drive, then you have to replace S:\workshop with the location of where you unzipped the zip file for the class and you are meant to substitute the path you use for the one we show.&lt;BR /&gt;&lt;BR /&gt;  Have you done the data setup for the class yet? The Course Overview and Data Setup (if you're doing e-learning) has all the correct instructions for setting up the data. This program will work because it is using SASHELP.CLASS but you need to make all the other data for class before you proceed with the other work.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 02 Sep 2019 14:38:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/585623#M14361</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-09-02T14:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 error when running p102d01.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/637523#M21473</link>
      <description>&lt;P&gt;The correct code:&lt;/P&gt;&lt;P&gt;libname out "/home/u47411880/EPG194/output";&lt;/P&gt;&lt;P&gt;data class_copy1 out.class_copy2;&lt;BR /&gt;set sashelp.class;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Apr 2020 11:09:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/637523#M21473</guid>
      <dc:creator>ehab</dc:creator>
      <dc:date>2020-04-04T11:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 error when running p102d01.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/856159#M37772</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was having the same issue and used the pathway you mentioned, with my username instead, and it worked. However, if we're creating a folder called OUT in My Libraries, why does the end of the pathway contain output like this:&amp;nbsp; "libname out "/home/myUserName/EPG194/output";? Shouldn't the pathway be&amp;nbsp;"libname out "/home/myUserName/EPG194/out";?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/319502"&gt;@ehab&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;The correct code:&lt;/P&gt;&lt;P&gt;libname out "/home/u47411880/EPG194/output";&lt;/P&gt;&lt;P&gt;data class_copy1 out.class_copy2;&lt;BR /&gt;set sashelp.class;&lt;BR /&gt;run;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Sun, 29 Jan 2023 20:23:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/856159#M37772</guid>
      <dc:creator>SAS121</dc:creator>
      <dc:date>2023-01-29T20:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: Programming 1 error when running p102d01.sas</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/856160#M37773</link>
      <description>&lt;P&gt;Hi: If you followed the setup instructions for Programming 1, when you expand the EPG194 folder (older name) or the EPG1V2 folder (newest name), then you should see a subfolder named output. If you right click on the output subfolder under your main class folder and in the popup menu on the right click, choose Properties, you should next see the Properties window which will contain the FULL path to the output subfolder. The libname could be:&lt;BR /&gt;l&lt;STRONG&gt;ibname &lt;FONT color="#008000"&gt;out&lt;/FONT&gt; "&lt;FONT color="#FF00FF"&gt;s:\workshop\EPG1V2&lt;/FONT&gt;\&lt;FONT color="#0000FF"&gt;output&lt;/FONT&gt;";&lt;/STRONG&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;STRONG&gt;libname &lt;FONT color="#008000"&gt;out&lt;/FONT&gt; "&lt;FONT color="#FF00FF"&gt;/home/&amp;lt;yourUserID&amp;gt;/EPG1V2&lt;/FONT&gt;/&lt;FONT color="#0000FF"&gt;output&lt;/FONT&gt;";&lt;/STRONG&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;STRONG&gt;libname &lt;FONT color="#008000"&gt;out&lt;/FONT&gt; "&lt;FONT color="#FF00FF"&gt;/home/&amp;lt;yourUserID&amp;gt;/EPG194&lt;/FONT&gt;/&lt;FONT color="#0000FF"&gt;output&lt;/FONT&gt;";&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;or you may want to make an entirely NEW folder for your output under the class main folder. Let's say you do make a NEW folder under the &lt;STRONG&gt;EPG1V2&lt;/STRONG&gt;&amp;nbsp;(or EPG194) class folder and you call the NEW folder &lt;STRONG&gt;mystuff&lt;/STRONG&gt;, so when you want to write to the mystuff folder, your LIBNAME statement would change to something like:&lt;BR /&gt;&lt;STRONG&gt;libname &lt;FONT color="#008000"&gt;out&lt;/FONT&gt; "&lt;FONT color="#FF00FF"&gt;/home/&amp;lt;yourUserID&amp;gt;/EPG1V2&lt;/FONT&gt;/&lt;FONT color="#0000FF"&gt;mystuff&lt;/FONT&gt;";&lt;/STRONG&gt;&lt;BR /&gt;Using the right-click and Properties method will ALWAYS show you the correct folder path you need to use.&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 20:51:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Programming-1-error-when-running-p102d01-sas/m-p/856160#M37773</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-01-29T20:51:39Z</dc:date>
    </item>
  </channel>
</rss>

