<?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 How to read a single '.' (Period) into a CHAR column from a File in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-read-a-single-Period-into-a-CHAR-column-from-a-File/m-p/33765#M8182</link>
    <description>Hi,&lt;BR /&gt;
Can someone suggest how can i read a single '.' (Period) for a CHAR column from a File. When I read a file and there is a single '.'  for a column with data type CHAR SAS converts the '.' value to a SPACE. I don't want to read . as space. I want to know when there was a space in the input file and when i get . then i want to retain it as some valid data.&lt;BR /&gt;
&lt;BR /&gt;
When the input file has two back to back periods ('..') then I am able to read them just fine. The above mentioned problem arises when I try to read a single period into a char data type column.</description>
    <pubDate>Thu, 10 Jun 2010 12:41:10 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-06-10T12:41:10Z</dc:date>
    <item>
      <title>How to read a single '.' (Period) into a CHAR column from a File</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-read-a-single-Period-into-a-CHAR-column-from-a-File/m-p/33765#M8182</link>
      <description>Hi,&lt;BR /&gt;
Can someone suggest how can i read a single '.' (Period) for a CHAR column from a File. When I read a file and there is a single '.'  for a column with data type CHAR SAS converts the '.' value to a SPACE. I don't want to read . as space. I want to know when there was a space in the input file and when i get . then i want to retain it as some valid data.&lt;BR /&gt;
&lt;BR /&gt;
When the input file has two back to back periods ('..') then I am able to read them just fine. The above mentioned problem arises when I try to read a single period into a char data type column.</description>
      <pubDate>Thu, 10 Jun 2010 12:41:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-read-a-single-Period-into-a-CHAR-column-from-a-File/m-p/33765#M8182</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-06-10T12:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a single '.' (Period) into a CHAR column from a File</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-read-a-single-Period-into-a-CHAR-column-from-a-File/m-p/33766#M8183</link>
      <description>The $w. informat is almost identical to the $CHARw. informat. However, $CHARw. does not trim leading blanks nor does it convert a single period in an input field to a blank, while $w. does both.</description>
      <pubDate>Thu, 10 Jun 2010 14:37:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-read-a-single-Period-into-a-CHAR-column-from-a-File/m-p/33766#M8183</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2010-06-10T14:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a single '.' (Period) into a CHAR column from a File</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-read-a-single-Period-into-a-CHAR-column-from-a-File/m-p/33767#M8184</link>
      <description>Hi. I agree with data null;&lt;BR /&gt;
Try to use $CHARw. informat.</description>
      <pubDate>Fri, 11 Jun 2010 08:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-read-a-single-Period-into-a-CHAR-column-from-a-File/m-p/33767#M8184</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2010-06-11T08:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to read a single '.' (Period) into a CHAR column from a File</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-read-a-single-Period-into-a-CHAR-column-from-a-File/m-p/33768#M8185</link>
      <description>Hi data _null_ (dont know your name so will use your community name :))&lt;BR /&gt;
&lt;BR /&gt;
It works fine now. Thanks for your help.</description>
      <pubDate>Fri, 11 Jun 2010 09:38:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-read-a-single-Period-into-a-CHAR-column-from-a-File/m-p/33768#M8185</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-06-11T09:38:38Z</dc:date>
    </item>
  </channel>
</rss>

