<?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: The Use of Number Sign Symbol # ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/The-Use-of-Number-Sign-Symbol/m-p/304723#M270501</link>
    <description>&lt;P&gt;Without seeing more code or possibly some input / output of the result the following is a complete guess:&lt;/P&gt;
&lt;P&gt;Font change&lt;/P&gt;
&lt;P&gt;It may be that the original code was stored in a different font, possibly on a mainframe, and when transferred to another system the font encoding didn't quite work.&lt;/P&gt;
&lt;P&gt;In a longer shot, if the code is old enough or from some shop then the # could have been an Editor directive which would behave somewhat like a SAS macro but was used in an editor external to SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the place in the code looks like exponentiation was involved then it may have been a ^.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the code with #&amp;nbsp;involves Input or Put statements then the # is used to indicate either the line to read from or column to print to but would not normally occur in calculations.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2016 16:56:47 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-10-14T16:56:47Z</dc:date>
    <item>
      <title>The Use of Number Sign Symbol # ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-Use-of-Number-Sign-Symbol/m-p/304718#M270500</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im looking at an old code that uses that seemingly uses the # number sign symbol but I cannot figure out what its function is and it does not seem to exist on the internet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, A = X#Y is something close to what I am seeing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could be be an old language/syntax that is no longer being used? I am relatively new to SAS and not familar if there was even an old syntax.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really need to know as soon as possible, THANKS&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 16:43:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-Use-of-Number-Sign-Symbol/m-p/304718#M270500</guid>
      <dc:creator>letminho</dc:creator>
      <dc:date>2016-10-14T16:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: The Use of Number Sign Symbol # ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-Use-of-Number-Sign-Symbol/m-p/304723#M270501</link>
      <description>&lt;P&gt;Without seeing more code or possibly some input / output of the result the following is a complete guess:&lt;/P&gt;
&lt;P&gt;Font change&lt;/P&gt;
&lt;P&gt;It may be that the original code was stored in a different font, possibly on a mainframe, and when transferred to another system the font encoding didn't quite work.&lt;/P&gt;
&lt;P&gt;In a longer shot, if the code is old enough or from some shop then the # could have been an Editor directive which would behave somewhat like a SAS macro but was used in an editor external to SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the place in the code looks like exponentiation was involved then it may have been a ^.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the code with #&amp;nbsp;involves Input or Put statements then the # is used to indicate either the line to read from or column to print to but would not normally occur in calculations.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 16:56:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-Use-of-Number-Sign-Symbol/m-p/304723#M270501</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-10-14T16:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: The Use of Number Sign Symbol # ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-Use-of-Number-Sign-Symbol/m-p/304734#M270502</link>
      <description>&lt;P&gt;What is the context? What procedure is being run? &amp;nbsp; In PROC IML (formerly PROC MATRIX if we are going back to the '80s), the # operator denotes elementwise multiplication. See the article &lt;A href="http://blogs.sas.com/content/iml/2013/05/20/matri-multiplication.html" target="_self"&gt;"Ways to multiply in the SAS/IML language."&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 17:21:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-Use-of-Number-Sign-Symbol/m-p/304734#M270502</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-10-14T17:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: The Use of Number Sign Symbol # ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/The-Use-of-Number-Sign-Symbol/m-p/304736#M270503</link>
      <description>&lt;P&gt;I believe this is what is happening in my program! Thank you so much Rick!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 17:25:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/The-Use-of-Number-Sign-Symbol/m-p/304736#M270503</guid>
      <dc:creator>letminho</dc:creator>
      <dc:date>2016-10-14T17:25:45Z</dc:date>
    </item>
  </channel>
</rss>

