<?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 SAS Coding in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Coding/m-p/646466#M193396</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help me understand the following&amp;nbsp;&lt;/P&gt;&lt;P&gt;the symbol -&amp;lt; , &amp;lt;- and &amp;lt;-&amp;lt; are confusing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;%let big=0.7;
proc format;
    picture correlations &amp;amp;big -&amp;lt; 1 = '009.99' (prefix="*")
                         -1 &amp;lt;- -&amp;amp;big = '009.99' (prefix="*")
                         -&amp;amp;big &amp;lt;-&amp;lt; &amp;amp;big = '009.99';
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 10 May 2020 07:22:53 GMT</pubDate>
    <dc:creator>hqquenafees</dc:creator>
    <dc:date>2020-05-10T07:22:53Z</dc:date>
    <item>
      <title>SAS Coding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Coding/m-p/646466#M193396</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help me understand the following&amp;nbsp;&lt;/P&gt;&lt;P&gt;the symbol -&amp;lt; , &amp;lt;- and &amp;lt;-&amp;lt; are confusing&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;%let big=0.7;
proc format;
    picture correlations &amp;amp;big -&amp;lt; 1 = '009.99' (prefix="*")
                         -1 &amp;lt;- -&amp;amp;big = '009.99' (prefix="*")
                         -&amp;amp;big &amp;lt;-&amp;lt; &amp;amp;big = '009.99';
run;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 May 2020 07:22:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Coding/m-p/646466#M193396</guid>
      <dc:creator>hqquenafees</dc:creator>
      <dc:date>2020-05-10T07:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Coding</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Coding/m-p/646468#M193397</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/327588"&gt;@hqquenafees&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By default, a simple hyphen (-) means that boundaries are included.&lt;/P&gt;
&lt;P&gt;To exclude them, you can use the inferior sign: &amp;lt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&amp;amp;big -&amp;lt; 1 = '009.99' (prefix="*") &lt;FONT color="#3366FF"&gt;is equivalent to [&amp;amp;big;1[ &lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;-1 &amp;lt;- -&amp;amp;big = '009.99' (prefix="*")&lt;FONT color="#3366FF"&gt; is equivalent to ]-1;-&amp;amp;big]&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;-&amp;amp;big &amp;lt;-&amp;lt; &amp;amp;big = '009.99' &lt;FONT color="#3366FF"&gt;is equivalent to ]-&amp;amp;big;&amp;amp;big[&amp;nbsp;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Sun, 10 May 2020 07:43:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Coding/m-p/646468#M193397</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-10T07:43:14Z</dc:date>
    </item>
  </channel>
</rss>

