<?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 What is the // operator meaning in SAS macro? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-operator-meaning-in-SAS-macro/m-p/208328#M38731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to understan a sas macro codes. ı see the // operator in macro. What is the // meaning?&lt;/P&gt;&lt;P&gt;Can you help me, please? The codes are as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do until (abs((a - aOld) // (b - bOld) // (d - dOld))&lt;/P&gt;&lt;P&gt;&amp;lt; threshold);&lt;/P&gt;&lt;P&gt;IterNum = IterNum + 1;&lt;/P&gt;&lt;P&gt;aOld = a;&lt;/P&gt;&lt;P&gt;bOld = b;&lt;/P&gt;&lt;P&gt;dOld = d;&lt;/P&gt;&lt;P&gt;a = M * (X` * c + P # b - X` [, +] # b # d) / (1 + b ## 2);&lt;/P&gt;&lt;P&gt;b = (P` * a - a` * X` [, +] # d) / (a` * N * a);&lt;/P&gt;&lt;P&gt;d = (r[+] - a` * X` [, +] # b) / ObjNum;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Murat Y.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 03 May 2015 14:14:17 GMT</pubDate>
    <dc:creator>MuratY</dc:creator>
    <dc:date>2015-05-03T14:14:17Z</dc:date>
    <item>
      <title>What is the // operator meaning in SAS macro?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-operator-meaning-in-SAS-macro/m-p/208328#M38731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try to understan a sas macro codes. ı see the // operator in macro. What is the // meaning?&lt;/P&gt;&lt;P&gt;Can you help me, please? The codes are as follows;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do until (abs((a - aOld) // (b - bOld) // (d - dOld))&lt;/P&gt;&lt;P&gt;&amp;lt; threshold);&lt;/P&gt;&lt;P&gt;IterNum = IterNum + 1;&lt;/P&gt;&lt;P&gt;aOld = a;&lt;/P&gt;&lt;P&gt;bOld = b;&lt;/P&gt;&lt;P&gt;dOld = d;&lt;/P&gt;&lt;P&gt;a = M * (X` * c + P # b - X` [, +] # b # d) / (1 + b ## 2);&lt;/P&gt;&lt;P&gt;b = (P` * a - a` * X` [, +] # d) / (a` * N * a);&lt;/P&gt;&lt;P&gt;d = (r[+] - a` * X` [, +] # b) / ObjNum;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Murat Y.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 May 2015 14:14:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-the-operator-meaning-in-SAS-macro/m-p/208328#M38731</guid>
      <dc:creator>MuratY</dc:creator>
      <dc:date>2015-05-03T14:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: What is the // operator meaning in SAS macro?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-operator-meaning-in-SAS-macro/m-p/208329#M38732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is the &lt;SPAN style="color: #353535; font-family: lato, arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; font-size: 13.4399995803833px; background-color: #ffffff;"&gt;vertical matrix concatenation operator in the SAS/IML language:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/imlug/67502/HTML/default/viewer.htm#imlug_langref_sect029.htm" style="font-size: 10pt; line-height: 1.5em;" title="http://support.sas.com/documentation/cdl/en/imlug/67502/HTML/default/viewer.htm#imlug_langref_sect029.htm"&gt;SAS/IML(R) 13.2 User's Guide&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 12:37:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-the-operator-meaning-in-SAS-macro/m-p/208329#M38732</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2015-05-04T12:37:22Z</dc:date>
    </item>
  </channel>
</rss>

