<?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 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/error/m-p/277155#M55603</link>
    <description>&lt;P&gt;This line is invalid SAS syntax:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if_4_year_resale value is missing or Price_in_thousands is missing then delete;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You are missing a space after the if, the word value appears incorrectly. &amp;nbsp;You have not used the missng function correctly. Maybe something like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if missing(_4_year_resale_value) or missing(price_in_thousands) then delete;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jun 2016 08:24:48 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-06-14T08:24:48Z</dc:date>
    <item>
      <title>error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error/m-p/277148#M55600</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The data set WORK.CAR_SALES2 may be incomplete. When this step was stopped there were 0&lt;BR /&gt;observations and 1 variables.&lt;/P&gt;&lt;P&gt;i am geeting this error in log window ?&lt;/P&gt;&lt;P&gt;what should i do ?&lt;/P&gt;&lt;P&gt;this is my code :&lt;/P&gt;&lt;P&gt;DATA car_sales2;&lt;BR /&gt;set=Prateek.car_sales;&lt;BR /&gt;if_4_year_resale value is missing or Price_in_thousands is missing then delete;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 07:58:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error/m-p/277148#M55600</guid>
      <dc:creator>Prateek1</dc:creator>
      <dc:date>2016-06-14T07:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error/m-p/277155#M55603</link>
      <description>&lt;P&gt;This line is invalid SAS syntax:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if_4_year_resale value is missing or Price_in_thousands is missing then delete;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You are missing a space after the if, the word value appears incorrectly. &amp;nbsp;You have not used the missng function correctly. Maybe something like:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if missing(_4_year_resale_value) or missing(price_in_thousands) then delete;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 08:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error/m-p/277155#M55603</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-06-14T08:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error/m-p/277199#M55625</link>
      <description>&lt;P&gt;One more item you need to correct, even if it did not generate an error message:&amp;nbsp; the SET statement does not use an equal sign.&amp;nbsp; The correct version:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;set Prateek.car_sales;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2016 12:31:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error/m-p/277199#M55625</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-06-14T12:31:35Z</dc:date>
    </item>
  </channel>
</rss>

