<?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: call SYMPUTX in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/call-SYMPUTX/m-p/974008#M377780</link>
    <description>&lt;P&gt;Now it is 100%&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let SAS_FROM_Haamada_date='15AUG2025'd;
data _Null_ ;
From_date_Bakashot=&amp;amp;SAS_FROM_Haamada_date.-1;
call SYMPUTX ('From_date_Bakashot',From_date_Bakashot);
Run;

%put From_date_Bakashot=&amp;amp;From_date_Bakashot.;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 03 Sep 2025 07:54:12 GMT</pubDate>
    <dc:creator>Ronein</dc:creator>
    <dc:date>2025-09-03T07:54:12Z</dc:date>
    <item>
      <title>call SYMPUTX</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-SYMPUTX/m-p/973999#M377776</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Why the macro variable I create doesn't&amp;nbsp; get the desired value??? (Should get the numeric value of 14Aug2025)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let SAS_FROM_Haamada_date='15AUG2025'd;
data _Null_ ;
From_date_Bakashot=&amp;amp;SAS_FROM_Haamada_date.-1;
call SYMPUTX ('From_date_Bakashot',x);
Run;
%put From_date_Bakashot=From_date_Bakashot.;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Sep 2025 06:55:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-SYMPUTX/m-p/973999#M377776</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2025-09-03T06:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: call SYMPUTX</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-SYMPUTX/m-p/974002#M377778</link>
      <description>&lt;P&gt;The log tells you that variable x is uninitialized.&lt;/P&gt;
&lt;P&gt;You create from_date_bakashot, but then use x as argument to CALL SYMPUTX.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 07:08:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-SYMPUTX/m-p/974002#M377778</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2025-09-03T07:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: call SYMPUTX</title>
      <link>https://communities.sas.com/t5/SAS-Programming/call-SYMPUTX/m-p/974008#M377780</link>
      <description>&lt;P&gt;Now it is 100%&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let SAS_FROM_Haamada_date='15AUG2025'd;
data _Null_ ;
From_date_Bakashot=&amp;amp;SAS_FROM_Haamada_date.-1;
call SYMPUTX ('From_date_Bakashot',From_date_Bakashot);
Run;

%put From_date_Bakashot=&amp;amp;From_date_Bakashot.;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 03 Sep 2025 07:54:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/call-SYMPUTX/m-p/974008#M377780</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2025-09-03T07:54:12Z</dc:date>
    </item>
  </channel>
</rss>

