<?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: %let cust = %str(cust_id phone_num) in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/let-cust-str-cust-id-phone-num/m-p/495557#M72363</link>
    <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;The topic of macro quoting is too complicated to explain in a forum post.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;You have been recommended a good book.&amp;nbsp; See also this documentation:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS® 9.4 Macro Language: Reference, Fifth Edition&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="verdana,geneva"&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=mcrolref&amp;amp;docsetTarget=p07u5itr1teq0dn1bx0lli1ri5dy.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://go.documentation.sas.com/?docsetId=mcrolref&amp;amp;docsetTarget=p07u5itr1teq0dn1bx0lli1ri5dy.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Sep 2018 01:47:40 GMT</pubDate>
    <dc:creator>Vince_SAS</dc:creator>
    <dc:date>2018-09-14T01:47:40Z</dc:date>
    <item>
      <title>%let cust = %str(cust_id phone_num)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/let-cust-str-cust-id-phone-num/m-p/495546#M72359</link>
      <description>&lt;P&gt;May anyone know what this line mean and give me a exact case on how it use.&lt;/P&gt;&lt;P&gt;I think cust_id and phone_num are two column names.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let cust = %str(cust_id phone_num);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;------------------------------------update---------------------------------------&lt;/P&gt;&lt;P&gt;Actually,I wanted to know STR statement usage and for this specific case which I could not find too much information in the doc..&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 01:13:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/let-cust-str-cust-id-phone-num/m-p/495546#M72359</guid>
      <dc:creator>Geo-</dc:creator>
      <dc:date>2018-09-14T01:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: %let cust = %str(cust_id phone_num)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/let-cust-str-cust-id-phone-num/m-p/495547#M72360</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;The %LET statement creates a global macro variable with a value of the literal text within the parentheses.&amp;nbsp; To&amp;nbsp;display the value in the SAS log, submit this code:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put &amp;amp;CUST;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS® 9.4 Macro Language: Reference, Fifth Edition&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="verdana,geneva"&gt;%LET Statement&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="verdana,geneva"&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=mcrolref&amp;amp;docsetTarget=p18wszyqagt1qcn1t6vo5piib1bq.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://go.documentation.sas.com/?docsetId=mcrolref&amp;amp;docsetTarget=p18wszyqagt1qcn1t6vo5piib1bq.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS® 9.4 Macro Language: Reference, Fifth Edition&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="verdana,geneva"&gt;&lt;A href="https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=mcrolref&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en" target="_blank"&gt;https://go.documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=mcrolref&amp;amp;docsetTarget=titlepage.htm&amp;amp;locale=en&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 23:20:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/let-cust-str-cust-id-phone-num/m-p/495547#M72360</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2018-09-13T23:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: %let cust = %str(cust_id phone_num)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/let-cust-str-cust-id-phone-num/m-p/495548#M72361</link>
      <description>&lt;P&gt;If you want to learn about macro quoting , assuming you are sound in other facets of the language, SAS docs alone will help. Otherwise, please get this book&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/store/books/categories/usage-and-reference/carpenter-s-complete-guide-to-the-sas-macro-language-third-edition/prodBK_67815_en.html" target="_blank"&gt;https://www.sas.com/store/books/categories/usage-and-reference/carpenter-s-complete-guide-to-the-sas-macro-language-third-edition/prodBK_67815_en.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 23:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/let-cust-str-cust-id-phone-num/m-p/495548#M72361</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-09-13T23:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: %let cust = %str(cust_id phone_num)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/let-cust-str-cust-id-phone-num/m-p/495554#M72362</link>
      <description>have edited the message.maybe I am not clearly enough at first.thank you for your time</description>
      <pubDate>Fri, 14 Sep 2018 01:15:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/let-cust-str-cust-id-phone-num/m-p/495554#M72362</guid>
      <dc:creator>Geo-</dc:creator>
      <dc:date>2018-09-14T01:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: %let cust = %str(cust_id phone_num)</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/let-cust-str-cust-id-phone-num/m-p/495557#M72363</link>
      <description>&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;The topic of macro quoting is too complicated to explain in a forum post.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;You have been recommended a good book.&amp;nbsp; See also this documentation:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;SAS® 9.4 Macro Language: Reference, Fifth Edition&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="verdana,geneva"&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=mcrolref&amp;amp;docsetTarget=p07u5itr1teq0dn1bx0lli1ri5dy.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://go.documentation.sas.com/?docsetId=mcrolref&amp;amp;docsetTarget=p07u5itr1teq0dn1bx0lli1ri5dy.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="verdana,geneva"&gt;Vince DelGobbo&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="verdana,geneva"&gt;SAS R&amp;amp;D&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 01:47:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/let-cust-str-cust-id-phone-num/m-p/495557#M72363</guid>
      <dc:creator>Vince_SAS</dc:creator>
      <dc:date>2018-09-14T01:47:40Z</dc:date>
    </item>
  </channel>
</rss>

