<?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: Extracting month from a file creation data using %sysfunc function in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435490#M28161</link>
    <description>&lt;P&gt;You need to get that fixed...not having access to the documentation doesn't make sense. Does your work block websites?&lt;/P&gt;
&lt;P&gt;Or did you try some old versions, ie SAS 9.3?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Feb 2018 23:04:41 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-02-08T23:04:41Z</dc:date>
    <item>
      <title>Extracting month from a file creation data using %sysfunc function</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435110#M28141</link>
      <description>&lt;P&gt;I run &amp;nbsp;monthly files and trying to create title something like&amp;nbsp;--&lt;/P&gt;&lt;P&gt;"&lt;FONT color="#0000ff"&gt;Files are current through December31, 2017".&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff"&gt;I do not want to hard code in my program. I know I can use %sysfunc on the file creation day using data dictionary. Then how am I going to get last day of each month.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff"&gt;Any tips will be greatly appreciated.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff"&gt;Thank you!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff"&gt;BG&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 23:17:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435110#M28141</guid>
      <dc:creator>Bula</dc:creator>
      <dc:date>2018-02-07T23:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting month from a file creation data using %sysfunc function</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435113#M28142</link>
      <description>&lt;P&gt;INTNX will give you the end of the month.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use the difference of 0 months and the fourth parameter allows you to align the date to the end of the month.&lt;/P&gt;
&lt;P&gt;The documentation has an example if you're having difficulty or post your code back here.&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/112830"&gt;@Bula&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I run &amp;nbsp;monthly files and trying to create title something like&amp;nbsp;--&lt;/P&gt;
&lt;P&gt;"&lt;FONT color="#0000ff"&gt;Files are current through December31, 2017".&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;I do not want to hard code in my program. I know I can use %sysfunc on the file creation day using data dictionary. Then how am I going to get last day of each month.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;Any tips will be greatly appreciated.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;Thank you!&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff"&gt;BG&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2018 23:21:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435113#M28142</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-07T23:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting month from a file creation data using %sysfunc function</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435115#M28143</link>
      <description>Thank you Reeza! I will try tomorrow to figure it out.</description>
      <pubDate>Wed, 07 Feb 2018 23:26:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435115#M28143</guid>
      <dc:creator>Bula</dc:creator>
      <dc:date>2018-02-07T23:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting month from a file creation data using %sysfunc function</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435479#M28157</link>
      <description>Hi Reza,&lt;BR /&gt;&lt;BR /&gt;I spent a bit time on refreshing INTNX function. My Base SAS documentation is showing foreign language. I do not know why. If you please could send me code that would ve very helpful.&lt;BR /&gt;Thanks Reza</description>
      <pubDate>Thu, 08 Feb 2018 22:26:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435479#M28157</guid>
      <dc:creator>Bula</dc:creator>
      <dc:date>2018-02-08T22:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting month from a file creation data using %sysfunc function</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435482#M28158</link>
      <description>&lt;P&gt;Here's the english version:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=p10v3sa3i4kfxfn1sovhi5xzxh8n.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=zh-CN" target="_blank"&gt;http://documentation.sas.com/?docsetId=lefunctionsref&amp;amp;docsetTarget=p10v3sa3i4kfxfn1sovhi5xzxh8n.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=zh-CN&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that you can use the TODAY() function to get todays date.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post what you've tried and I'll be happy to help further.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 22:31:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435482#M28158</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-08T22:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting month from a file creation data using %sysfunc function</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435484#M28159</link>
      <description />
      <pubDate>Thu, 08 Feb 2018 22:38:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435484#M28159</guid>
      <dc:creator>Bula</dc:creator>
      <dc:date>2018-02-08T22:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting month from a file creation data using %sysfunc function</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435485#M28160</link>
      <description>&lt;P&gt;No luck &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment. When I clicked on your documentation link, I simply get a blank page.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 22:43:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435485#M28160</guid>
      <dc:creator>Bula</dc:creator>
      <dc:date>2018-02-08T22:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Extracting month from a file creation data using %sysfunc function</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435490#M28161</link>
      <description>&lt;P&gt;You need to get that fixed...not having access to the documentation doesn't make sense. Does your work block websites?&lt;/P&gt;
&lt;P&gt;Or did you try some old versions, ie SAS 9.3?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Feb 2018 23:04:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Extracting-month-from-a-file-creation-data-using-sysfunc/m-p/435490#M28161</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-08T23:04:41Z</dc:date>
    </item>
  </channel>
</rss>

