<?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: Expression using subtraction (-) requires numeric types. in All Things Community</title>
    <link>https://communities.sas.com/t5/All-Things-Community/ERROR-Expression-using-subtraction-requires-numeric-types/m-p/402754#M2733</link>
    <description>&lt;P&gt;Can you check whether OIV.PERIOD and RIV.PERIOD are actually defined as numeric?&amp;nbsp; SAS won't perform math on characters.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Oct 2017 13:54:31 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2017-10-10T13:54:31Z</dc:date>
    <item>
      <title>ERROR: Expression using subtraction (-) requires numeric types.</title>
      <link>https://communities.sas.com/t5/All-Things-Community/ERROR-Expression-using-subtraction-requires-numeric-types/m-p/402748#M2732</link>
      <description>&lt;P&gt;When inputting the underlined code below (towards the end), I get this error, any clues on what needs to be changed to take care of this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Expression using subtraction (-) requires numeric types.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;create table tempsas.temp_PI_&amp;amp;ioYear as&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;select riv.itmCode_id as item_id label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"item_id"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, riv.itmCode as itemCode label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"itemCode"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, riv.period as ioYear label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"ioYear"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, riv.basePeriod as basingYear label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"basingYear"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, riv.pRelGO as PI label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"PI"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;, oiv.bas * ic.weight as basicVal&lt;/P&gt;&lt;P&gt;, oiv.ctx * ic.weight as comTax&lt;/P&gt;&lt;P&gt;, ic.itemACPSA&lt;/P&gt;&lt;P&gt;, ic.itemACPSADescr&lt;/P&gt;&lt;P&gt;from sql_iips.rel_itmView riv&lt;/P&gt;&lt;P&gt;join sql_iips.out_itmView oiv&lt;/P&gt;&lt;P&gt;on riv.itmCode_id = oiv.itmCode_id&lt;/P&gt;&lt;P&gt;and riv.datasetPeriod_id = oiv.datasetPeriod_id&lt;/P&gt;&lt;P&gt;and riv.dataSet_id = oiv.dataSet_id&lt;/P&gt;&lt;P&gt;join tempsas.item_conc ic&lt;/P&gt;&lt;P&gt;on riv.itmCode_id = ic.itemCode_id&lt;/P&gt;&lt;P&gt;where riv.datasetName = &amp;amp;dsName&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;and riv.valType = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'DOM'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;and oiv.period = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;ioYear"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;and riv.period = &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;ioYear.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;union&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;select riv.itmCode_id as item_id label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"item_id"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, riv.itmCode as itemCode label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"itemCode"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, riv.period as ioYear label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"ioYear"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, riv.basePeriod as basingYear label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"basingYear"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, riv.pRelGO as PI label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"PI"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;, oiv.bas * ic.weight as basicVal&lt;/P&gt;&lt;P&gt;, oiv.ctx * ic.weight as comTax&lt;/P&gt;&lt;P&gt;, ic.itemACPSA&lt;/P&gt;&lt;P&gt;, ic.itemACPSADescr&lt;/P&gt;&lt;P&gt;from sql_iips.rel_itmView riv&lt;/P&gt;&lt;P&gt;join sql_iips.out_itmView oiv&lt;/P&gt;&lt;P&gt;on riv.itmCode_id = oiv.itmCode_id&lt;/P&gt;&lt;P&gt;and riv.datasetPeriod_id = oiv.datasetPeriod_id&lt;/P&gt;&lt;P&gt;and riv.dataSet_id = oiv.dataSet_id&lt;/P&gt;&lt;P&gt;join tempsas.item_conc ic&lt;/P&gt;&lt;P&gt;on riv.itmCode_id = ic.itemCode_id&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;where riv.datasetName = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'ANNUAL14'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;and riv.valType = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'DOM'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and oiv.period not in (select distinct period from sql_iips.out_itmView where datasetName = &amp;amp;dsName)&lt;/P&gt;&lt;P&gt;and riv.period not in (select distinct period from sql_iips.rel_itmView where datasetName = &amp;amp;dsName)&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT face="Courier New" size="2"&gt;and &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%sysfunc&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(inputn(&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;ioyear.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;)) - oiv.period = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;FONT face="Courier New" size="2"&gt;and &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%sysfunc&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;(inputn(&amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;ioyear.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;,&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;8.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;)) - riv.period = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;create table tempsas.PI_&amp;amp;ioYear as&lt;/P&gt;&lt;P&gt;select item_id&lt;/P&gt;&lt;P&gt;, itemCode&lt;/P&gt;&lt;P&gt;, ioYear&lt;/P&gt;&lt;P&gt;, basingYear&lt;/P&gt;&lt;P&gt;, PI&lt;/P&gt;&lt;P&gt;, basicVal&lt;/P&gt;&lt;P&gt;, comTax&lt;/P&gt;&lt;P&gt;, itemACPSA&lt;/P&gt;&lt;P&gt;, itemACPSADescr&lt;/P&gt;&lt;P&gt;from tempsas.temp_PI_&amp;amp;ioYear&lt;/P&gt;&lt;P&gt;union&lt;/P&gt;&lt;P&gt;select tpi.item_id&lt;/P&gt;&lt;P&gt;, tpi.itemCode&lt;/P&gt;&lt;P&gt;, tpi.ioYear&lt;/P&gt;&lt;P&gt;, tpi.basingYear&lt;/P&gt;&lt;P&gt;, tpi.PI&lt;/P&gt;&lt;P&gt;, sum(tpi.basicVal) as basicVal&lt;/P&gt;&lt;P&gt;, sum(tpi.comTax) as comTax&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, sc.sumACPSA as itemACPSA label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"itemACPSA"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, sc.sumACPSADescr as itemACPSADescr label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"itemACPSADescr"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;from tempsas.temp_PI_&amp;amp;ioYear tpi&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;join &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;concord.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;amp;summaryConc sc&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;on tpi.itemACPSA = sc.itemACPSA&lt;/P&gt;&lt;P&gt;group by tpi.item_id, tpi.itemCode, tpi.ioYear, tpi.basingYear, tpi.PI, sc.sumACPSA, sc.sumACPSADescr&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;create table tempsas.PI2_&amp;amp;ioYear as&lt;/P&gt;&lt;P&gt;select item_id,&lt;/P&gt;&lt;P&gt;itemcode,&lt;/P&gt;&lt;P&gt;ioyear,&lt;/P&gt;&lt;P&gt;basingyear,&lt;/P&gt;&lt;P&gt;pi,&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;(basicVal/pi) as basicVal label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"basicVal"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;(comtax/pi) as comtax label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"comTax"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;itemACPSA,&lt;/P&gt;&lt;P&gt;itemACPSADescr&lt;/P&gt;&lt;P&gt;from tempsas.pi_&amp;amp;ioYear&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;create table tempsas.temp_output_&amp;amp;ioYear as&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;select oiv.itmCode_id as item_id label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"item_id"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, oiv.itmCode as itemCode label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"itemCode"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, oiv.prdnbr as ioYear label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"ioYear"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, oiv.prdnbr as basingYear label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"basingYear"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1.0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; as PI&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;, oiv.bas * ic.weight as basicVal&lt;/P&gt;&lt;P&gt;, oiv.ctx * ic.weight as comTax&lt;/P&gt;&lt;P&gt;, ic.itemACPSA&lt;/P&gt;&lt;P&gt;, ic.itemACPSADescr&lt;/P&gt;&lt;P&gt;from sql_iips.out_itmView oiv&lt;/P&gt;&lt;P&gt;join tempsas.item_conc ic&lt;/P&gt;&lt;P&gt;on oiv.itmCode_id = ic.itemCode_id&lt;/P&gt;&lt;P&gt;where oiv.datasetName = &amp;amp;dsName&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;and oiv.period = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"&amp;amp;ioYear"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;union&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;select oiv.itmCode_id as item_id label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"item_id"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, oiv.itmCode as itemCode label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"itemCode"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, oiv.prdnbr as ioYear label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"ioYear"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, oiv.prdnbr as basingYear label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"basingYear"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1.0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; as PI&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;, oiv.bas * ic.weight as basicVal&lt;/P&gt;&lt;P&gt;, oiv.ctx * ic.weight as comTax&lt;/P&gt;&lt;P&gt;, ic.itemACPSA&lt;/P&gt;&lt;P&gt;, ic.itemACPSADescr&lt;/P&gt;&lt;P&gt;from sql_iips.out_itmView oiv&lt;/P&gt;&lt;P&gt;join tempsas.item_conc ic&lt;/P&gt;&lt;P&gt;on oiv.itmCode_id = ic.itemCode_id&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;where oiv.datasetName = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'ANNUAL14'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;and oiv.period not in (select distinct period from sql_iips.out_itmView where datasetName = &amp;amp;dsName)&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;and &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;ioyear.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; - oiv.prdnbr = &lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;1&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;create table tempsas.output_&amp;amp;ioYear as&lt;/P&gt;&lt;P&gt;select item_id&lt;/P&gt;&lt;P&gt;, itemCode&lt;/P&gt;&lt;P&gt;, ioYear&lt;/P&gt;&lt;P&gt;, basingYear&lt;/P&gt;&lt;P&gt;, PI&lt;/P&gt;&lt;P&gt;, basicVal&lt;/P&gt;&lt;P&gt;, comTax&lt;/P&gt;&lt;P&gt;, itemACPSA&lt;/P&gt;&lt;P&gt;, itemACPSADescr&lt;/P&gt;&lt;P&gt;from tempsas.temp_output_&amp;amp;ioYear&lt;/P&gt;&lt;P&gt;union&lt;/P&gt;&lt;P&gt;select a.item_id&lt;/P&gt;&lt;P&gt;, a.itemCode&lt;/P&gt;&lt;P&gt;, a.ioYear&lt;/P&gt;&lt;P&gt;, a.basingYear&lt;/P&gt;&lt;P&gt;, a.PI&lt;/P&gt;&lt;P&gt;, sum(a.basicVal) as basicVal&lt;/P&gt;&lt;P&gt;, sum(a.comTax) as comTax&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, sc.sumACPSA as itemACPSA label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"itemACPSA"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;, sc.sumACPSADescr as itemACPSADescr label=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"itemACPSADescr"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;from tempsas.temp_output_&amp;amp;ioYear a&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;join &lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;concord.&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;&amp;amp;summaryConc sc&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;on a.itemACPSA = sc.itemACPSA&lt;/P&gt;&lt;P&gt;group by a.item_id, a.itemCode, a.ioYear, a.basingYear, a.PI, sc.sumACPSA, sc.sumACPSADescr&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;%end&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;%mend&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; prep_series;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;%&lt;STRONG&gt;&lt;I&gt;prep_series&lt;/I&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:41:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/ERROR-Expression-using-subtraction-requires-numeric-types/m-p/402748#M2732</guid>
      <dc:creator>Afor910327</dc:creator>
      <dc:date>2017-10-10T13:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Expression using subtraction (-) requires numeric types.</title>
      <link>https://communities.sas.com/t5/All-Things-Community/ERROR-Expression-using-subtraction-requires-numeric-types/m-p/402754#M2733</link>
      <description>&lt;P&gt;Can you check whether OIV.PERIOD and RIV.PERIOD are actually defined as numeric?&amp;nbsp; SAS won't perform math on characters.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 13:54:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/ERROR-Expression-using-subtraction-requires-numeric-types/m-p/402754#M2733</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-10-10T13:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Expression using subtraction (-) requires numeric types.</title>
      <link>https://communities.sas.com/t5/All-Things-Community/ERROR-Expression-using-subtraction-requires-numeric-types/m-p/402787#M2735</link>
      <description>&lt;P&gt;Astounding,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are both numeric, confirmed.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Oct 2017 15:04:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/All-Things-Community/ERROR-Expression-using-subtraction-requires-numeric-types/m-p/402787#M2735</guid>
      <dc:creator>Afor910327</dc:creator>
      <dc:date>2017-10-10T15:04:17Z</dc:date>
    </item>
  </channel>
</rss>

