<?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: Final table has no rows in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Final-table-has-no-rows/m-p/689112#M19727</link>
    <description>&lt;P&gt;Actual example data in the form of data step that will replicate your data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The entire data step code you ran. Copy the code that you ran from the LOG including the entire data step and any notes, warnings or messages. Paste on the forum into a code box opened with the &amp;lt;/&amp;gt; to preserve formatting of the log text so any diagnostic messages SAS provides are preserved properly. The main message windows on this forum will reformat pasted text and what you post may not be what was actually in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may also help to tell us exactly how you checked on the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most likely it means that no records in your data met the conditions you set. Common issues could be&lt;/P&gt;
&lt;P&gt;1) Attempting to match without considering the case of letters such as&amp;nbsp; "john" with "John", "j" is not the same as "J" so not a match.&lt;/P&gt;
&lt;P&gt;2) Calculations with missing values&lt;/P&gt;
&lt;P&gt;3) "Less than" or "greater than" comparisons with character values. These can work but in general without a fair amount of experience the results are not as expected/ desired: "41" is less than "9" in character comparisons for example.&lt;/P&gt;
&lt;P&gt;4) using values for comparisons that you expect but do not actually exist in the data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2020 08:10:37 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-10-06T08:10:37Z</dc:date>
    <item>
      <title>Final table has no rows</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Final-table-has-no-rows/m-p/689084#M19726</link>
      <description>&lt;P&gt;I have a table. I extracted data from it using some conditions. Then the target table has no records. I used sum() expression to get my final output with a hard quoted column. but in the final table I cant see even that hard quoted column&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;eg: expected result&lt;/P&gt;&lt;P&gt;name&amp;nbsp; &amp;nbsp; &amp;nbsp; total&lt;/P&gt;&lt;P&gt;"John"&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;result gives by DI studio&lt;/P&gt;&lt;P&gt;name&amp;nbsp; &amp;nbsp; &amp;nbsp; total&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to get that expected result?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 05:40:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Final-table-has-no-rows/m-p/689084#M19726</guid>
      <dc:creator>Sandun</dc:creator>
      <dc:date>2020-10-06T05:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Final table has no rows</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Final-table-has-no-rows/m-p/689112#M19727</link>
      <description>&lt;P&gt;Actual example data in the form of data step that will replicate your data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The entire data step code you ran. Copy the code that you ran from the LOG including the entire data step and any notes, warnings or messages. Paste on the forum into a code box opened with the &amp;lt;/&amp;gt; to preserve formatting of the log text so any diagnostic messages SAS provides are preserved properly. The main message windows on this forum will reformat pasted text and what you post may not be what was actually in the log.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may also help to tell us exactly how you checked on the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most likely it means that no records in your data met the conditions you set. Common issues could be&lt;/P&gt;
&lt;P&gt;1) Attempting to match without considering the case of letters such as&amp;nbsp; "john" with "John", "j" is not the same as "J" so not a match.&lt;/P&gt;
&lt;P&gt;2) Calculations with missing values&lt;/P&gt;
&lt;P&gt;3) "Less than" or "greater than" comparisons with character values. These can work but in general without a fair amount of experience the results are not as expected/ desired: "41" is less than "9" in character comparisons for example.&lt;/P&gt;
&lt;P&gt;4) using values for comparisons that you expect but do not actually exist in the data&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 08:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Final-table-has-no-rows/m-p/689112#M19727</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-10-06T08:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Final table has no rows</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Final-table-has-no-rows/m-p/711016#M19728</link>
      <description>&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;&amp;nbsp;states, we need more information in order to help.&lt;/P&gt;
&lt;P&gt;I think this might be a transformation configuraton issue.&lt;/P&gt;
&lt;P&gt;A screen shot on the mapping tab might help.&lt;/P&gt;
&lt;P&gt;Verify your configuration by looking at the step code, as well the log after execution.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 08:43:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Final-table-has-no-rows/m-p/711016#M19728</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2021-01-13T08:43:43Z</dc:date>
    </item>
  </channel>
</rss>

