<?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 GINNY_J.activities.DATA does not exist in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-GINNY-J-activities-DATA-does-not-exist/m-p/568718#M160153</link>
    <description>&lt;P&gt;Inspect the Excel workbook to see which sheets are present.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2019 12:16:41 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-06-25T12:16:41Z</dc:date>
    <item>
      <title>ERROR: File GINNY_J.activities.DATA does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-GINNY-J-activities-DATA-does-not-exist/m-p/568710#M160148</link>
      <description>&lt;P&gt;I have a file that was provided by an instructor, along with all the excel files. (SAS University Edition) When I run the program on my system, I receive the error that the file does not exist. I can open it in excel. I thought perhaps the file was corrupted so reloaded everything, but still the same error. I didn't want to hold the class up as the same program worked for everyone else, so I'm thinking there must be a "permission" issue somewhere? This is only my first day working with SAS, so any help would be appreciated. Here is the code that we were given:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME mn "/folders/myfolders/mn";&lt;/P&gt;&lt;P&gt;*assign libref to ginny's january 2018 excel file;&lt;/P&gt;&lt;P&gt;LIBNAME ginny_j XLSX "/folders/myfolders/mn/ginny_jan2018.xlsx";&lt;/P&gt;&lt;P&gt;*create data set dls.ginny_act_jan2018: contains january 2018 activities data;&lt;/P&gt;&lt;P&gt;DATA mn.ginny_act_jan2018;&lt;BR /&gt;SET ginny_j.activities;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;LIBNAME ginny_j CLEAR;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 LIBNAME mn "/folders/myfolders/mn";&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref MN 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/mn&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 *assign libref to ginny's january 2018 excel file;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77 LIBNAME ginny_j XLSX "/folders/myfolders/mn/ginny_jan2018.xlsx";&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref GINNY_J was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Engine: XLSX&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Physical Name: /folders/myfolders/mn/ginny_jan2018.xlsx&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;78&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 *create data set dls.ginny_act_jan2018: contains january 2018 activities data;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;80&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;81 DATA mn.ginny_act_jan2018;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;82 SET ginny_j.activities;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: File GINNY_J.activities.DATA does not exist.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;83 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="sasWarning"&gt;WARNING: The data set MN.GINNY_ACT_JAN2018 may be incomplete. When this step was stopped there were 0 observations and 0 variables.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Data set MN.GINNY_ACT_JAN2018 was not replaced because this step was stopped.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement 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;/DIV&gt;&lt;PRE class="sasLog"&gt;&lt;BR /&gt;I appreciate your help!&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 11:38:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-GINNY-J-activities-DATA-does-not-exist/m-p/568710#M160148</guid>
      <dc:creator>pcorner13</dc:creator>
      <dc:date>2019-06-25T11:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File GINNY_J.activities.DATA does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-GINNY-J-activities-DATA-does-not-exist/m-p/568718#M160153</link>
      <description>&lt;P&gt;Inspect the Excel workbook to see which sheets are present.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 12:16:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-GINNY-J-activities-DATA-does-not-exist/m-p/568718#M160153</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-25T12:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File GINNY_J.activities.DATA does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-GINNY-J-activities-DATA-does-not-exist/m-p/568721#M160156</link>
      <description>&lt;P&gt;Can you see that ginny_j (in your libraries) have files?&amp;nbsp; You should have 1 file for every sheet contained in the xlsx file ginny_jan2018.xlsx. May be the sheet name is different.&lt;/P&gt;&lt;P&gt;Alternatively try to run one of the following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC CONTENTS ginny_j._ALL_ nods;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC DATASETS lib=ginny_j;&lt;/P&gt;&lt;P&gt;QUIT;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And paste the output. The above code should output all the files available in ginny_j&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2019 12:30:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-GINNY-J-activities-DATA-does-not-exist/m-p/568721#M160156</guid>
      <dc:creator>koyelghosh</dc:creator>
      <dc:date>2019-06-25T12:30:01Z</dc:date>
    </item>
  </channel>
</rss>

