<?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: proc sort with weird by statement in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/proc-sort-with-weird-by-statement/m-p/815696#M34242</link>
    <description>&lt;P&gt;When you see a variable name like that it is a "name literal" and allows, when the option VALIDVARNAME=ANY is set, to use names that do not follow the standard SAS naming rules for variables. This option was added mostly for use with external databases that use different naming rules.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What the variable actually "does" is no different than any other variable. I just is referenced in code differently.&lt;/P&gt;</description>
    <pubDate>Mon, 30 May 2022 14:09:48 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2022-05-30T14:09:48Z</dc:date>
    <item>
      <title>proc sort with weird by statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-sort-with-weird-by-statement/m-p/815695#M34241</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm a new SAS user and I bumped into this snippet of code the other day and I'm trying to figure out why the by statment is like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;PROC SORT DATA=DATA NODUPKEY;
	BY &lt;STRONG&gt;'N°CLIENT'N&lt;/STRONG&gt;;
RUN;&lt;/PRE&gt;&lt;P&gt;What exactly the 'variable'n do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 14:03:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-sort-with-weird-by-statement/m-p/815695#M34241</guid>
      <dc:creator>htsull_</dc:creator>
      <dc:date>2022-05-30T14:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: proc sort with weird by statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-sort-with-weird-by-statement/m-p/815696#M34242</link>
      <description>&lt;P&gt;When you see a variable name like that it is a "name literal" and allows, when the option VALIDVARNAME=ANY is set, to use names that do not follow the standard SAS naming rules for variables. This option was added mostly for use with external databases that use different naming rules.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What the variable actually "does" is no different than any other variable. I just is referenced in code differently.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 14:09:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-sort-with-weird-by-statement/m-p/815696#M34242</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-05-30T14:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: proc sort with weird by statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/proc-sort-with-weird-by-statement/m-p/815701#M34243</link>
      <description>&lt;P&gt;#maxim1:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lepg/p0z9rbr2w2vtd1n1q8lty9b13iv3.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lepg/p0z9rbr2w2vtd1n1q8lty9b13iv3.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 14:25:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/proc-sort-with-weird-by-statement/m-p/815701#M34243</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2022-05-30T14:25:01Z</dc:date>
    </item>
  </channel>
</rss>

