<?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: Charachter Value under numeric variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735071#M228980</link>
    <description>&lt;P&gt;How I can remove it ?&lt;/P&gt;</description>
    <pubDate>Sun, 18 Apr 2021 11:12:34 GMT</pubDate>
    <dc:creator>VaheMartirosyan</dc:creator>
    <dc:date>2021-04-18T11:12:34Z</dc:date>
    <item>
      <title>Charachter Value under numeric variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735069#M228978</link>
      <description>&lt;P&gt;I need some explanation&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pic1.png"&gt;&lt;img src="https://communities.sas.com/skins/images/8D8B612AA6AB1DC7E9A0812281D56E02/responsive_peak/images/image_not_found.png" alt="pic1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pic2.png"&gt;&lt;img src="https://communities.sas.com/skins/images/8D8B612AA6AB1DC7E9A0812281D56E02/responsive_peak/images/image_not_found.png" alt="pic2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 11:23:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735069#M228978</guid>
      <dc:creator>VaheMartirosyan</dc:creator>
      <dc:date>2021-04-18T11:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: Charachter Value under numeric variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735070#M228979</link>
      <description>&lt;P&gt;Special missing value (assigned as .D).&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
num = 1;
output;
num = .d;
output;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 18 Apr 2021 11:10:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735070#M228979</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-04-18T11:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Charachter Value under numeric variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735071#M228980</link>
      <description>&lt;P&gt;How I can remove it ?&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 11:12:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735071#M228980</guid>
      <dc:creator>VaheMartirosyan</dc:creator>
      <dc:date>2021-04-18T11:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Charachter Value under numeric variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735072#M228981</link>
      <description>&lt;P&gt;As requested: &lt;A href="https://support.sas.com/kb/64/582.html" target="_blank"&gt;https://support.sas.com/kb/64/582.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 11:14:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735072#M228981</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-04-18T11:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Charachter Value under numeric variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735074#M228983</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/309880"&gt;@VaheMartirosyan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;How I can remove it ?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Such values do not magically appear out of nowhere, someone defined them, probably for a reason, so I would be very careful before replacing them with a simple missing value (.).&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 11:18:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735074#M228983</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-04-18T11:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Charachter Value under numeric variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735077#M228984</link>
      <description>&lt;P&gt;I extracted the pictures from your docx and inserted them with the "camera" button. It is much better to post pictures directly than embedding them in Office documents which are then attached. Many members here work behind firewalls that prevent the download of such potentially dangerous files.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 11:26:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Charachter-Value-under-numeric-variable/m-p/735077#M228984</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-04-18T11:26:06Z</dc:date>
    </item>
  </channel>
</rss>

