<?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: Title without quotation marks in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Title-without-quotation-marks/m-p/563959#M158148</link>
    <description>Likely backwards compatibility for really old versions of SAS. You're also missing a semi-colon at the end as well.</description>
    <pubDate>Thu, 06 Jun 2019 04:27:59 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-06-06T04:27:59Z</dc:date>
    <item>
      <title>Title without quotation marks</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Title-without-quotation-marks/m-p/563955#M158147</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I am using a macro variable as a title value.&lt;/P&gt;
&lt;P&gt;Why this code is working while title should be in a quotation marks??&lt;BR /&gt;I expect that the code should be&amp;nbsp; title "&amp;amp;mtitle"&lt;/P&gt;
&lt;P&gt;But I see that&amp;nbsp; &amp;amp;mtitle is working also without&amp;nbsp; quotation marks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data aaa;
input name $ Y;
cards;  
Joe  20
Yulia 30
;
run;

%LET mtitle = Macros are my game;
proc print data=aaa noobs;
title   &amp;amp;mtitle 
Run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 04:08:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Title-without-quotation-marks/m-p/563955#M158147</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2019-06-06T04:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Title without quotation marks</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Title-without-quotation-marks/m-p/563959#M158148</link>
      <description>Likely backwards compatibility for really old versions of SAS. You're also missing a semi-colon at the end as well.</description>
      <pubDate>Thu, 06 Jun 2019 04:27:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Title-without-quotation-marks/m-p/563959#M158148</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-06T04:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Title without quotation marks</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Title-without-quotation-marks/m-p/563960#M158149</link>
      <description>&lt;P&gt;As often with SAS, the answer is "for historic reasons".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Tip: For compatibility with previous releases, SAS accepts some text without quotation marks. When writing new programs or updating existing programs, always enclose text in quotation marks.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Quote from&amp;nbsp;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000220968.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000220968.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 04:28:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Title-without-quotation-marks/m-p/563960#M158149</guid>
      <dc:creator>heffo</dc:creator>
      <dc:date>2019-06-06T04:28:19Z</dc:date>
    </item>
  </channel>
</rss>

