<?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 WORK.CORE_SCORE.DATA does not exist. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-WORK-CORE-SCORE-DATA-does-not-exist/m-p/352415#M82140</link>
    <description>&lt;P&gt;The libname&amp;nbsp;does not actually belong in &amp;lt;brackets&amp;gt;. &amp;nbsp;If you have defined EMWS3 in a LIBNAME statement, use data sets within the folder without brackets:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=EMWS3.score_SCORE out=bestlist;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS documentation uses brackets to indicate something is optional. &amp;nbsp;So if you were dealing with a temporary data set in the WORK library, you could refer to the data set as either WORK.score_SCORE or score_SCORE.&lt;/P&gt;</description>
    <pubDate>Sat, 22 Apr 2017 11:40:07 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2017-04-22T11:40:07Z</dc:date>
    <item>
      <title>ERROR: File WORK.CORE_SCORE.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-WORK-CORE-SCORE-DATA-does-not-exist/m-p/352408#M82136</link>
      <description>&lt;P&gt;Hello I'm trying to do this portion of the tutorial:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/emgsj/66375/HTML/default/viewer.htm#n0o0v7spwdeoqcn11vnwnuc8x91l.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/emgsj/66375/HTML/default/viewer.htm#n0o0v7spwdeoqcn11vnwnuc8x91l.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I run into a runtime error where the first error message seems to be:&lt;/P&gt;&lt;P&gt;ERROR: File WORK.CORE_SCORE.DATA does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My Code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=&amp;lt;EMWS3&amp;gt;.score_SCORE out=bestlist;
by descending ep_target_b;
run; 
proc print data= bestlist; 
var control_number ep_target_b; 
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13738iECFBBB968BFBFFD9/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="error_crop.png" title="error_crop.png" /&gt;</description>
      <pubDate>Sat, 22 Apr 2017 08:27:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-WORK-CORE-SCORE-DATA-does-not-exist/m-p/352408#M82136</guid>
      <dc:creator>student4463626</dc:creator>
      <dc:date>2017-04-22T08:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File WORK.CORE_SCORE.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-WORK-CORE-SCORE-DATA-does-not-exist/m-p/352415#M82140</link>
      <description>&lt;P&gt;The libname&amp;nbsp;does not actually belong in &amp;lt;brackets&amp;gt;. &amp;nbsp;If you have defined EMWS3 in a LIBNAME statement, use data sets within the folder without brackets:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc sort data=EMWS3.score_SCORE out=bestlist;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS documentation uses brackets to indicate something is optional. &amp;nbsp;So if you were dealing with a temporary data set in the WORK library, you could refer to the data set as either WORK.score_SCORE or score_SCORE.&lt;/P&gt;</description>
      <pubDate>Sat, 22 Apr 2017 11:40:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-WORK-CORE-SCORE-DATA-does-not-exist/m-p/352415#M82140</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-04-22T11:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File WORK.CORE_SCORE.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-WORK-CORE-SCORE-DATA-does-not-exist/m-p/352429#M82149</link>
      <description>Hi:&lt;BR /&gt;  &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4954"&gt;@Astounding&lt;/a&gt; has the correct answer. If you are unfamiliar with the LIBNAME statement or how to address SAS datasets, then you might want to review the free Programming 1 class for the chapter on SAS Libraries and SAS datasets.&lt;BR /&gt;&lt;BR /&gt;  Just click on the Start Now button next to Programming 1  on this page:&lt;BR /&gt;&lt;A href="https://support.sas.com/edu/elearning.html?ctry=us&amp;amp;productType=library" target="_blank"&gt;https://support.sas.com/edu/elearning.html?ctry=us&amp;amp;productType=library&lt;/A&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 22 Apr 2017 14:28:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-WORK-CORE-SCORE-DATA-does-not-exist/m-p/352429#M82149</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-04-22T14:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File WORK.CORE_SCORE.DATA does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-WORK-CORE-SCORE-DATA-does-not-exist/m-p/352542#M82197</link>
      <description>&lt;P&gt;Thank you Astounding and Cynthia. The initial error message has gone away. Now I'm left with:&lt;BR /&gt;&lt;BR /&gt;ERROR: File EMWS3.SCORE_SCORE.DATA does not exist.&lt;BR /&gt;&lt;BR /&gt;I will go through the Programming 1 and see if that reveals anything that would help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit:&lt;/P&gt;&lt;P&gt;Reading this revealed that my EM_IMPORT_DATA was not named SCORE_SCORE.DATA&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/24/470.html" target="_blank"&gt;http://support.sas.com/kb/24/470.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Apr 2017 02:42:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-WORK-CORE-SCORE-DATA-does-not-exist/m-p/352542#M82197</guid>
      <dc:creator>student4463626</dc:creator>
      <dc:date>2017-04-23T02:42:54Z</dc:date>
    </item>
  </channel>
</rss>

