<?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: SAS EG  DATA OUTPUT in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-EG-DATA-OUTPUT/m-p/581485#M13690</link>
    <description>&lt;P&gt;You can use the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=n0fcshr0ir3h73n1b845c4aq58hz.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;compress()&lt;/A&gt; function to remove certain unwanted characters.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Aug 2019 16:02:23 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-08-15T16:02:23Z</dc:date>
    <item>
      <title>SAS EG  DATA OUTPUT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EG-DATA-OUTPUT/m-p/581475#M13684</link>
      <description>&lt;DIV class="mt-info-text"&gt;I have the courage to FECHA_INGRESO&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;fecha ingreso = SUBSTR(t1.fecha_ingreso, 1, 20)&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&lt;DIV class="mt-info-text"&gt;which delivers as a result 2014-04-03 00:00:00&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&lt;DIV class="mt-info-text"&gt;&lt;DIV class="mt-info-text"&gt;I want to have this same date removing the ' - '&amp;nbsp; and ' : '&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&lt;DIV class="mt-info-text"&gt;you can tell me what function I can use for this&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 15 Aug 2019 15:56:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EG-DATA-OUTPUT/m-p/581475#M13684</guid>
      <dc:creator>yesidgranadosv</dc:creator>
      <dc:date>2019-08-15T15:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG  DATA OUTPUT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EG-DATA-OUTPUT/m-p/581480#M13687</link>
      <description>&lt;P&gt;Use COMPRESS()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would recommend storing your dates as SAS dates and using formats instead of characters.&lt;/P&gt;
&lt;P&gt;There's a great reference on dates and times in the Community Library on this site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/269250"&gt;@yesidgranadosv&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;DIV class="mt-info-text"&gt;I have the courage to FECHA_INGRESO&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mt-info-text"&gt;fecha ingreso = SUBSTR(t1.fecha_ingreso, 1, 20)&lt;/DIV&gt;
&lt;DIV class="mt-info-text"&gt;
&lt;DIV class="mt-info-text"&gt;which delivers as a result 2014-04-03 00:00:00&lt;/DIV&gt;
&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mt-info-text"&gt;
&lt;DIV class="mt-info-text"&gt;
&lt;DIV class="mt-info-text"&gt;I want to have this same date removing the ' - '&amp;nbsp; and ' : '&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mt-info-text"&gt;
&lt;DIV class="mt-info-text"&gt;you can tell me what function I can use for this&lt;/DIV&gt;
&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="mt-info-text"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 15:59:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EG-DATA-OUTPUT/m-p/581480#M13687</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-08-15T15:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG  DATA OUTPUT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EG-DATA-OUTPUT/m-p/581484#M13689</link>
      <description>&lt;P&gt;So you have a character 'datetime value'. Do you want this to be an actual numeric datetime value?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 16:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EG-DATA-OUTPUT/m-p/581484#M13689</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-08-15T16:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG  DATA OUTPUT</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-EG-DATA-OUTPUT/m-p/581485#M13690</link>
      <description>&lt;P&gt;You can use the &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=n0fcshr0ir3h73n1b845c4aq58hz.htm&amp;amp;locale=en" target="_blank" rel="noopener"&gt;compress()&lt;/A&gt; function to remove certain unwanted characters.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 16:02:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-EG-DATA-OUTPUT/m-p/581485#M13690</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-08-15T16:02:23Z</dc:date>
    </item>
  </channel>
</rss>

