<?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: I keep getting this error (ERROR: Output SAS data set must be provided) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-keep-getting-this-error-ERROR-Output-SAS-data-set-must-be/m-p/572607#M161609</link>
    <description>&lt;P&gt;Thank you so much, the problem was really my libname. I found a way to go about it and this is the code that works fine for me now.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname HW9 "C:\Users\yusco\OneDrive\Desktop\STAT5200\HW9";
filename jobAcct "C:/Users/yusco/OneDrive/Desktop/STAT 5200 HW9 Data Files\jobAcct.csv";
Proc import datafile= jobAcct
   dbms=csv
   out = HW9.JobAcct replace;
   getnames=yes;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 11 Jul 2019 04:57:21 GMT</pubDate>
    <dc:creator>Yusuf10</dc:creator>
    <dc:date>2019-07-11T04:57:21Z</dc:date>
    <item>
      <title>I keep getting this error (ERROR: Output SAS data set must be provided)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-keep-getting-this-error-ERROR-Output-SAS-data-set-must-be/m-p/572157#M161452</link>
      <description>&lt;P&gt;I keep getting this error in my Log&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ERROR: Output SAS data set must be provided.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Here is my code and the file is attached below&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Proc import datafile="C:\Users\yusco\OneDrive\Desktop\STAT 5200 HW9 Data Files\JobPrefix.csv";
   dbms=csv
   out = HW9.JobPrefix replace;
   guessingrows= 100;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Jul 2019 17:11:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-keep-getting-this-error-ERROR-Output-SAS-data-set-must-be/m-p/572157#M161452</guid>
      <dc:creator>Yusuf10</dc:creator>
      <dc:date>2019-07-09T17:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: I keep getting this error (ERROR: Output SAS data set must be provided)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-keep-getting-this-error-ERROR-Output-SAS-data-set-must-be/m-p/572158#M161453</link>
      <description>&lt;P&gt;You don't want to have a semi-colon at the far right of line 1.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2019 17:13:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-keep-getting-this-error-ERROR-Output-SAS-data-set-must-be/m-p/572158#M161453</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-09T17:13:09Z</dc:date>
    </item>
    <item>
      <title>Re: I keep getting this error (ERROR: Output SAS data set must be provided)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-keep-getting-this-error-ERROR-Output-SAS-data-set-must-be/m-p/572160#M161454</link>
      <description>&lt;P&gt;This is what i got after i removed the semi colon&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;57&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;58 Proc import datafile="C:\\Users\\yusco\\OneDrive\\Desktop\\STAT 5200 HW9 Data&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;58 ! Files\\jobAcct.csv"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;59 dbms=csv&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;60 out = HW9.JobAcct replace;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;61 getnames=yes;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;62 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: Library name is not assigned.&lt;/STRONG&gt;&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 IMPORT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;63&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;64 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 09 Jul 2019 17:16:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-keep-getting-this-error-ERROR-Output-SAS-data-set-must-be/m-p/572160#M161454</guid>
      <dc:creator>Yusuf10</dc:creator>
      <dc:date>2019-07-09T17:16:47Z</dc:date>
    </item>
    <item>
      <title>Re: I keep getting this error (ERROR: Output SAS data set must be provided)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-keep-getting-this-error-ERROR-Output-SAS-data-set-must-be/m-p/572163#M161456</link>
      <description>Do you have a LIBNAME statement that creates the HW9 library? It's not in your code?</description>
      <pubDate>Tue, 09 Jul 2019 17:33:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-keep-getting-this-error-ERROR-Output-SAS-data-set-must-be/m-p/572163#M161456</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-09T17:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: I keep getting this error (ERROR: Output SAS data set must be provided)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-keep-getting-this-error-ERROR-Output-SAS-data-set-must-be/m-p/572607#M161609</link>
      <description>&lt;P&gt;Thank you so much, the problem was really my libname. I found a way to go about it and this is the code that works fine for me now.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname HW9 "C:\Users\yusco\OneDrive\Desktop\STAT5200\HW9";
filename jobAcct "C:/Users/yusco/OneDrive/Desktop/STAT 5200 HW9 Data Files\jobAcct.csv";
Proc import datafile= jobAcct
   dbms=csv
   out = HW9.JobAcct replace;
   getnames=yes;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 11 Jul 2019 04:57:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-keep-getting-this-error-ERROR-Output-SAS-data-set-must-be/m-p/572607#M161609</guid>
      <dc:creator>Yusuf10</dc:creator>
      <dc:date>2019-07-11T04:57:21Z</dc:date>
    </item>
  </channel>
</rss>

