<?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: help np file unattainable in SAS Software for Learning Community</title>
    <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953481#M2494</link>
    <description>I found the solution in an old (2019) post and I can now see my libraries&lt;BR /&gt;folder.&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
    <pubDate>Fri, 13 Dec 2024 01:57:48 GMT</pubDate>
    <dc:creator>obiobi</dc:creator>
    <dc:date>2024-12-13T01:57:48Z</dc:date>
    <item>
      <title>help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913610#M1646</link>
      <description>&lt;P&gt;the software is showing ERROR: File NP.parks.DATA does not exist. despite the numerous attempts to access NP.parks I don't know if the file does not exist or if the file is somehow unretained do to possible human error, I've been signed up to SAS® OnDemand for Academics and my course code is ba1c035c-9872-4391-973f-ce865df9c9d9&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;libname data "/home/ncvpssas0/my_content/EPG194/data";
libname np xlsx "/home/ncvpssas0/my_shared_file_links/ncvpssas0/EPG194/data/np_info.xlsx";
proc contents data=np.parks;

run;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Screenshot 2024-01-29 14aaa.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/93067i2F07BF09A7FEB09C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2024-01-29 14aaa.png" alt="Screenshot 2024-01-29 14aaa.png" /&gt;&lt;/span&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 16:23:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913610#M1646</guid>
      <dc:creator>Landon2</dc:creator>
      <dc:date>2024-01-30T16:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913611#M1647</link>
      <description>&lt;P&gt;This file that you reference is an EXCEL file, and the tab you are trying to access, PARKS, doesn't exist.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 16:27:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913611#M1647</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-01-30T16:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913637#M1648</link>
      <description>&lt;P&gt;So are you the one that &lt;STRONG&gt;created&lt;/STRONG&gt; the course?&amp;nbsp; I see that in your libname statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=""&gt;libname np xlsx "/home&lt;STRONG&gt;/ncvpssas0&lt;/STRONG&gt;/my_shared_file_links/&lt;STRONG&gt;ncvpssas0/&lt;/STRONG&gt;EPG194/data/np_info.xlsx";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;the user id is the same as the course creator (ncvpssas0)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are the course creator - this is correct but if you enrolled in the course, the first id should be your userid.&lt;/P&gt;
&lt;P&gt;You can always get the correct path by right-clicking on the folder or file &amp;amp; selecting Properties.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, in your first libname statement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=""&gt;libname data "/home/ncvpssas0/my_content/EPG194/data";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Did you create a subfolder called my_content under your Files(Home) directory?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the Programming 1 course - we highly suggest that you copy the course directory (EPG194) directly under your Files(Home) directory &amp;amp; then you can use the path macro &amp;amp; libname statement:&lt;/P&gt;
&lt;P&gt;%let path=~/EPG194/data;&lt;BR /&gt;libname PG1 "&amp;amp;path";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ~ symbol will default to the user's Files(Home) directory &amp;amp; so this will work for everyone.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One another note:&amp;nbsp; It looks like you may be using an older version of the Programming 1 class - there is a newer version EPG1V2 - not sure if much changed.&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 17:55:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913637#M1648</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2024-01-30T17:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913642#M1649</link>
      <description>So the correct libname statement for np_info.xlsx would be:&lt;BR /&gt;libname np xlsx "/home/your user id/my_shared_file_links/ncvpssas0/EPG194/data/np_info.xlsx";&lt;BR /&gt;&lt;BR /&gt;where you replace 'your user id' with your actual userid</description>
      <pubDate>Tue, 30 Jan 2024 18:03:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913642#M1649</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2024-01-30T18:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913847#M1659</link>
      <description>how do i update....im quite new to sas</description>
      <pubDate>Wed, 31 Jan 2024 16:57:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913847#M1659</guid>
      <dc:creator>Landon2</dc:creator>
      <dc:date>2024-01-31T16:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913850#M1660</link>
      <description>&lt;P&gt;So just update the libname statement above with your user id - you can find your user id by clicking on your name in top right on the welcome.oda.sas.com page (usually starts with the a 'u').&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 17:22:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/913850#M1660</guid>
      <dc:creator>tom_grant</dc:creator>
      <dc:date>2024-01-31T17:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953435#M2486</link>
      <description>&lt;P&gt;I have the same problem of not being able to find the NP folder after creating it.&lt;/P&gt;&lt;P&gt;This is the code I used below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname np xlsx "S:/workshop/EPG1V2/data/np_info.xlsx";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The log syas:&lt;/P&gt;&lt;P&gt;NOTE: Libref NP was successfully assigned as follows:&lt;BR /&gt;Engine: XLSX&lt;BR /&gt;Physical Name: S:/workshop/EPG1V2/data/np_info.xlsx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I cannot find the NP folder anywhere on the navigation pane.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 18:38:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953435#M2486</guid>
      <dc:creator>obiobi</dc:creator>
      <dc:date>2024-12-12T18:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953438#M2487</link>
      <description>&lt;P&gt;Hello! With the libname statement, you've created a library, which is like a pointer to your data. To see the NP library, go to the Libraries tab on the left side pane. There are some pre-defined libraries, as well as your newly-created NP library!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 18:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953438#M2487</guid>
      <dc:creator>Rachel_McLawhon</dc:creator>
      <dc:date>2024-12-12T18:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953439#M2488</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;The key issue is that there is no folder named LIBRARY at any level on my left navigation pane. I have gone through every single folder and sub folder.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 19:00:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953439#M2488</guid>
      <dc:creator>obiobi</dc:creator>
      <dc:date>2024-12-12T19:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953441#M2489</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="obiobi_0-1734030101465.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/102984i489C53A69F95C672/image-size/medium?v=v2&amp;amp;px=400" role="button" title="obiobi_0-1734030101465.png" alt="obiobi_0-1734030101465.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 19:01:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953441#M2489</guid>
      <dc:creator>obiobi</dc:creator>
      <dc:date>2024-12-12T19:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953442#M2490</link>
      <description>&lt;P&gt;I should also state that I am using the virtual lab for the training.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 19:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953442#M2490</guid>
      <dc:creator>obiobi</dc:creator>
      <dc:date>2024-12-12T19:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953443#M2491</link>
      <description>&lt;P&gt;I have also tried adding my user iD to the file path and I still cannot see the NP library that was created. As such I am stuck.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 19:06:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953443#M2491</guid>
      <dc:creator>obiobi</dc:creator>
      <dc:date>2024-12-12T19:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953452#M2492</link>
      <description>&lt;P&gt;Hi, Try clicking the "More application options" button in the upper right. It looks like three horizontal lines. Then select "View". Make sure that "Libraries" is checked.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JackieJ_SAS_0-1734033213302.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/102986i36A453C378EDCDD3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JackieJ_SAS_0-1734033213302.png" alt="JackieJ_SAS_0-1734033213302.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Once it is checked you should see a selection for "Libraries" at the bottom of the set of menus on the left side. For example:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JackieJ_SAS_0-1734033349210.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/102987iD78291EBB341252F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JackieJ_SAS_0-1734033349210.png" alt="JackieJ_SAS_0-1734033349210.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 20:03:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953452#M2492</guid>
      <dc:creator>JackieJ_SAS</dc:creator>
      <dc:date>2024-12-12T20:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953470#M2493</link>
      <description>&lt;P&gt;Is parks the name of a sheet in that Excel file?&lt;BR /&gt;Try using the following code to list ALL of the data sets in NP:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC CONTENTS DATA=NP._ALL_;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Dec 2024 21:27:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953470#M2493</guid>
      <dc:creator>hollandnumerics</dc:creator>
      <dc:date>2024-12-12T21:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953481#M2494</link>
      <description>I found the solution in an old (2019) post and I can now see my libraries&lt;BR /&gt;folder.&lt;BR /&gt;Thanks.&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Dec 2024 01:57:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/953481#M2494</guid>
      <dc:creator>obiobi</dc:creator>
      <dc:date>2024-12-13T01:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: help np file unattainable</title>
      <link>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/955732#M2509</link>
      <description>&lt;P&gt;Please could you add a link to that 2019 post, so that others can benefit from that information?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 12:26:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Software-for-Learning/help-np-file-unattainable/m-p/955732#M2509</guid>
      <dc:creator>hollandnumerics</dc:creator>
      <dc:date>2025-01-10T12:26:21Z</dc:date>
    </item>
  </channel>
</rss>

