<?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: Getting error while using COMPBL SAS Function in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347136#M80142</link>
    <description>&lt;P&gt;Why it doesn't work when we use after cards??&lt;/P&gt;</description>
    <pubDate>Tue, 04 Apr 2017 17:56:03 GMT</pubDate>
    <dc:creator>riteshkumarrai</dc:creator>
    <dc:date>2017-04-04T17:56:03Z</dc:date>
    <item>
      <title>Getting error while using COMPBL SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347127#M80137</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;While running this program , i am getting an error can any body help me out.&lt;/P&gt;&lt;P&gt;I am working on SAS9.1 version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code -:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Data char;&lt;BR /&gt;Input Name $ 1-50 ;&lt;BR /&gt;Cards;&lt;BR /&gt;Sandy David&lt;BR /&gt;Annie Watson&lt;BR /&gt;Hello ladies and gentlemen&lt;BR /&gt;Hi, I am good&lt;BR /&gt;;&lt;BR /&gt;char= compbl(Name);&lt;BR /&gt;Run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error :&lt;/P&gt;&lt;P&gt;char1 = compbl(Name);&lt;BR /&gt;-----&lt;BR /&gt;180&lt;/P&gt;&lt;P&gt;ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:37:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347127#M80137</guid>
      <dc:creator>riteshkumarrai</dc:creator>
      <dc:date>2017-04-04T17:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while using COMPBL SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347133#M80140</link>
      <description>&lt;P&gt;Your char = ... should come before the cards statement, not after.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:46:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347133#M80140</guid>
      <dc:creator>collinelliot</dc:creator>
      <dc:date>2017-04-04T17:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while using COMPBL SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347134#M80141</link>
      <description>&lt;P&gt;It isn't the COMPBL function ... it's where you are trying to use it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any data manipulation statements should go between the INPUT statement and the CARDS statement.&amp;nbsp; You just put it in the wrong place.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:46:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347134#M80141</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-04-04T17:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while using COMPBL SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347136#M80142</link>
      <description>&lt;P&gt;Why it doesn't work when we use after cards??&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:56:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347136#M80142</guid>
      <dc:creator>riteshkumarrai</dc:creator>
      <dc:date>2017-04-04T17:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while using COMPBL SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347137#M80143</link>
      <description>&lt;P&gt;Reading the manual is always informative:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://v8doc.sas.com/sashtml/lgref/z0188182.htm" target="_blank"&gt;https://v8doc.sas.com/sashtml/lgref/z0188182.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 17:59:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347137#M80143</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-04-04T17:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Getting error while using COMPBL SAS Function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347141#M80144</link>
      <description>&lt;P&gt;SAS executes one DATA or PROC step at a time.&amp;nbsp; To do this, it needs to determine when one step ends and the next one begins.&amp;nbsp; Most of the time, a RUN; statement tells SAS that the current step is complete.&amp;nbsp; However, a CARDS; statement also has that purpose within a DATA step.&amp;nbsp; It tells SAS that it already has all the statements that are part of the DATA step, and that the data to read in will follow.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 18:18:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Getting-error-while-using-COMPBL-SAS-Function/m-p/347141#M80144</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-04-04T18:18:42Z</dc:date>
    </item>
  </channel>
</rss>

