<?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: How to assign a name literal to the special character in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-a-name-literal-to-the-special-character/m-p/285103#M58217</link>
    <description>Thanks Haikuo!</description>
    <pubDate>Sun, 17 Jul 2016 16:09:32 GMT</pubDate>
    <dc:creator>LL5</dc:creator>
    <dc:date>2016-07-17T16:09:32Z</dc:date>
    <item>
      <title>How to assign a name literal to the special character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-a-name-literal-to-the-special-character/m-p/285059#M58202</link>
      <description>&lt;P&gt;I have a column name which&amp;nbsp;calles&lt;FONT color="#ff0000"&gt;&amp;nbsp;&amp;nbsp;int'l &lt;/FONT&gt;that I want to assign a standard name literal.&lt;/P&gt;&lt;P&gt;I&amp;nbsp;tried to put a&amp;nbsp;single quatotion mark with a letter&amp;nbsp;n like&amp;nbsp;&lt;FONT color="#ff0000"&gt;&amp;nbsp;'int'l'n&lt;/FONT&gt;, &amp;nbsp;but it was still not allowed in the data set.&lt;/P&gt;&lt;P&gt;Can anyone guide me on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2016 21:13:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-assign-a-name-literal-to-the-special-character/m-p/285059#M58202</guid>
      <dc:creator>LL5</dc:creator>
      <dc:date>2016-07-16T21:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign a name literal to the special character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-a-name-literal-to-the-special-character/m-p/285060#M58203</link>
      <description>&lt;P&gt;You can't use single quotes to quote partial single quote, SAS will be confused. Try double quotes:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options validvarname=any;

data test;
input "int'l"n $;
cards;
test
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 16 Jul 2016 21:18:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-assign-a-name-literal-to-the-special-character/m-p/285060#M58203</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2016-07-16T21:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign a name literal to the special character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-a-name-literal-to-the-special-character/m-p/285064#M58204</link>
      <description>&lt;P&gt;Not sure how your using it, you can look at NLITERAL() function.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2016 22:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-assign-a-name-literal-to-the-special-character/m-p/285064#M58204</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-16T22:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign a name literal to the special character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-a-name-literal-to-the-special-character/m-p/285103#M58217</link>
      <description>Thanks Haikuo!</description>
      <pubDate>Sun, 17 Jul 2016 16:09:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-assign-a-name-literal-to-the-special-character/m-p/285103#M58217</guid>
      <dc:creator>LL5</dc:creator>
      <dc:date>2016-07-17T16:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign a name literal to the special character</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-assign-a-name-literal-to-the-special-character/m-p/285104#M58218</link>
      <description>Thanks Reeza</description>
      <pubDate>Sun, 17 Jul 2016 16:10:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-assign-a-name-literal-to-the-special-character/m-p/285104#M58218</guid>
      <dc:creator>LL5</dc:creator>
      <dc:date>2016-07-17T16:10:01Z</dc:date>
    </item>
  </channel>
</rss>

