<?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: Simple question in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Simple-question/m-p/527306#M143733</link>
    <description>&lt;P&gt;Should it say 15 instead of 5?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Balance 15-21;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jan 2019 14:05:06 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-01-15T14:05:06Z</dc:date>
    <item>
      <title>Simple question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Simple-question/m-p/527302#M143730</link>
      <description>&lt;P&gt;I haven't used SAS since March of last year in my graduate studies, so I was re-familiarizing myself with it. I feel mucho embarrassed, but I cannot understand why this code is not bringing in the balance. It is from Ron Cody's Learning SAS by Example book.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data financial;
	infile '/folders/myfolders/SAS/Learning/bank.txt';
	input Subj $ 1-3 
		  DOB $ 4-13 
		  Gender $ 14 
		  Balance 5-21;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Here is the text file, again from Ron's book.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;00110/21/1955M   1145
00211/18/2001F  18722
00305/07/1944M 123.45
00407/25/1945F -12345&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Here is my result:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-01-15 at 9.01.08 AM.png" style="width: 422px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/26280i6480509CB7B990AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-01-15 at 9.01.08 AM.png" alt="Screen Shot 2019-01-15 at 9.01.08 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Edited: Is it the space in the text file? I shouldn't think so given that I've reserved the columns.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Simple-question/m-p/527302#M143730</guid>
      <dc:creator>abbyrjones72</dc:creator>
      <dc:date>2019-01-15T14:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Simple-question/m-p/527306#M143733</link>
      <description>&lt;P&gt;Should it say 15 instead of 5?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Balance 15-21;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:05:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Simple-question/m-p/527306#M143733</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-01-15T14:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Simple-question/m-p/527308#M143735</link>
      <description>&lt;P&gt;Oh dear... yes.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 14:05:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Simple-question/m-p/527308#M143735</guid>
      <dc:creator>abbyrjones72</dc:creator>
      <dc:date>2019-01-15T14:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simple question</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Simple-question/m-p/527309#M143736</link>
      <description>I'm gonna go give my masters back now lol.</description>
      <pubDate>Tue, 15 Jan 2019 14:06:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Simple-question/m-p/527309#M143736</guid>
      <dc:creator>abbyrjones72</dc:creator>
      <dc:date>2019-01-15T14:06:26Z</dc:date>
    </item>
  </channel>
</rss>

