<?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 Macro - Default Dates in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Default-Dates/m-p/510950#M137504</link>
    <description>&lt;P&gt;Look in the code for the date() or today() function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Nov 2018 05:32:35 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-11-07T05:32:35Z</dc:date>
    <item>
      <title>SAS Macro - Default Dates</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Default-Dates/m-p/510949#M137503</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS Macro. &amp;nbsp;I am debugging a code at the moment&amp;nbsp; and having trouble trying to determine where the dates are coming from.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I find out where the dates are coming from? Appreciate your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Below is the macro that is pulling the dates:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%&lt;STRONG&gt;&lt;I&gt;DetermineLoadDate&lt;/I&gt;&lt;/STRONG&gt;(DefaultLoadPeriod=YESTERDAY);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Below are the results from the log&amp;nbsp;when running the above macro&lt;/U&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEUSEDFLAG2 resolves to SPECIFIED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEUSEDFLAG2 resolves to SPECIFIED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEPASSED resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATE resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATE resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATE resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATE resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CALYEAR resolves to year(21494)&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CALMONTH resolves to month(21494)&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEPASSED resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATE resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATE resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CALMONTH resolves to month(21494)&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEUSEDFLAG2 resolves to SPECIFIED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable FMTH resolves to month&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CYR resolves to cyr&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable FYR resolves to input(year,4.)&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CYR resolves to cyr&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable FYR resolves to input(year,4.)&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CMTH resolves to cmth&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable FMTH resolves to month&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEUSEDFLAG2 resolves to SPECIFIED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEPASSED resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEPASSED resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEPASSED resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEPASSED resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEPASSED resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEPASSED resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEPASSED resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEPASSED resolves to 21494&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEPASSED resolves to 21494&lt;/P&gt;&lt;P&gt;NOTE: Numeric values have been converted to character values at the places given by: (Line):(Column).&lt;/P&gt;&lt;P&gt;16:59 16:183&lt;/P&gt;&lt;P&gt;NOTE: Character values have been converted to numeric values at the places given by: (Line):(Column).&lt;/P&gt;&lt;P&gt;3 The SAS System 14:25 Wednesday, November 7, 2018&lt;/P&gt;&lt;P&gt;16:119 16:211&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.00 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.02 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DAY_DATE9 resolves to 06NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable YEARTO resolves to 31AUG2019&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DAY_DATE9 resolves to 06NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DAY_DATE9 resolves to 06NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DAY_DATE9 resolves to 06NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable YEARFROM resolves to 01SEP2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable YEARFROM resolves to 01SEP2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable YEARFROM resolves to 01SEP2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable YEARFROM resolves to 01SEP2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DAY_DATE9 resolves to 06NOV2018&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.00 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DAY_DATE9 resolves to 06NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable MONTHTO resolves to 30NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_CMTHEND resolves to 31OCT2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DAY_DATE9 resolves to 06NOV2018&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.00 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEUSEDFLAG2 resolves to SPECIFIED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATEUSEDFLAG2 resolves to SPECIFIED&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DATESPECIFIED resolves to 06NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable FMTH resolves to 03&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable FYR resolves to 2019&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable YRMTH resolves to 201903&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable MONTHFROM resolves to 01NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable MONTHTO resolves to 30NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable SOM_YMD resolves to 20181101&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable EOM_YMD resolves to 20181130&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable YEARFROM resolves to 01SEP2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable YEARTO resolves to 31AUG2019&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable EOY_YMD resolves to 20190831&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CMTH resolves to 11&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CYR resolves to 2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CQTR resolves to 4&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CQTR_YRMTH resolves to 201810&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_FMTH resolves to 02&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_FYR resolves to 2019&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_YRMTH resolves to 201902&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_CMTHEND_YMD resolves to 20181031&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_CMTHEND resolves to 31OCT2018&lt;/P&gt;&lt;P&gt;4 The SAS System 14:25 Wednesday, November 7, 2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_CMTHFROM resolves to 01OCT2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_CMTH resolves to 10&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_CYR resolves to 2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_CQTR resolves to 4&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_CQTR_YRMTH resolves to 201810&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable NEXT_FMTH resolves to 04&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable NEXT_FYR resolves to 2019&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable NEXT_YRMTH resolves to 201904&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable NEXT_CMTHEND resolves to 31DEC2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable NEXT_CMTHFROM resolves to 01DEC2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable NEXT_CMTH resolves to 12&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable NEXT_CYR resolves to 2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable HALFYR_FROM resolves to 01JUN2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable HALFYR_FMTH resolves to 10&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable HALFYR_FYR resolves to 2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable QTR resolves to 1&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_QTR resolves to 4&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable QTRFROM resolves to 01SEP2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable QTRTO resolves to 30NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DAY_YMD resolves to 20181106&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable YYMMDD resolves to 181106&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CYYMM resolves to 1811&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable NEXT_DMY resolves to 07112018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DAY_DATE9 resolves to 06NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable WEEKDAY resolves to 3&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable YESTERDAY resolves to 05NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable TOMORROW resolves to 07NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable YMD resolves to 20181106&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable P_YMD resolves to 20181105&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable MONTHWORD resolves to November&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DAYSINMONTH resolves to 30&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable DAYSINYEAR resolves to 365&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CALDTE resolves to November 2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable REPORTDATE resolves to 07NOV2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable TODAY_YMD resolves to 20181107&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable LAST_EOM_DATE resolves to 31OCT2018&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable FWK resolves to 11&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable CREATEDATEMACROVARSERR resolves to 0&lt;/P&gt;&lt;P&gt;This Financial month macro variables from Date Specified of 06NOV2018:&lt;/P&gt;&lt;P&gt;This Financial month macro variables:&lt;/P&gt;&lt;P&gt;fmth =03&lt;/P&gt;&lt;P&gt;fyr =2019&lt;/P&gt;&lt;P&gt;YrMth =201903&lt;/P&gt;&lt;P&gt;MonthFrom =01NOV2018&lt;/P&gt;&lt;P&gt;MonthTo =30NOV2018&lt;/P&gt;&lt;P&gt;som_ymd =20181101&lt;/P&gt;&lt;P&gt;eom_ymd =20181130&lt;/P&gt;&lt;P&gt;YearFrom =01SEP2018&lt;/P&gt;&lt;P&gt;YearTo =31AUG2019&lt;/P&gt;&lt;P&gt;eoy_ymd =20190831&lt;/P&gt;&lt;P&gt;This Calendar month macro variables:&lt;/P&gt;&lt;P&gt;cmth =11&lt;/P&gt;&lt;P&gt;cyr =2018&lt;/P&gt;&lt;P&gt;CQtr =4 (Calendar Year Quarter)&lt;/P&gt;&lt;P&gt;CQtr_yrmth =201810 (Quarter Start Year/Month)&lt;/P&gt;&lt;P&gt;5 The SAS System 14:25 Wednesday, November 7, 2018&lt;/P&gt;&lt;P&gt;Previous Month macro variables:&lt;/P&gt;&lt;P&gt;p_fmth =02&lt;/P&gt;&lt;P&gt;p_fyr =2019&lt;/P&gt;&lt;P&gt;p_YrMth =201902&lt;/P&gt;&lt;P&gt;p_CmthEnd_ymd=20181031&lt;/P&gt;&lt;P&gt;p_CmthEnd =31OCT2018&lt;/P&gt;&lt;P&gt;p_CmthFrom =01OCT2018&lt;/P&gt;&lt;P&gt;p_CMth =10&lt;/P&gt;&lt;P&gt;p_CYr =2018&lt;/P&gt;&lt;P&gt;p_CQtr =4 (Previous Months Calendar Year Quarter)&lt;/P&gt;&lt;P&gt;p_CQtr_yrmth =201810 (Previous Months Quarter Start Year/Month)&lt;/P&gt;&lt;P&gt;Next Month macro variables:&lt;/P&gt;&lt;P&gt;Next_fmth =04&lt;/P&gt;&lt;P&gt;Next_fyr =2019&lt;/P&gt;&lt;P&gt;Next_YrMth =201904&lt;/P&gt;&lt;P&gt;Next_CMthEnd =31DEC2018&lt;/P&gt;&lt;P&gt;Next_CMthFrom =01DEC2018&lt;/P&gt;&lt;P&gt;Next_CMth =12&lt;/P&gt;&lt;P&gt;Next_CYr =2018&lt;/P&gt;&lt;P&gt;Half Year macro variables:&lt;/P&gt;&lt;P&gt;HalfYr_From =01JUN2018&lt;/P&gt;&lt;P&gt;HalfYr_fmth =10&lt;/P&gt;&lt;P&gt;HalfYr_fyr =2018&lt;/P&gt;&lt;P&gt;This Quarter and Previous Quarter macro variables:&lt;/P&gt;&lt;P&gt;qtr =1 (Financial Quarter)&lt;/P&gt;&lt;P&gt;p_qtr =4 (Previous Financial Quarter - literally, not just for previous month)&lt;/P&gt;&lt;P&gt;QtrFrom =01SEP2018&lt;/P&gt;&lt;P&gt;QtrTo =30NOV2018&lt;/P&gt;&lt;P&gt;Date Specified macro variables (set to Date Specified or EOM Date):&lt;/P&gt;&lt;P&gt;day_ymd =20181106&lt;/P&gt;&lt;P&gt;yymmdd =181106&lt;/P&gt;&lt;P&gt;cyymm =1811&lt;/P&gt;&lt;P&gt;next_dmy =07112018&lt;/P&gt;&lt;P&gt;day_date9 =06NOV2018&lt;/P&gt;&lt;P&gt;Weekday =3&lt;/P&gt;&lt;P&gt;Yesterday =05NOV2018&lt;/P&gt;&lt;P&gt;Tomorrow =07NOV2018&lt;/P&gt;&lt;P&gt;Ymd =20181106&lt;/P&gt;&lt;P&gt;p_ymd =20181105&lt;/P&gt;&lt;P&gt;Other miscellaneous variables:&lt;/P&gt;&lt;P&gt;MonthWord =November&lt;/P&gt;&lt;P&gt;DaysInMonth =30&lt;/P&gt;&lt;P&gt;DaysInYear = 365&lt;/P&gt;&lt;P&gt;caldte =November 2018&lt;/P&gt;&lt;P&gt;ReportDate =07NOV2018&lt;/P&gt;&lt;P&gt;Today_ymd =20181107&lt;/P&gt;&lt;P&gt;last_eom_date =31OCT2018&lt;/P&gt;&lt;P&gt;fwk =11 (Financial Week Number)&lt;/P&gt;&lt;P&gt;CreateDateMacroVarsErr = 0&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.00 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;6 The SAS System 14:25 Wednesday, November 7, 2018&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Deleting WORK.MACROTST (memtype=DATA).&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE DATASETS used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.00 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;17&lt;/P&gt;&lt;P&gt;18 %LET _CLIENTTASKLABEL=;&lt;/P&gt;&lt;P&gt;19 %LET _EGTASKLABEL=;&lt;/P&gt;&lt;P&gt;20 %LET _CLIENTPROJECTNAME=;&lt;/P&gt;&lt;P&gt;21 %LET _SASPROGRAMFILE=;&lt;/P&gt;&lt;P&gt;22&lt;/P&gt;&lt;P&gt;23 ;*';*";*/;quit;run;&lt;/P&gt;&lt;P&gt;24 ODS _ALL_ CLOSE;&lt;/P&gt;&lt;P&gt;25&lt;/P&gt;&lt;P&gt;26&lt;/P&gt;&lt;P&gt;27 QUIT; RUN;&lt;/P&gt;&lt;P&gt;28&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 05:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Default-Dates/m-p/510949#M137503</guid>
      <dc:creator>Timbim</dc:creator>
      <dc:date>2018-11-07T05:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Macro - Default Dates</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Default-Dates/m-p/510950#M137504</link>
      <description>&lt;P&gt;Look in the code for the date() or today() function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Nov 2018 05:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Macro-Default-Dates/m-p/510950#M137504</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-07T05:32:35Z</dc:date>
    </item>
  </channel>
</rss>

