<?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 NOTE: Mathematical operations could not be performed in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/NOTE-Mathematical-operations-could-not-be-performed/m-p/365904#M86961</link>
    <description>&lt;P&gt;data NRI_team;&lt;BR /&gt;/*retain TEAM ACCOUNTS_OPENED_LAST_MONTH C2T_till_date_for_last_month C2T_for_the_month */&lt;BR /&gt;/*Accounts_current_year Accounts_C2T_current_year C2T_for_the_current_year New_Traders_today New_Traders_current_month; */&lt;BR /&gt;set vinod.Nri_team_wise_conversation;&lt;BR /&gt;C2T_for_the_month=C2T_till_date_for_last_month/ACCOUNTS_OPENED_LAST_MONTH*100;&lt;BR /&gt;C2T_for_the_current_year=Accounts_C2T_current_year/Accounts_current_year*100;&lt;BR /&gt;format C2T_for_the_month percent8.2;&lt;BR /&gt;format C2T_for_the_current_year percent8.2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;log file::::::::::::::&lt;/P&gt;
&lt;P&gt;182 data NRI_team;&lt;BR /&gt;183 /*retain TEAM ACCOUNTS_OPENED_LAST_MONTH C2T_till_date_for_last_month C2T_for_the_month */&lt;BR /&gt;184 /*Accounts_current_year Accounts_C2T_current_year C2T_for_the_current_year New_Traders_today&lt;BR /&gt;184! New_Traders_current_month; */&lt;BR /&gt;185 set vinod.Nri_team_wise_conversation;&lt;BR /&gt;186 C2T_for_the_month=C2T_till_date_for_last_month/ACCOUNTS_OPENED_LAST_MONTH*100;&lt;BR /&gt;187 C2T_for_the_current_year=Accounts_C2T_current_year/Accounts_current_year*100;&lt;BR /&gt;188 format C2T_for_the_month percent8.2;&lt;BR /&gt;189 format C2T_for_the_current_year percent8.2;&lt;BR /&gt;190&lt;BR /&gt;191 run;&lt;/P&gt;
&lt;P&gt;NOTE: Division by zero detected at line 186 column 47.&lt;BR /&gt;NOTE: Division by zero detected at line 187 column 51.&lt;BR /&gt;TEAM=IBG OTHERS ACCOUNTS_OPENED_LAST_MONTH=0 C2T_till_date_for_last_month=0 Accounts_current_year=0&lt;BR /&gt;Accounts_C2T_current_year=0 New_Traders_today=0 New_Traders_current_month=0 C2T_for_the_month=.&lt;BR /&gt;C2T_for_the_current_year=. _ERROR_=1 _N_=1&lt;BR /&gt;NOTE: Division by zero detected at line 186 column 47.&lt;BR /&gt;NOTE: Division by zero detected at line 187 column 51.&lt;BR /&gt;TEAM=QATAR ACCOUNTS_OPENED_LAST_MONTH=0 C2T_till_date_for_last_month=0 Accounts_current_year=0&lt;BR /&gt;Accounts_C2T_current_year=0 New_Traders_today=0 New_Traders_current_month=0 C2T_for_the_month=.&lt;BR /&gt;C2T_for_the_current_year=. _ERROR_=1 _N_=7&lt;BR /&gt;NOTE: Mathematical operations could not be performed at the following places. The results of the&lt;BR /&gt;operations have been set to missing values.&lt;BR /&gt;Each place is given by: (Number of times) at (Line):(Column).&lt;BR /&gt;2 at 186:47 2 at 187:51&lt;BR /&gt;NOTE: There were 11 observations read from the data set VINOD.NRI_TEAM_WISE_CONVERSATION.&lt;BR /&gt;NOTE: The data set WORK.NRI_TEAM has 11 observations and 9 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is error occuring&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Mathematical operations could not be performed at the following places. The results of the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;operations have been set to missing values.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;values missing in the dataset and calculations was not performed showing error and wd use&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jun 2017 05:41:25 GMT</pubDate>
    <dc:creator>vinod4842</dc:creator>
    <dc:date>2017-06-12T05:41:25Z</dc:date>
    <item>
      <title>NOTE: Mathematical operations could not be performed</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NOTE-Mathematical-operations-could-not-be-performed/m-p/365904#M86961</link>
      <description>&lt;P&gt;data NRI_team;&lt;BR /&gt;/*retain TEAM ACCOUNTS_OPENED_LAST_MONTH C2T_till_date_for_last_month C2T_for_the_month */&lt;BR /&gt;/*Accounts_current_year Accounts_C2T_current_year C2T_for_the_current_year New_Traders_today New_Traders_current_month; */&lt;BR /&gt;set vinod.Nri_team_wise_conversation;&lt;BR /&gt;C2T_for_the_month=C2T_till_date_for_last_month/ACCOUNTS_OPENED_LAST_MONTH*100;&lt;BR /&gt;C2T_for_the_current_year=Accounts_C2T_current_year/Accounts_current_year*100;&lt;BR /&gt;format C2T_for_the_month percent8.2;&lt;BR /&gt;format C2T_for_the_current_year percent8.2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;log file::::::::::::::&lt;/P&gt;
&lt;P&gt;182 data NRI_team;&lt;BR /&gt;183 /*retain TEAM ACCOUNTS_OPENED_LAST_MONTH C2T_till_date_for_last_month C2T_for_the_month */&lt;BR /&gt;184 /*Accounts_current_year Accounts_C2T_current_year C2T_for_the_current_year New_Traders_today&lt;BR /&gt;184! New_Traders_current_month; */&lt;BR /&gt;185 set vinod.Nri_team_wise_conversation;&lt;BR /&gt;186 C2T_for_the_month=C2T_till_date_for_last_month/ACCOUNTS_OPENED_LAST_MONTH*100;&lt;BR /&gt;187 C2T_for_the_current_year=Accounts_C2T_current_year/Accounts_current_year*100;&lt;BR /&gt;188 format C2T_for_the_month percent8.2;&lt;BR /&gt;189 format C2T_for_the_current_year percent8.2;&lt;BR /&gt;190&lt;BR /&gt;191 run;&lt;/P&gt;
&lt;P&gt;NOTE: Division by zero detected at line 186 column 47.&lt;BR /&gt;NOTE: Division by zero detected at line 187 column 51.&lt;BR /&gt;TEAM=IBG OTHERS ACCOUNTS_OPENED_LAST_MONTH=0 C2T_till_date_for_last_month=0 Accounts_current_year=0&lt;BR /&gt;Accounts_C2T_current_year=0 New_Traders_today=0 New_Traders_current_month=0 C2T_for_the_month=.&lt;BR /&gt;C2T_for_the_current_year=. _ERROR_=1 _N_=1&lt;BR /&gt;NOTE: Division by zero detected at line 186 column 47.&lt;BR /&gt;NOTE: Division by zero detected at line 187 column 51.&lt;BR /&gt;TEAM=QATAR ACCOUNTS_OPENED_LAST_MONTH=0 C2T_till_date_for_last_month=0 Accounts_current_year=0&lt;BR /&gt;Accounts_C2T_current_year=0 New_Traders_today=0 New_Traders_current_month=0 C2T_for_the_month=.&lt;BR /&gt;C2T_for_the_current_year=. _ERROR_=1 _N_=7&lt;BR /&gt;NOTE: Mathematical operations could not be performed at the following places. The results of the&lt;BR /&gt;operations have been set to missing values.&lt;BR /&gt;Each place is given by: (Number of times) at (Line):(Column).&lt;BR /&gt;2 at 186:47 2 at 187:51&lt;BR /&gt;NOTE: There were 11 observations read from the data set VINOD.NRI_TEAM_WISE_CONVERSATION.&lt;BR /&gt;NOTE: The data set WORK.NRI_TEAM has 11 observations and 9 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is error occuring&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Mathematical operations could not be performed at the following places. The results of the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;operations have been set to missing values.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;values missing in the dataset and calculations was not performed showing error and wd use&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2017 05:41:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NOTE-Mathematical-operations-could-not-be-performed/m-p/365904#M86961</guid>
      <dc:creator>vinod4842</dc:creator>
      <dc:date>2017-06-12T05:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: BASE  SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NOTE-Mathematical-operations-could-not-be-performed/m-p/365905#M86962</link>
      <description>&lt;P&gt;You are trying to divide a couple of numbers by avariables that have a value of 0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would have to show some example data of what you have, what you want to do with that data, and the file you want as a result (based on that example data).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 12:50:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NOTE-Mathematical-operations-could-not-be-performed/m-p/365905#M86962</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-06-10T12:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: BASE  SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NOTE-Mathematical-operations-could-not-be-performed/m-p/365906#M86963</link>
      <description>&lt;P&gt;&lt;A href="http://support.sas.com/kb/19/965.html" target="_blank"&gt;http://support.sas.com/kb/19/965.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the DIVIDE function rather than '/'.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 12:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NOTE-Mathematical-operations-could-not-be-performed/m-p/365906#M86963</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-06-10T12:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: BASE  SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/NOTE-Mathematical-operations-could-not-be-performed/m-p/365916#M86964</link>
      <description>&lt;P&gt;1. This is not an Error, it's a Note. It tells you something may be wrong.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Error is clear:&lt;/P&gt;
&lt;P&gt;Note: Division by zero detected at line 186 column 47&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Check Line 186&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Fix line in question and repeat until all Notes are either acceptable or gone.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/144104"&gt;@vinod4842&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;data NRI_team;&lt;BR /&gt;/*retain TEAM ACCOUNTS_OPENED_LAST_MONTH C2T_till_date_for_last_month C2T_for_the_month */&lt;BR /&gt;/*Accounts_current_year Accounts_C2T_current_year C2T_for_the_current_year New_Traders_today New_Traders_current_month; */&lt;BR /&gt;set vinod.Nri_team_wise_conversation;&lt;BR /&gt;C2T_for_the_month=C2T_till_date_for_last_month/ACCOUNTS_OPENED_LAST_MONTH*100;&lt;BR /&gt;C2T_for_the_current_year=Accounts_C2T_current_year/Accounts_current_year*100;&lt;BR /&gt;format C2T_for_the_month percent8.2;&lt;BR /&gt;format C2T_for_the_current_year percent8.2;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;log file::::::::::::::&lt;/P&gt;
&lt;P&gt;182 data NRI_team;&lt;BR /&gt;183 /*retain TEAM ACCOUNTS_OPENED_LAST_MONTH C2T_till_date_for_last_month C2T_for_the_month */&lt;BR /&gt;184 /*Accounts_current_year Accounts_C2T_current_year C2T_for_the_current_year New_Traders_today&lt;BR /&gt;184! New_Traders_current_month; */&lt;BR /&gt;185 set vinod.Nri_team_wise_conversation;&lt;BR /&gt;186 &lt;STRONG&gt;C2T_for_the_month=C2T_till_date_for_last_month/ACCOUNTS_OPENED_LAST_MONTH*100;&lt;/STRONG&gt;&lt;BR /&gt;187 C2T_for_the_current_year=Accounts_C2T_current_year/Accounts_current_year*100;&lt;BR /&gt;188 format C2T_for_the_month percent8.2;&lt;BR /&gt;189 format C2T_for_the_current_year percent8.2;&lt;BR /&gt;190&lt;BR /&gt;191 run;&lt;/P&gt;
&lt;P&gt;NOTE: Division by zero detected at line 186 column 47.&lt;BR /&gt;NOTE: Division by zero detected at line 187 column 51.&lt;BR /&gt;TEAM=IBG OTHERS ACCOUNTS_OPENED_LAST_MONTH=0 C2T_till_date_for_last_month=0 Accounts_current_year=0&lt;BR /&gt;Accounts_C2T_current_year=0 New_Traders_today=0 New_Traders_current_month=0 C2T_for_the_month=.&lt;BR /&gt;C2T_for_the_current_year=. _ERROR_=1 _N_=1&lt;BR /&gt;NOTE: Division by zero detected at line 186 column 47.&lt;BR /&gt;NOTE: Division by zero detected at line 187 column 51.&lt;BR /&gt;TEAM=QATAR ACCOUNTS_OPENED_LAST_MONTH=0 C2T_till_date_for_last_month=0 Accounts_current_year=0&lt;BR /&gt;Accounts_C2T_current_year=0 New_Traders_today=0 New_Traders_current_month=0 C2T_for_the_month=.&lt;BR /&gt;C2T_for_the_current_year=. _ERROR_=1 _N_=7&lt;BR /&gt;NOTE: Mathematical operations could not be performed at the following places. The results of the&lt;BR /&gt;operations have been set to missing values.&lt;BR /&gt;Each place is given by: (Number of times) at (Line):(Column).&lt;BR /&gt;2 at 186:47 2 at 187:51&lt;BR /&gt;NOTE: There were 11 observations read from the data set VINOD.NRI_TEAM_WISE_CONVERSATION.&lt;BR /&gt;NOTE: The data set WORK.NRI_TEAM has 11 observations and 9 variables.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.03 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is error occuring&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Mathematical operations could not be performed at the following places. The results of the&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;operations have been set to missing values.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;values missing in the dataset and calculations was not performed showing error and wd use&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2017 15:50:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/NOTE-Mathematical-operations-could-not-be-performed/m-p/365916#M86964</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-10T15:50:50Z</dc:date>
    </item>
  </channel>
</rss>

