<?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: ERROR: Variable ACCOUNT_BALANCE in list does not match type prescribed for this list. in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Variable-ACCOUNT-BALANCE-in-list-does-not-match-type/m-p/140685#M1617</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your valuable comments...I got the clue..its resolved now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Oct 2014 13:39:11 GMT</pubDate>
    <dc:creator>jhaque</dc:creator>
    <dc:date>2014-10-27T13:39:11Z</dc:date>
    <item>
      <title>ERROR: Variable ACCOUNT_BALANCE in list does not match type prescribed for this list.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Variable-ACCOUNT-BALANCE-in-list-does-not-match-type/m-p/140682#M1614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;length ab&amp;nbsp; 8&lt;/P&gt;&lt;P&gt;format ab&amp;nbsp; BEST15.&lt;/P&gt;&lt;P&gt;informat ab BEST15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ab variable is a&amp;nbsp; part of Input_Data&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;16&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc summary data=Input_Data;&lt;/P&gt;&lt;P&gt;17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; by GENERAL_LEDGER_NUMBER EXCO_CODE COMPANY_DIVISION_CODE;&lt;/P&gt;&lt;P&gt;18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var ab;&lt;/P&gt;&lt;P&gt;ERROR: Variable ab in list does not match type prescribed for this list.&lt;/P&gt;&lt;P&gt;19&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;21&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; output out=Data sum=DATA_TOTAL;&lt;/P&gt;&lt;P&gt;22&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help on this how to resolve this.I tried format statement as well as input not working...can you provide tested code..Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 12:16:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Variable-ACCOUNT-BALANCE-in-list-does-not-match-type/m-p/140682#M1614</guid>
      <dc:creator>jhaque</dc:creator>
      <dc:date>2014-10-24T12:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Variable ACCOUNT_BALANCE in list does not match type prescribed for this list.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Variable-ACCOUNT-BALANCE-in-list-does-not-match-type/m-p/140683#M1615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Format won't change a variable from character to numeric. The variables on the VAR statement in Proc Means/Summary must be numeric in the input dataset. The values may look numeric but I bet if you run Proc contents on your Input_data set that it will show variable ab as character.&lt;/P&gt;&lt;P&gt;And if there are actually 15 digits you're possibly going to run into precision limitations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 14:59:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Variable-ACCOUNT-BALANCE-in-list-does-not-match-type/m-p/140683#M1615</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-10-24T14:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Variable ACCOUNT_BALANCE in list does not match type prescribed for this list.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Variable-ACCOUNT-BALANCE-in-list-does-not-match-type/m-p/140684#M1616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with &lt;A __default_attr="260198" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; - sounds like your "AB" variable is character, in which case your data step will need to convert it to a numeric using the input() function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data MyOutputData;&lt;/P&gt;&lt;P&gt; set MyInputData; /* Which contains the (presumably character) variable AB */&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt; format ab&amp;nbsp; BEST15.; /* Your choice of format is actually irrelevant for this exercise */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt;&amp;nbsp; ab_num = input(ab,best15.); /* Note: The INFORMAT you choose will depend on the character "layout" - I've guessed BEST. here);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt; drop ab; /* Optional */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em; background-color: #ffffff;"&gt;proc summary..... etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this does not help, please post the results of a PROC CONTENTS, plus the first few rows of a PROC PRINT of the AB variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 00:12:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Variable-ACCOUNT-BALANCE-in-list-does-not-match-type/m-p/140684#M1616</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2014-10-27T00:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Variable ACCOUNT_BALANCE in list does not match type prescribed for this list.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Variable-ACCOUNT-BALANCE-in-list-does-not-match-type/m-p/140685#M1617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your valuable comments...I got the clue..its resolved now&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 13:39:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Variable-ACCOUNT-BALANCE-in-list-does-not-match-type/m-p/140685#M1617</guid>
      <dc:creator>jhaque</dc:creator>
      <dc:date>2014-10-27T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Variable ACCOUNT_BALANCE in list does not match type prescribed for this list.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Variable-ACCOUNT-BALANCE-in-list-does-not-match-type/m-p/140686#M1618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please share your final result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 23:15:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Variable-ACCOUNT-BALANCE-in-list-does-not-match-type/m-p/140686#M1618</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2014-10-28T23:15:41Z</dc:date>
    </item>
  </channel>
</rss>

