<?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 '.A' in numeric field in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/A-in-numeric-field/m-p/41810#M8573</link>
    <description>Hi,&lt;BR /&gt;
I came acreoss some code lines where '.A' is placed into a numeric field to identify a missing value.&lt;BR /&gt;
If you look into the created dataset there is an 'A' listed in a numeric field.&lt;BR /&gt;
Is there some documentation\explanation with this feature?&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;BR /&gt;
Henk&lt;BR /&gt;
&lt;BR /&gt;
e.g.&lt;BR /&gt;
data test1;&lt;BR /&gt;
  length a 8 b $8;&lt;BR /&gt;
  a=1;&lt;BR /&gt;
  b='1';&lt;BR /&gt;
  output;&lt;BR /&gt;
&lt;BR /&gt;
  a=input('.A',8.);&lt;BR /&gt;
  b='A';&lt;BR /&gt;
  output;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data test2;&lt;BR /&gt;
  set test1;&lt;BR /&gt;
  if a=input('.A',8.);&lt;BR /&gt;
run;</description>
    <pubDate>Tue, 29 Jun 2010 09:28:36 GMT</pubDate>
    <dc:creator>HenkT</dc:creator>
    <dc:date>2010-06-29T09:28:36Z</dc:date>
    <item>
      <title>'.A' in numeric field</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-in-numeric-field/m-p/41810#M8573</link>
      <description>Hi,&lt;BR /&gt;
I came acreoss some code lines where '.A' is placed into a numeric field to identify a missing value.&lt;BR /&gt;
If you look into the created dataset there is an 'A' listed in a numeric field.&lt;BR /&gt;
Is there some documentation\explanation with this feature?&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;BR /&gt;
Henk&lt;BR /&gt;
&lt;BR /&gt;
e.g.&lt;BR /&gt;
data test1;&lt;BR /&gt;
  length a 8 b $8;&lt;BR /&gt;
  a=1;&lt;BR /&gt;
  b='1';&lt;BR /&gt;
  output;&lt;BR /&gt;
&lt;BR /&gt;
  a=input('.A',8.);&lt;BR /&gt;
  b='A';&lt;BR /&gt;
  output;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data test2;&lt;BR /&gt;
  set test1;&lt;BR /&gt;
  if a=input('.A',8.);&lt;BR /&gt;
run;</description>
      <pubDate>Tue, 29 Jun 2010 09:28:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-in-numeric-field/m-p/41810#M8573</guid>
      <dc:creator>HenkT</dc:creator>
      <dc:date>2010-06-29T09:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: '.A' in numeric field</title>
      <link>https://communities.sas.com/t5/SAS-Programming/A-in-numeric-field/m-p/41811#M8574</link>
      <description>They are called special missing values.  .A-.Z and ._ along with the regular missing the lone dot.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#/documentation/cdl/en/lrcon/62955/HTML/default/a000992455.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#/documentation/cdl/en/lrcon/62955/HTML/default/a000992455.htm&lt;/A&gt;</description>
      <pubDate>Tue, 29 Jun 2010 11:06:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/A-in-numeric-field/m-p/41811#M8574</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2010-06-29T11:06:12Z</dc:date>
    </item>
  </channel>
</rss>

