<?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 Getting an error in this SAS program in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Getting-an-error-in-this-SAS-program/m-p/534166#M146514</link>
    <description>&lt;PRE&gt;data tom;&lt;BR /&gt; length ID $ 3 Name $ 15; &lt;BR /&gt; input $ Score1-Score3 Name $;&lt;BR /&gt; datalines;&lt;BR /&gt; 1 90 95 98 tom&lt;BR /&gt; 2 78 77 75 ram&lt;BR /&gt; 3 88 91 92 sham&lt;BR /&gt; ;&lt;BR /&gt; proc print noobs;&lt;BR /&gt; proc contents data=tom;&lt;BR /&gt; run;&lt;/PRE&gt;</description>
    <pubDate>Sat, 09 Feb 2019 18:50:32 GMT</pubDate>
    <dc:creator>mdoddala</dc:creator>
    <dc:date>2019-02-09T18:50:32Z</dc:date>
    <item>
      <title>Getting an error in this SAS program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-an-error-in-this-SAS-program/m-p/534166#M146514</link>
      <description>&lt;PRE&gt;data tom;&lt;BR /&gt; length ID $ 3 Name $ 15; &lt;BR /&gt; input $ Score1-Score3 Name $;&lt;BR /&gt; datalines;&lt;BR /&gt; 1 90 95 98 tom&lt;BR /&gt; 2 78 77 75 ram&lt;BR /&gt; 3 88 91 92 sham&lt;BR /&gt; ;&lt;BR /&gt; proc print noobs;&lt;BR /&gt; proc contents data=tom;&lt;BR /&gt; run;&lt;/PRE&gt;</description>
      <pubDate>Sat, 09 Feb 2019 18:50:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-an-error-in-this-SAS-program/m-p/534166#M146514</guid>
      <dc:creator>mdoddala</dc:creator>
      <dc:date>2019-02-09T18:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error in this SAS program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-an-error-in-this-SAS-program/m-p/534167#M146515</link>
      <description>&lt;P&gt;ID is missing in your input statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should always make clear step boundaries by using a run statement, see Maxim 49.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 18:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-an-error-in-this-SAS-program/m-p/534167#M146515</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-02-09T18:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an error in this SAS program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-an-error-in-this-SAS-program/m-p/534168#M146516</link>
      <description>&lt;PRE&gt;data tom;&lt;BR /&gt; length ID $ 3 Name $ 15; &lt;BR /&gt; input ID $ Score1-Score3 Name $;&lt;BR /&gt; datalines;&lt;BR /&gt; 1 90 95 98 Tom&lt;BR /&gt; 2 78 77 75 Ram&lt;BR /&gt; 3 88 91 92 Sham&lt;BR /&gt; ;&lt;BR /&gt; proc print noobs;&lt;BR /&gt; proc contents data=tom;&lt;BR /&gt; run;&lt;BR /&gt;&lt;BR /&gt;Why is the observation length 48 in the output? Thanks for correcting my code:) &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Feb 2019 19:03:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-an-error-in-this-SAS-program/m-p/534168#M146516</guid>
      <dc:creator>mdoddala</dc:creator>
      <dc:date>2019-02-09T19:03:12Z</dc:date>
    </item>
  </channel>
</rss>

