<?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: Error:File PG1.NP_SUMMARY.DATA DOES NOT EXIST in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-File-PG1-NP-SUMMARY-DATA-DOES-NOT-EXIST/m-p/623718#M183666</link>
    <description>&lt;P&gt;The data set you are trying to use does not exist (in that folder). So you can't use it, and an error message is created.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Feb 2020 22:33:45 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-02-10T22:33:45Z</dc:date>
    <item>
      <title>Error:File PG1.NP_SUMMARY.DATA DOES NOT EXIST</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-PG1-NP-SUMMARY-DATA-DOES-NOT-EXIST/m-p/623716#M183664</link>
      <description>&lt;P&gt;I am using SAS Studio. I successfully assigned my libname&amp;nbsp;and I received the message:&lt;/P&gt;&lt;P&gt;Engine V 9,&lt;/P&gt;&lt;P&gt;Physical name:C:\EPG 194.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But when I run the procedure code below, I get error message. What could be going&amp;nbsp;wrong please.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc print data=pg1.np_summary(obs=20);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var Reg Type ParkName DayVisits TentCampers RVCampers;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 22:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-PG1-NP-SUMMARY-DATA-DOES-NOT-EXIST/m-p/623716#M183664</guid>
      <dc:creator>adzoyi</dc:creator>
      <dc:date>2020-02-10T22:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error:File PG1.NP_SUMMARY.DATA DOES NOT EXIST</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-PG1-NP-SUMMARY-DATA-DOES-NOT-EXIST/m-p/623718#M183666</link>
      <description>&lt;P&gt;The data set you are trying to use does not exist (in that folder). So you can't use it, and an error message is created.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 22:33:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-PG1-NP-SUMMARY-DATA-DOES-NOT-EXIST/m-p/623718#M183666</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-02-10T22:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error:File PG1.NP_SUMMARY.DATA DOES NOT EXIST</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-PG1-NP-SUMMARY-DATA-DOES-NOT-EXIST/m-p/623719#M183667</link>
      <description>&lt;P&gt;The second table in this output should list all of the data sets in the library:&lt;/P&gt;
&lt;PRE&gt;proc contents data=pg1._all_ directory ;
run;&lt;/PRE&gt;
&lt;P&gt;It may be that you pointed the LIBNAME statement to an incorrect path. The first table will show the path to the library.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 22:58:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-PG1-NP-SUMMARY-DATA-DOES-NOT-EXIST/m-p/623719#M183667</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-02-10T22:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error:File PG1.NP_SUMMARY.DATA DOES NOT EXIST</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-File-PG1-NP-SUMMARY-DATA-DOES-NOT-EXIST/m-p/623769#M183682</link>
      <description>&lt;P&gt;From where do you infer that the dataset should be there? Did you create it yourself through code, or is it part of the package of example data for the course?&lt;/P&gt;
&lt;P&gt;Inspect the directory with Windows Explorer to check if a file&amp;nbsp;&lt;SPAN&gt;np_summary.sas7bdat exists, and that its filename is &lt;U&gt;all lowercase&lt;/U&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 06:37:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-File-PG1-NP-SUMMARY-DATA-DOES-NOT-EXIST/m-p/623769#M183682</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-02-11T06:37:29Z</dc:date>
    </item>
  </channel>
</rss>

