<?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: quotation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/quotation/m-p/855940#M338226</link>
    <description>&lt;P&gt;For SAS to understand that the programmer means you have a text string, the text string must be in quotes. Otherwise, if you write curr_util without the quotes, SAS thinks that curr_util is the name of a variable.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jan 2023 13:08:41 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2023-01-27T13:08:41Z</dc:date>
    <item>
      <title>quotation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quotation/m-p/855937#M338225</link>
      <description>&lt;PRE&gt;proc sql;
create table curr_util as 
select org, 
acc,
"curr_util" as sum_type,
sum(BAL,PBI_BAL)/LIMIT as sum_value,
from pbi;&lt;/PRE&gt;
&lt;P&gt;what does this quotation mark doing here? why is it required?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 13:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quotation/m-p/855937#M338225</guid>
      <dc:creator>HeatherNewton</dc:creator>
      <dc:date>2023-01-27T13:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: quotation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quotation/m-p/855940#M338226</link>
      <description>&lt;P&gt;For SAS to understand that the programmer means you have a text string, the text string must be in quotes. Otherwise, if you write curr_util without the quotes, SAS thinks that curr_util is the name of a variable.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 13:08:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quotation/m-p/855940#M338226</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-01-27T13:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: quotation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quotation/m-p/855941#M338227</link>
      <description>&lt;P&gt;Quotation marks have the same meaning throughout all applications of the SAS software.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No quotation marks refers to a variable's value.&amp;nbsp; It would mean the value of the variable CURR_UTIL should be the value assigned to the new variable SUM_TYPE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quotation marks refers to a set of characters.&amp;nbsp; It would mean the nine characters "curr_util" should be assigned to the new variable SUM_TYPE (same value for every observation).&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 13:10:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quotation/m-p/855941#M338227</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2023-01-27T13:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: quotation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/quotation/m-p/855950#M338231</link>
      <description>&lt;P&gt;For many "why" questions I ask the original programmer if possible. Or read any comments.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The result is adding the same literal text to all of the records in a new variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I see a variable containing the value of a data set name like this I suspect that somewhere else this result is combined with some other data and this variable indicates which data set contributed the record.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 14:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/quotation/m-p/855950#M338231</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-01-27T14:00:22Z</dc:date>
    </item>
  </channel>
</rss>

