<?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 Which Date function can be used to extract month(Character) from teradata column value ? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Which-Date-function-can-be-used-to-extract-month-Character-from/m-p/198485#M14992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me how to or which function can be used to &lt;SPAN style="font-size: 13.3333330154419px;"&gt;extract &lt;/SPAN&gt;month from a date value in Teradata.&lt;/P&gt;&lt;P&gt;Ex: November from 25/11/2010(dd/mm/yy) date value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jun 2015 00:56:46 GMT</pubDate>
    <dc:creator>varunsudham</dc:creator>
    <dc:date>2015-06-03T00:56:46Z</dc:date>
    <item>
      <title>Which Date function can be used to extract month(Character) from teradata column value ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Which-Date-function-can-be-used-to-extract-month-Character-from/m-p/198485#M14992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest me how to or which function can be used to &lt;SPAN style="font-size: 13.3333330154419px;"&gt;extract &lt;/SPAN&gt;month from a date value in Teradata.&lt;/P&gt;&lt;P&gt;Ex: November from 25/11/2010(dd/mm/yy) date value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 00:56:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Which-Date-function-can-be-used-to-extract-month-Character-from/m-p/198485#M14992</guid>
      <dc:creator>varunsudham</dc:creator>
      <dc:date>2015-06-03T00:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Which Date function can be used to extract month(Character) from teradata column value ?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Which-Date-function-can-be-used-to-extract-month-Character-from/m-p/198486#M14993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you go:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;infile cards dsd;&lt;/P&gt;&lt;P&gt;informat date_value ddmmyy10.;&lt;/P&gt;&lt;P&gt;format date_value ddmmyy10.;&lt;/P&gt;&lt;P&gt;input date_value;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;25/11/2010&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data want;&lt;/P&gt;&lt;P&gt;set have;&lt;/P&gt;&lt;P&gt;/*numeric*/&lt;/P&gt;&lt;P&gt;month1 = month(date_value);&lt;/P&gt;&lt;P&gt;/*Character*/&lt;/P&gt;&lt;P&gt;month2 = substr(put(date_value,ddmmyy10.),4,2);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2015 11:32:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Which-Date-function-can-be-used-to-extract-month-Character-from/m-p/198486#M14993</guid>
      <dc:creator>Steelers_In_DC</dc:creator>
      <dc:date>2015-06-03T11:32:56Z</dc:date>
    </item>
  </channel>
</rss>

