<?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: How to change format in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-change-format/m-p/509306#M72931</link>
    <description>Did a format statement not work?</description>
    <pubDate>Wed, 31 Oct 2018 20:00:39 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-10-31T20:00:39Z</dc:date>
    <item>
      <title>How to change format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-change-format/m-p/509275#M72926</link>
      <description>I would like to convert z format datetime20 to datetime19</description>
      <pubDate>Wed, 31 Oct 2018 19:17:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-change-format/m-p/509275#M72926</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2018-10-31T19:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to change format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-change-format/m-p/509304#M72930</link>
      <description>&lt;P&gt;Code to change in place:&lt;/P&gt;
&lt;PRE&gt;proc datasets library=yourlib;
modify yourdataset;
   format yourvariable datetime19.;
quit;&lt;/PRE&gt;
&lt;P&gt;Or open the column view of the data set in the SAS explorer click on the variable name and modify the format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or open the tableview of the data set in edit mode, click on the column heading to bring up the variable properties box and change the format.&lt;/P&gt;
&lt;P&gt;Or rerun the step that created the data set and change the previous format to the one you want.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 19:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-change-format/m-p/509304#M72930</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-10-31T19:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to change format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-change-format/m-p/509306#M72931</link>
      <description>Did a format statement not work?</description>
      <pubDate>Wed, 31 Oct 2018 20:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-change-format/m-p/509306#M72931</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-10-31T20:00:39Z</dc:date>
    </item>
  </channel>
</rss>

