<?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 Call symputx(“THIS”, -1) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Call-symputx-THIS-1/m-p/849221#M335745</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;Can someone please explain what does -1 mean in symputx?&lt;/P&gt;
&lt;P&gt;respectfully,&lt;/P&gt;
&lt;P&gt;BittenApple&lt;/P&gt;</description>
    <pubDate>Mon, 12 Dec 2022 18:48:39 GMT</pubDate>
    <dc:creator>GN0001</dc:creator>
    <dc:date>2022-12-12T18:48:39Z</dc:date>
    <item>
      <title>Call symputx(“THIS”, -1)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-symputx-THIS-1/m-p/849221#M335745</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;Can someone please explain what does -1 mean in symputx?&lt;/P&gt;
&lt;P&gt;respectfully,&lt;/P&gt;
&lt;P&gt;BittenApple&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 18:48:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-symputx-THIS-1/m-p/849221#M335745</guid>
      <dc:creator>GN0001</dc:creator>
      <dc:date>2022-12-12T18:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Call symputx(“THIS”, -1)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Call-symputx-THIS-1/m-p/849222#M335746</link>
      <description>&lt;P&gt;This assigns the string &lt;FONT face="courier new,courier"&gt;-1&lt;/FONT&gt; to the macro variable &amp;amp;THIS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
    call symputx("THIS",-1);
run;

%put &amp;amp;=this;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Dec 2022 18:51:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Call-symputx-THIS-1/m-p/849222#M335746</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-12-12T18:51:01Z</dc:date>
    </item>
  </channel>
</rss>

