<?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 functionality of || here in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56054#M11944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I ask how '||age||' became the value of the variable? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 16:18:43 GMT</pubDate>
    <dc:creator>bncoxuk</dc:creator>
    <dc:date>2012-02-16T16:18:43Z</dc:date>
    <item>
      <title>What is the functionality of || here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56050#M11940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;%macro break(byval);&lt;BR /&gt;&amp;nbsp; data work.age_&amp;amp;byval;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set work.sorted(where=(age=&amp;amp;byval));&lt;BR /&gt;&amp;nbsp; run;&lt;BR /&gt;%mend;&lt;BR /&gt;proc sort data=sashelp.class out=work.sorted;&lt;BR /&gt;&amp;nbsp; by age;&lt;BR /&gt;run;&lt;BR /&gt;options mprint;&lt;BR /&gt;data _null_;&lt;BR /&gt;&amp;nbsp; set work.sorted;&lt;BR /&gt;&amp;nbsp; by age;&lt;BR /&gt;&amp;nbsp; if first.age then call execute('%break('||age||')');&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 15:55:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56050#M11940</guid>
      <dc:creator>bncoxuk</dc:creator>
      <dc:date>2012-02-16T15:55:00Z</dc:date>
    </item>
    <item>
      <title>What is the functionality of || here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56051#M11941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;concatenation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 15:56:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56051#M11941</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-16T15:56:52Z</dc:date>
    </item>
    <item>
      <title>What is the functionality of || here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56052#M11942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I don't understand why there is concatenation here. The files are produced as age_11, age_12...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 16:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56052#M11942</guid>
      <dc:creator>bncoxuk</dc:creator>
      <dc:date>2012-02-16T16:01:59Z</dc:date>
    </item>
    <item>
      <title>What is the functionality of || here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56053#M11943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is concatenating the string that is being sent.&amp;nbsp; In short, it is submitting:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #eef4f9;"&gt;%break(16)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #eef4f9;"&gt;which will run the macro with the variable's value&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial, Helvetica, sans-serif; font-size: 12px; background-color: #eef4f9;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 16:07:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56053#M11943</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-16T16:07:16Z</dc:date>
    </item>
    <item>
      <title>What is the functionality of || here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56054#M11944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can I ask how '||age||' became the value of the variable? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 16:18:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56054#M11944</guid>
      <dc:creator>bncoxuk</dc:creator>
      <dc:date>2012-02-16T16:18:43Z</dc:date>
    </item>
    <item>
      <title>What is the functionality of || here</title>
      <link>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56055#M11945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at: &lt;A href="http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/viewer.htm#a000543697.htm"&gt;http://support.sas.com/documentation/cdl/en/mcrolref/61885/HTML/default/viewer.htm#a000543697.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 16:20:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/What-is-the-functionality-of-here/m-p/56055#M11945</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-16T16:20:38Z</dc:date>
    </item>
  </channel>
</rss>

