<?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 STATDATA.TESTSCORES.DATA does not exist. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417047#M102420</link>
    <description>&lt;P&gt;Since this is happening in the shared folder of SAS UE, you can use Windows Explorer to navigate to the shared folder and see if subfolder ECST131 contains a file named testscores.sas7bdat. Note that the filename must be all lowercase.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2017 13:48:03 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-11-29T13:48:03Z</dc:date>
    <item>
      <title>ERROR: File STATDATA.TESTSCORES.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417039#M102417</link>
      <description>&lt;PRE&gt;&lt;FONT color="#0000FF"&gt;libname&lt;/FONT&gt; statdata &lt;FONT color="#800080"&gt;"/folders/myfolders/ECST131"&lt;/FONT&gt;; &lt;BR /&gt;&lt;FONT color="#0000FF"&gt;libname library&lt;/FONT&gt; &lt;FONT color="#800080"&gt;"/folders/myfolders/ECST131"&lt;/FONT&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="4" color="#000000"&gt;after this folder successfully assigned.&lt;/FONT&gt;&lt;/PRE&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref STATDATA refers to the same physical library as LIBRARY.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref STATDATA was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Engine: V9&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Physical Name: /folders/myfolders/ECST131&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;63 libname library "/folders/myfolders/ECST131";&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref LIBRARY refers to the same physical library as STATDATA.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref LIBRARY was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Engine: V9&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Physical Name: /folders/myfolders/ECST131&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="5" color="#000000"&gt;but after running following code&lt;/FONT&gt;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;proc print&lt;/FONT&gt;&lt;/STRONG&gt; data=statdata.testscores (obs=&lt;FONT color="#008000"&gt;&lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/FONT&gt;);&lt;BR /&gt;   title &lt;FONT color="#800080"&gt;'Listing of the SAT Data Set'&lt;/FONT&gt;;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#000080"&gt;run&lt;/FONT&gt;&lt;/STRONG&gt;;&lt;BR /&gt;title;&lt;BR /&gt;&lt;BR /&gt;Am recieving a error message as follow&lt;/PRE&gt;&lt;DIV class="sasSource"&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;61&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;62 proc print data=statdata.testscores (obs=10);&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;FONT color="#FF0000"&gt;ERROR: File STATDATA.TESTSCORES.DATA does not exist&lt;/FONT&gt;.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;63 title 'Listing of the SAT Data Set';&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;64 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.02 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.00 seconds&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&lt;FONT face="arial black,avant garde" size="5"&gt;&amp;nbsp;&lt;FONT color="#000000"&gt;kindly help me to shootout this error&lt;/FONT&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 13:33:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417039#M102417</guid>
      <dc:creator>BalachandarB</dc:creator>
      <dc:date>2017-11-29T13:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File STATDATA.TESTSCORES.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417041#M102418</link>
      <description>&lt;P&gt;Why do you define the same library to two different libnames?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As the log says.. the testscores data set is not in the statdata library. So go to the statdata library and see if the data set is actually called what you think it is. If SAS says that a data set is not there, it is not there &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 13:39:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417041#M102418</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-11-29T13:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File STATDATA.TESTSCORES.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417042#M102419</link>
      <description>&lt;P&gt;Firstly, don't write/code all in mixed case, upper etc.&amp;nbsp; It makes a post so hard to read.&lt;/P&gt;
&lt;P&gt;Secondly it is really not a good idea to use SAS reserved words as names, in this case library.&lt;/P&gt;
&lt;P&gt;Now onto your problem, the erro is telling you that in the library statdata, which references the physical location on the hard drive of /folders/myfolders/ecst131, there isn't a file testscores.sas7bdat.&lt;/P&gt;
&lt;P&gt;To solve this, either point to the correct location, or put the file in that location.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 13:40:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417042#M102419</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-11-29T13:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File STATDATA.TESTSCORES.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417047#M102420</link>
      <description>&lt;P&gt;Since this is happening in the shared folder of SAS UE, you can use Windows Explorer to navigate to the shared folder and see if subfolder ECST131 contains a file named testscores.sas7bdat. Note that the filename must be all lowercase.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 13:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417047#M102420</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-29T13:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File STATDATA.TESTSCORES.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417058#M102423</link>
      <description>&lt;P&gt;&lt;SPAN&gt;testscores.sas7bdat. file does not exist in my PC anywhere.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 14:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417058#M102423</guid>
      <dc:creator>BalachandarB</dc:creator>
      <dc:date>2017-11-29T14:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File STATDATA.TESTSCORES.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417059#M102424</link>
      <description>&lt;P&gt;So what is the problem then?&amp;nbsp; That files doesn't exist, so you can't write a datastep for it?&amp;nbsp; Are you following some learning materials maybe, and they say to type in that code?&amp;nbsp; Maybe before that there is a step which creates the dataset, so you would have to run that to have data available for this step.&amp;nbsp; Its very hard to try to guess what you are doing, post some information on what you are doing.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 14:18:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417059#M102424</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-11-29T14:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File STATDATA.TESTSCORES.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417065#M102427</link>
      <description>&lt;P&gt;does testscores exist on your PC in some other format? And if yes, what format?&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 14:35:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417065#M102427</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-11-29T14:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File STATDATA.TESTSCORES.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417071#M102428</link>
      <description>&lt;P&gt;Looks like you're running the Statistics 1 demo, right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Somewhere you'll either be provided with the data to download/obtain somehow, or in a code example you'll be creating this table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're assigning the correct library based on the code snippet, you just haven't actually created your data yet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, get rid of the 'libname library' statement, it's a duplicate of the STATDATA libref.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 14:51:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417071#M102428</guid>
      <dc:creator>DanLees</dc:creator>
      <dc:date>2017-11-29T14:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File STATDATA.TESTSCORES.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417086#M102435</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/159601"&gt;@BalachandarB&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;testscores.sas7bdat. file does not exist in my PC anywhere.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then why are you expecting it to be there? You obviously skipped the necessary steps to create/import it.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 15:29:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417086#M102435</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-11-29T15:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File STATDATA.TESTSCORES.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417180#M102472</link>
      <description>&lt;P&gt;Just a quick note for all of the posters that are commenting on the fact the the original code created two librefs pointing to the same location.&amp;nbsp; The default FMTSEARCH settings for SAS will look for a catalog named LIBRARY.FORMATS to find user defined formats.&amp;nbsp; So it is/was standard coding practice to create a libref named LIBRARY that pointer to your project folder to find your project specific format catalog.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One way to do this that does not require creating the LIBRARY libref is to instead use the FTMSEARCH option to tell SAS to&amp;nbsp;look for formats in the STATDATA.FORMATS catalog instead.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 18:36:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-STATDATA-TESTSCORES-DATA-does-not-exist/m-p/417180#M102472</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-11-29T18:36:02Z</dc:date>
    </item>
  </channel>
</rss>

