<?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: Not missing statement is running successfully but not getting the output in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Not-missing-statement-is-running-successfully-but-not-getting/m-p/820885#M34863</link>
    <description>I changed from work.Live_phone_numbers as a  instead of just from Live_phone_numbers as a &lt;BR /&gt;and that worked. Thanks again!</description>
    <pubDate>Wed, 29 Jun 2022 10:36:19 GMT</pubDate>
    <dc:creator>Sandeep77</dc:creator>
    <dc:date>2022-06-29T10:36:19Z</dc:date>
    <item>
      <title>Not missing statement is running successfully but not getting the output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Not-missing-statement-is-running-successfully-but-not-getting/m-p/820876#M34861</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I am trying to find where the date is not missing and running the code. The code runs successfully but there is not output. Can you please check and let me know what is the mistake I am making? There is nothing in the result and output tab.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table confirmed_email as
select a.*,
b.emailaddress,
b.confirmeddate
from Live_phone_numbers as a 
inner join p2scflow.emailaddress as b on a.Accounts_number = b.debt_code
where b.confirmeddate is not missing;
quit;

LOG:

29         proc sql;
30         create table confirmed_email as
31         select a.*,
32         b.emailaddress,
33         b.confirmeddate
34         from Live_phone_numbers as a
35         inner join p2scflow.emailaddress as b on a.Accounts_number = b.debt_code
36         where b.confirmeddate is not missing;
NOTE: Compressing data set WORK.CONFIRMED_EMAIL decreased size by 91.42 percent. 
      Compressed is 1009 pages; un-compressed would require 11766 pages.
NOTE: Table WORK.CONFIRMED_EMAIL created, with 482398 rows and 13 columns.

37         quit;
NOTE: PROCEDURE SQL used (Total process time):&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 29 Jun 2022 09:35:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Not-missing-statement-is-running-successfully-but-not-getting/m-p/820876#M34861</guid>
      <dc:creator>Sandeep77</dc:creator>
      <dc:date>2022-06-29T09:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: Not missing statement is running successfully but not getting the output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Not-missing-statement-is-running-successfully-but-not-getting/m-p/820879#M34862</link>
      <description>&lt;P&gt;Check the library "work" a dataset named confirmed_email&amp;nbsp; should be there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 09:54:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Not-missing-statement-is-running-successfully-but-not-getting/m-p/820879#M34862</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-06-29T09:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not missing statement is running successfully but not getting the output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Not-missing-statement-is-running-successfully-but-not-getting/m-p/820885#M34863</link>
      <description>I changed from work.Live_phone_numbers as a  instead of just from Live_phone_numbers as a &lt;BR /&gt;and that worked. Thanks again!</description>
      <pubDate>Wed, 29 Jun 2022 10:36:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Not-missing-statement-is-running-successfully-but-not-getting/m-p/820885#M34863</guid>
      <dc:creator>Sandeep77</dc:creator>
      <dc:date>2022-06-29T10:36:19Z</dc:date>
    </item>
  </channel>
</rss>

