<?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 remove -- from sas date in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-from-sas-date/m-p/578774#M164204</link>
    <description>&lt;P&gt;Use the TRANWRD function&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p0pgemqcslm9uen1tvr5gcrusgrw.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p0pgemqcslm9uen1tvr5gcrusgrw.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2019 16:45:00 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-08-02T16:45:00Z</dc:date>
    <item>
      <title>how to remove -- from sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-from-sas-date/m-p/578772#M164203</link>
      <description>&lt;P&gt;I have a date which is "2006-07---" and i want to remove "---" as those are missing dates and make it to "2006-07".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;any suggestion on how to do it. basically make these --- to iso date format&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:42:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-from-sas-date/m-p/578772#M164203</guid>
      <dc:creator>vraj1</dc:creator>
      <dc:date>2019-08-02T16:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove -- from sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-from-sas-date/m-p/578774#M164204</link>
      <description>&lt;P&gt;Use the TRANWRD function&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p0pgemqcslm9uen1tvr5gcrusgrw.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmmvacdc&amp;amp;cdcVersion=9.4&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p0pgemqcslm9uen1tvr5gcrusgrw.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:45:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-from-sas-date/m-p/578774#M164204</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-08-02T16:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove -- from sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-from-sas-date/m-p/578775#M164205</link>
      <description>- or x is the ISO 8601 standard to denote a missing component. Your data already uses the --.&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/leforinforref/64790/HTML/default/viewer.htm#p1a0qt18rxydrkn1b0rtdfh2t8zs.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/leforinforref/64790/HTML/default/viewer.htm#p1a0qt18rxydrkn1b0rtdfh2t8zs.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Aug 2019 16:47:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-from-sas-date/m-p/578775#M164205</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-02T16:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove -- from sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-from-sas-date/m-p/578897#M164263</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
x="2006-07---   ";
y=prxchange('s/\-+$//',1,strip(x));
put x= y=;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 03 Aug 2019 11:55:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-from-sas-date/m-p/578897#M164263</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-08-03T11:55:48Z</dc:date>
    </item>
  </channel>
</rss>

