<?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: Output SAS data set must be provided. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611606#M178282</link>
    <description>&lt;P&gt;A dataset name has at maximum 2 levels (library and membername). Yours has three (EXT, H188A and SSP_IMPORT).&lt;/P&gt;</description>
    <pubDate>Fri, 13 Dec 2019 15:37:49 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-12-13T15:37:49Z</dc:date>
    <item>
      <title>ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611599#M178277</link>
      <description>&lt;P&gt;Hello, I need to do a program for an assignment and I keep on getting the same error every time&lt;/P&gt;&lt;P&gt;ERROR: Output SAS data set must be provided.&lt;/P&gt;&lt;P&gt;I do not know exactly what they want me to fix. I just started all of this this week and I honestly have no idea what I am doing. Here is what I have so far&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME EXT "\USERS\NTORRES3\DOWNLOADS";&lt;BR /&gt;RUN;&lt;BR /&gt;&lt;BR /&gt;PROC IMPORT DATAFILE="c:\USERS\NTORRES3\DOWNLOADS\EXT.H188A.CSV";&lt;BR /&gt;DBMS=SSP&lt;BR /&gt;OUT=EXT.H188A.SSP_IMPORT;&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;GUESSINGROWS=MAX;&lt;BR /&gt;REPLACE;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;If anyone could help me and actually explain what is wrong I would appreciate it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 15:28:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611599#M178277</guid>
      <dc:creator>98ighcfdvxcghjk</dc:creator>
      <dc:date>2019-12-13T15:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611602#M178279</link>
      <description>&lt;P&gt;You have a erroneous semicolon in the proc import line that ends the statement prematurely.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 15:32:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611602#M178279</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-13T15:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611605#M178281</link>
      <description>&lt;P&gt;Now it says&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Invalid data set name EXT.H188A.SSP_IMPORT.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC IMPORT DATAFILE="c:\USERS\NTORRES3\DOWNLOADS\EXT.H188A.ssp"&lt;BR /&gt;DBMS=SSP&lt;BR /&gt;OUT=EXT.H188A.SSP_IMPORT;&lt;BR /&gt;GETNAMES=YES;&lt;BR /&gt;GUESSINGROWS=MAX;&lt;BR /&gt;REPLACE;&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I just want to be able to read the files so I can start my project but I cannot get past this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 15:35:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611605#M178281</guid>
      <dc:creator>98ighcfdvxcghjk</dc:creator>
      <dc:date>2019-12-13T15:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611606#M178282</link>
      <description>&lt;P&gt;A dataset name has at maximum 2 levels (library and membername). Yours has three (EXT, H188A and SSP_IMPORT).&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 15:37:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611606#M178282</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-13T15:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611616#M178286</link>
      <description>&lt;P&gt;Now it says this&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, c:\USERS\NTORRES3\DOWNLOADS\EXT.H188A.ssp.&lt;BR /&gt;ERROR: Import unsuccessful. See SAS Log for details.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.03 seconds&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 15:51:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611616#M178286</guid>
      <dc:creator>98ighcfdvxcghjk</dc:creator>
      <dc:date>2019-12-13T15:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611621#M178287</link>
      <description>&lt;P&gt;When SAS tells you a file is not there, then it's not there. If your SAS does not run on your desktop, but on a remote server, it does not have access to your C drive.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 15:56:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611621#M178287</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-12-13T15:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611642#M178294</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
PROC IMPORT DATAFILE="c:\USERS\NTORRES3\DOWNLOADS\EXT.H188A.CSV"
DBMS=CSV
OUT=mydata replace;
GETNAMES=YES;
GUESSINGROWS=500;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Try this and post the exact log.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 16:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-Output-SAS-data-set-must-be-provided/m-p/611642#M178294</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-12-13T16:35:41Z</dc:date>
    </item>
  </channel>
</rss>

