<?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 Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820236#M1107</link>
    <description>&lt;P&gt;Since I never download file attachments, I request that you copy the LOG as text, and include it in your reply by clicking on the &amp;lt;/&amp;gt; icon and pasting it into the window that appears.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-11-26 08_27_29-Reply to Message - SAS Support Communities — Mozilla Firefox.png" style="width: 859px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66123iA4EF494F9CA0F6EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-11-26 08_27_29-Reply to Message - SAS Support Communities — Mozilla Firefox.png" alt="2021-11-26 08_27_29-Reply to Message - SAS Support Communities — Mozilla Firefox.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2022 13:41:37 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-06-24T13:41:37Z</dc:date>
    <item>
      <title>ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820235#M1106</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;During completion practical tasks I faced&amp;nbsp;&lt;SPAN&gt;ERROR (actually two, but I think that the second will be resolved on its own when the first one is fixed): Output SAS data set must be provided.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Level 2 Practice: Importing Data from a CSV File&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My code is slightly different comparing to the answer provided to the task, but it doesn't work either way:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc import datafile="/home/u61696289/EPG1V2/data/np_traffic.csv";&lt;BR /&gt;dbms=csv&lt;BR /&gt;out=&lt;STRONG&gt;np_&lt;/STRONG&gt;traffic replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;proc contents data=&lt;STRONG&gt;np_&lt;/STRONG&gt;traffic;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Answer to the task:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Replace FILEPATH with the path to your&amp;nbsp;&lt;STRONG&gt;EPG1V2/data&lt;/STRONG&gt;&amp;nbsp;folder. If you are using Enterprise Guide, replace FILEPATH with&amp;nbsp;&lt;STRONG&gt;&amp;amp;path&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;proc import datafile="FILEPATH/np_traffic.csv"
            dbms=csv
            out=traffic
            replace;
run;

proc contents data=traffic;
run;&lt;/PRE&gt;&lt;P&gt;I also noticed that dbms and out are not highlighted in blue like it was during one of the previous tasks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SAS Studio issue.jpg" style="width: 576px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72714i73E7AF17F2312F39/image-dimensions/576x121?v=v2" width="576" height="121" role="button" title="SAS Studio issue.jpg" alt="SAS Studio issue.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASRB_0-1656077274807.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72715iF58DBEFFE3A77184/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASRB_0-1656077274807.png" alt="SASRB_0-1656077274807.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The pdf log is attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would anyone advise me what shall I do to fix this issue?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 13:32:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820235#M1106</guid>
      <dc:creator>SASRB</dc:creator>
      <dc:date>2022-06-24T13:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820236#M1107</link>
      <description>&lt;P&gt;Since I never download file attachments, I request that you copy the LOG as text, and include it in your reply by clicking on the &amp;lt;/&amp;gt; icon and pasting it into the window that appears.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2021-11-26 08_27_29-Reply to Message - SAS Support Communities — Mozilla Firefox.png" style="width: 859px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/66123iA4EF494F9CA0F6EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-11-26 08_27_29-Reply to Message - SAS Support Communities — Mozilla Firefox.png" alt="2021-11-26 08_27_29-Reply to Message - SAS Support Communities — Mozilla Firefox.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 13:41:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820236#M1107</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-06-24T13:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820237#M1108</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/428298"&gt;@SASRB&lt;/a&gt;&amp;nbsp;and welcome to the SAS Support Communities!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/428298"&gt;@SASRB&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;proc import datafile="/home/u61696289/EPG1V2/data/np_traffic.csv"&lt;FONT size="6"&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;dbms=csv&lt;BR /&gt;out=&lt;STRONG&gt;np_&lt;/STRONG&gt;traffic replace;&lt;BR /&gt;run;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The options (DBMS= and OUT=) must not be separated by a semicolon from the PROC IMPORT statement they belong to.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 13:43:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820237#M1108</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2022-06-24T13:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820238#M1109</link>
      <description>&lt;PRE&gt;Log: Program 1
1/1
 1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72 
 73 proc import datafile="/home/u61696289/EPG1V2/data/np_traffic.csv";
 ERROR: Output SAS data set must be provided.
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE: PROCEDURE IMPORT used (Total process time):
 real time 0.00 seconds
 user cpu time 0.00 seconds
 system cpu time 0.00 seconds
 memory 180.78k
 OS Memory 27300.00k
 Timestamp 24.06.2022 01:08:23 пп
 Step Count 30 Switch Count 0
 Page Faults 0
 Page Reclaims 19
 Page Swaps 0
 Voluntary Context Switches 0
 Involuntary Context Switches 0
 Block Input Operations 0
 Block Output Operations 0
 
 74 dbms=csv
 75 out=np_traffic replace;
 76 run;
 77 
 78 proc contents data=np_traffic;
 ERROR: File WORK.NP_TRAFFIC.DATA does not exist.
 79 run;
 NOTE: Statements not processed because of errors noted above.
 NOTE: PROCEDURE CONTENTS used (Total process time):
 real time 0.00 seconds
 user cpu time 0.00 seconds
 system cpu time 0.00 seconds
 memory 488.31k
 OS Memory 27560.00k
 Timestamp 24.06.2022 01:08:23 пп
 Step Count 31 Switch Count 0
 Page Faults 0
 Page Reclaims 92
 Page Swaps 0
 Voluntary Context Switches 0
 Involuntary Context Switches 0
 Block Input Operations 0
 Block Output Operations 8
 
 NOTE: The SAS System stopped processing this step because of errors.
 80 
 81 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 93&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Jun 2022 13:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820238#M1109</guid>
      <dc:creator>SASRB</dc:creator>
      <dc:date>2022-06-24T13:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820240#M1110</link>
      <description>Indeed, that was the reason. Thank you very much.</description>
      <pubDate>Fri, 24 Jun 2022 13:48:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820240#M1110</guid>
      <dc:creator>SASRB</dc:creator>
      <dc:date>2022-06-24T13:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Output SAS data set must be provided.</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820260#M1111</link>
      <description>&lt;P&gt;You will be less likely to make this mistake if you get in the habit of placing the ending semicolon of a multiple line statement on a new line.&amp;nbsp; Like you place the END for do a DO/END block.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc import datafile="FILEPATH/np_traffic.csv"
            dbms=csv
            out=traffic
            replace
;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Jun 2022 14:51:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/ERROR-Output-SAS-data-set-must-be-provided/m-p/820260#M1111</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-06-24T14:51:16Z</dc:date>
    </item>
  </channel>
</rss>

