<?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: converting numeric date variable into character date variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/converting-numeric-date-variable-into-character-date-variable/m-p/494187#M130191</link>
    <description>&lt;P&gt;Select *, NEW VARIABLES go here etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Sep 2018 16:30:24 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-09-10T16:30:24Z</dc:date>
    <item>
      <title>converting numeric date variable into character date variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-numeric-date-variable-into-character-date-variable/m-p/494185#M130190</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I converted the numeric date variable into character variable using this code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;create table as date_char as select put (visit_dt,yymmdd10.) as visdate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;from stdtelmt merged; quit;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;it worked as I wanted but in my new table I only have new variable. how do I get all of the variable I had in the from table? or all of the variable in the previous dataset?&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 16:19:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-numeric-date-variable-into-character-date-variable/m-p/494185#M130190</guid>
      <dc:creator>Dhana18</dc:creator>
      <dc:date>2018-09-10T16:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: converting numeric date variable into character date variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-numeric-date-variable-into-character-date-variable/m-p/494187#M130191</link>
      <description>&lt;P&gt;Select *, NEW VARIABLES go here etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 16:30:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-numeric-date-variable-into-character-date-variable/m-p/494187#M130191</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-10T16:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: converting numeric date variable into character date variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-numeric-date-variable-into-character-date-variable/m-p/494188#M130192</link>
      <description>&lt;P&gt;coz you selected only&amp;nbsp;select put (visit_dt,yymmdd10.) as visdate&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;select *&lt;/STRONG&gt;,&lt;SPAN&gt;put (visit_dt,yymmdd10.) as visdate&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 16:30:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-numeric-date-variable-into-character-date-variable/m-p/494188#M130192</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2018-09-10T16:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: converting numeric date variable into character date variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-numeric-date-variable-into-character-date-variable/m-p/494190#M130194</link>
      <description>&lt;P&gt;Thank you. You made my day!!!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 16:36:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-numeric-date-variable-into-character-date-variable/m-p/494190#M130194</guid>
      <dc:creator>Dhana18</dc:creator>
      <dc:date>2018-09-10T16:36:38Z</dc:date>
    </item>
  </channel>
</rss>

