<?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: what  the &amp;quot;  'n &amp;quot; means? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/what-the-quot-n-quot-means/m-p/589663#M168687</link>
    <description>&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But It works only in SAS EG, but it does not works in SAS base, here is the code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SQL;
   CREATE TABLE "My Table"n AS 
   SELECT 1 as "this is"n from sashelp.class;
QUIT;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;*error in SAS base:;&lt;BR /&gt;*ERROR: The value MY TABLE is not a valid SAS name.;&lt;BR /&gt;*ERROR: The value this is is not a valid SAS name.;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2019 14:18:18 GMT</pubDate>
    <dc:creator>GeorgeSAS</dc:creator>
    <dc:date>2019-09-18T14:18:18Z</dc:date>
    <item>
      <title>what  the "  'n " means?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-the-quot-n-quot-means/m-p/589647#M168684</link>
      <description>&lt;P&gt;Please help me understand the "&amp;nbsp; 'n " means:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;

CREATE TABLE WORK."Count_ABC_Per_AAAAAAAA "n AS

select&amp;nbsp;"AAA" AS 'COUNT DISTINCT_of_AAA'n from sashelp.class;

quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;There are two " 'n&amp;nbsp; " ,one in the dataset's name ,another in proc sql select statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 13:40:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-the-quot-n-quot-means/m-p/589647#M168684</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2019-09-18T13:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: what  the "  'n " means?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-the-quot-n-quot-means/m-p/589652#M168686</link>
      <description>&lt;P&gt;As per SAS Documentation :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Definition of SAS Name Literals :&lt;/P&gt;&lt;P&gt;A SAS name literal is a name token that is expressed as a string within quotation marks, followed by the upper- or lowercase letter n. Most SAS names allow only the characters _, A–Z, and a–z. Name literals enable you to use characters (including blanks and national characters) that are not otherwise allowed."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;More Info :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000780334.htm#a002154623" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a000780334.htm#a002154623&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 13:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-the-quot-n-quot-means/m-p/589652#M168686</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2019-09-18T13:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: what  the "  'n " means?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-the-quot-n-quot-means/m-p/589663#M168687</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But It works only in SAS EG, but it does not works in SAS base, here is the code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SQL;
   CREATE TABLE "My Table"n AS 
   SELECT 1 as "this is"n from sashelp.class;
QUIT;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;CODE class=" language-sas"&gt;*error in SAS base:;&lt;BR /&gt;*ERROR: The value MY TABLE is not a valid SAS name.;&lt;BR /&gt;*ERROR: The value this is is not a valid SAS name.;&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 14:18:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-the-quot-n-quot-means/m-p/589663#M168687</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2019-09-18T14:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: what  the "  'n " means?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-the-quot-n-quot-means/m-p/589664#M168688</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you need to add:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options &lt;BR /&gt;  validvarname=ANY /* for variables*/&lt;BR /&gt;  validmemname=EXTEND /* for datasets */&lt;BR /&gt;;&lt;BR /&gt;

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;All the best&lt;/P&gt;&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2019 14:20:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-the-quot-n-quot-means/m-p/589664#M168688</guid>
      <dc:creator>yabwon</dc:creator>
      <dc:date>2019-09-18T14:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: what  the "  'n " means?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/what-the-quot-n-quot-means/m-p/589668#M168691</link>
      <description>Thank you very much!</description>
      <pubDate>Wed, 18 Sep 2019 14:23:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/what-the-quot-n-quot-means/m-p/589668#M168691</guid>
      <dc:creator>GeorgeSAS</dc:creator>
      <dc:date>2019-09-18T14:23:38Z</dc:date>
    </item>
  </channel>
</rss>

