<?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: Anyone can help me for the following SAS error?  ERROR: File NP. parks. DATA does not exist. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849454#M37117</link>
    <description>Thank you for your immediate response.&lt;BR /&gt;Okay. I will show the LOG.&lt;BR /&gt;&lt;BR /&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;72&lt;BR /&gt;73 LIBNAME NP XLSX "S:/EPG1V2/data/np_info.xlsx";&lt;BR /&gt;NOTE: Libref NP was successfully assigned as follows:&lt;BR /&gt;Engine: XLSX&lt;BR /&gt;Physical Name: S:/EPG1V2/data/np_info.xlsx&lt;BR /&gt;74 run;&lt;BR /&gt;75&lt;BR /&gt;76 options validvarname=v7;&lt;BR /&gt;77 proc contents data=np.parks;&lt;BR /&gt;ERROR: File NP.parks.DATA does not exist.&lt;BR /&gt;78 run;</description>
    <pubDate>Tue, 13 Dec 2022 16:27:06 GMT</pubDate>
    <dc:creator>Alexo2025</dc:creator>
    <dc:date>2022-12-13T16:27:06Z</dc:date>
    <item>
      <title>Anyone can help me for the following SAS error?  ERROR: File NP. parks. DATA does not exist.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849450#M37115</link>
      <description>&lt;P&gt;LIBNAME NP XLSX "S:/EPG1V2/data/np_info.xlsx";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;options validvarname=v7;&lt;BR /&gt;proc contents data=np.parks;&lt;BR /&gt;run;&lt;BR /&gt;libname np clear;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 16:15:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849450#M37115</guid>
      <dc:creator>Alexo2025</dc:creator>
      <dc:date>2022-12-13T16:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone can help me for the following SAS error?  ERROR: File NP. parks. DATA does not exist.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849452#M37116</link>
      <description>&lt;P&gt;If it says DATA does not exist, then the data set you are looking for does not exist. Perhaps you have spelled the name wrong, or you have the wrong LIBNAME statement.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;From now on, when you have an error in the log, please show us the &lt;FONT color="#FF0000"&gt;ENTIRE&lt;/FONT&gt; log for that PROC or for that DATA step. We need to see the &lt;FONT color="#FF0000"&gt;ENTIRE&lt;/FONT&gt; log, not selected parts, not the parts you want to show us, all of it, every single line, for that PROC or DATA step.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 16:18:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849452#M37116</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-12-13T16:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone can help me for the following SAS error?  ERROR: File NP. parks. DATA does not exist.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849454#M37117</link>
      <description>Thank you for your immediate response.&lt;BR /&gt;Okay. I will show the LOG.&lt;BR /&gt;&lt;BR /&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;BR /&gt;72&lt;BR /&gt;73 LIBNAME NP XLSX "S:/EPG1V2/data/np_info.xlsx";&lt;BR /&gt;NOTE: Libref NP was successfully assigned as follows:&lt;BR /&gt;Engine: XLSX&lt;BR /&gt;Physical Name: S:/EPG1V2/data/np_info.xlsx&lt;BR /&gt;74 run;&lt;BR /&gt;75&lt;BR /&gt;76 options validvarname=v7;&lt;BR /&gt;77 proc contents data=np.parks;&lt;BR /&gt;ERROR: File NP.parks.DATA does not exist.&lt;BR /&gt;78 run;</description>
      <pubDate>Tue, 13 Dec 2022 16:27:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849454#M37117</guid>
      <dc:creator>Alexo2025</dc:creator>
      <dc:date>2022-12-13T16:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone can help me for the following SAS error?  ERROR: File NP. parks. DATA does not exist.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849455#M37118</link>
      <description>&lt;P&gt;Hi.&amp;nbsp; Do you have the correct path?&amp;nbsp; &amp;nbsp;For example, you are referencing the S drive.&lt;/P&gt;
&lt;P&gt;I tried running your program and it worked okay referencing the file on my local drive.&amp;nbsp; &amp;nbsp; If your path is correct, can you share the full SAS log?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 16:27:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849455#M37118</guid>
      <dc:creator>john_mccall</dc:creator>
      <dc:date>2022-12-13T16:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone can help me for the following SAS error?  ERROR: File NP. parks. DATA does not exist.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849457#M37120</link>
      <description>&lt;P&gt;Your Libname statement&amp;nbsp;looks fine per the SAS log notes.&amp;nbsp; I suggest opening the workbook and verifying the name Parks hasn't been inadvertently over written.&amp;nbsp; &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 16:30:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849457#M37120</guid>
      <dc:creator>john_mccall</dc:creator>
      <dc:date>2022-12-13T16:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone can help me for the following SAS error?  ERROR: File NP. parks. DATA does not exist.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849462#M37121</link>
      <description>&lt;P&gt;Just because the LIBNAME statement works it does not mean that the XLSX file exists.&amp;nbsp; SAS does not know when you run the LIBNAME statement if your intent was to read from an existing workbook or make a new one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And even if the XLSX file does exists that does not mean that there is necessarily a sheet in it named PARKS.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2022 17:00:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/849462#M37121</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-12-13T17:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone can help me for the following SAS error?  ERROR: File NP. parks. DATA does not exist.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/851725#M37400</link>
      <description>Yes, a lot thanks!</description>
      <pubDate>Sun, 01 Jan 2023 06:29:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/851725#M37400</guid>
      <dc:creator>Alexo2025</dc:creator>
      <dc:date>2023-01-01T06:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Anyone can help me for the following SAS error?  ERROR: File NP. parks. DATA does not exist.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/851726#M37401</link>
      <description>Yes, many thanks!</description>
      <pubDate>Sun, 01 Jan 2023 06:31:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Anyone-can-help-me-for-the-following-SAS-error-ERROR-File-NP/m-p/851726#M37401</guid>
      <dc:creator>Alexo2025</dc:creator>
      <dc:date>2023-01-01T06:31:23Z</dc:date>
    </item>
  </channel>
</rss>

