<?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: Put function in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Put-function/m-p/775928#M246673</link>
    <description>&lt;P&gt;please explain me these below to lines....thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;call symputx('dt1', &lt;EM&gt;111719&lt;/EM&gt;);&lt;BR /&gt;put _all_;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Oct 2021 17:51:35 GMT</pubDate>
    <dc:creator>soujanyak</dc:creator>
    <dc:date>2021-10-22T17:51:35Z</dc:date>
    <item>
      <title>Put function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Put-function/m-p/775925#M246671</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please help me to understand the below step by step&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data _null_;&lt;BR /&gt;&lt;EM&gt;dt=put(today()-1, mmddyy6.);&lt;/EM&gt;&lt;BR /&gt;call symputx('dt1', 111719);&lt;BR /&gt;put _all_;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 17:37:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Put-function/m-p/775925#M246671</guid>
      <dc:creator>soujanyak</dc:creator>
      <dc:date>2021-10-22T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Put function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Put-function/m-p/775926#M246672</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;dt=put(today()-1, mmddyy6.);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This creates a character variable named dt which has the value of yesterday's date, in format mmddyy6 which is 102121 (10th month, 21st day, 21st year of the century) or October 21, 2021.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Other than that, I am not sure what you don't understand, maybe you could explain further.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 17:46:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Put-function/m-p/775926#M246672</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-22T17:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: Put function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Put-function/m-p/775928#M246673</link>
      <description>&lt;P&gt;please explain me these below to lines....thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;call symputx('dt1', &lt;EM&gt;111719&lt;/EM&gt;);&lt;BR /&gt;put _all_;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 17:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Put-function/m-p/775928#M246673</guid>
      <dc:creator>soujanyak</dc:creator>
      <dc:date>2021-10-22T17:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Put function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Put-function/m-p/775951#M246679</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;call symputx('dt1', 111719);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;creates a macro variable (not a data set variable) named &amp;amp;DT1 that has value 111719.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;put _all_;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;writes the names and values of all data set variables (including automatic temporary variables such as _N_ and _ERROR_) to the log&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 18:49:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Put-function/m-p/775951#M246679</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-22T18:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Put function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Put-function/m-p/775952#M246680</link>
      <description>&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Fri, 22 Oct 2021 18:51:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Put-function/m-p/775952#M246680</guid>
      <dc:creator>soujanyak</dc:creator>
      <dc:date>2021-10-22T18:51:21Z</dc:date>
    </item>
  </channel>
</rss>

