<?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: Reading raw files in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Reading-raw-files/m-p/444416#M4943</link>
    <description>Thank you Mr.Bremser, i got it.</description>
    <pubDate>Sat, 10 Mar 2018 16:57:43 GMT</pubDate>
    <dc:creator>BURHAN_CIGDEM</dc:creator>
    <dc:date>2018-03-10T16:57:43Z</dc:date>
    <item>
      <title>Reading raw files</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Reading-raw-files/m-p/444399#M4941</link>
      <description>&lt;P&gt;Hello all;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I try to create a SAS data set from raw data file.&amp;nbsp; For example, the structure of raw data file is like that;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;1&lt;FONT color="#000000"&gt;1412/12/00LAX&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Now, when i submit SAS Code as :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;FONT size="2"&gt; &amp;nbsp;&lt;EM&gt;data Sas-data-set-name;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;infile 'raw-data-filename';&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;input Flight $ 1-3 Date $4-11 Dest $ 12-14;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;&lt;EM&gt;&amp;nbsp; &amp;nbsp;run;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;it works fine. But when i dont use $ sign for Date variable, it becomes missing value. As i know SAS store date values as numeric.So why we have to use $ sign for date when we create SAS data set from raw data file.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any help is appreciated !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Mar 2018 15:13:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Reading-raw-files/m-p/444399#M4941</guid>
      <dc:creator>BURHAN_CIGDEM</dc:creator>
      <dc:date>2018-03-10T15:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Reading raw files</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Reading-raw-files/m-p/444408#M4942</link>
      <description>&lt;P&gt;You need to assign an informat (fitting to the way dates are written in the infile) to your date variable. Then you can read the date as numeric.&lt;/P&gt;
&lt;P&gt;Also assign a date display format, to make the date value human-readable.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Mar 2018 16:06:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Reading-raw-files/m-p/444408#M4942</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-03-10T16:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Reading raw files</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Reading-raw-files/m-p/444416#M4943</link>
      <description>Thank you Mr.Bremser, i got it.</description>
      <pubDate>Sat, 10 Mar 2018 16:57:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Reading-raw-files/m-p/444416#M4943</guid>
      <dc:creator>BURHAN_CIGDEM</dc:creator>
      <dc:date>2018-03-10T16:57:43Z</dc:date>
    </item>
  </channel>
</rss>

