<?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 functions in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/functions/m-p/280685#M56757</link>
    <description>&lt;P&gt;hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am getting an error:&lt;/P&gt;&lt;P&gt;51 data test4;&lt;BR /&gt;52 set T.Grocery_coupons;&lt;BR /&gt;53 format mm date9.;&lt;BR /&gt;54 mm=intnx('month','31Mar2014'd,-3,'s');&lt;BR /&gt;--- -------&lt;BR /&gt;49 49&lt;BR /&gt;NOTE 49-169: The meaning of an identifier after a quoted string may change in a future SAS release. Inserting white&lt;BR /&gt;space between a quoted string and the succeeding identifier is recommended.&lt;/P&gt;&lt;P&gt;55 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my code:&lt;/P&gt;&lt;P&gt;data test4;&lt;BR /&gt;set T.Grocery_coupons;&lt;BR /&gt;format mm date9.;&lt;BR /&gt;mm=intnx('month','31Mar2014'd,-3,'s');&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;thanks&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>Tue, 28 Jun 2016 07:24:40 GMT</pubDate>
    <dc:creator>Prateek1</dc:creator>
    <dc:date>2016-06-28T07:24:40Z</dc:date>
    <item>
      <title>functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/functions/m-p/280685#M56757</link>
      <description>&lt;P&gt;hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am getting an error:&lt;/P&gt;&lt;P&gt;51 data test4;&lt;BR /&gt;52 set T.Grocery_coupons;&lt;BR /&gt;53 format mm date9.;&lt;BR /&gt;54 mm=intnx('month','31Mar2014'd,-3,'s');&lt;BR /&gt;--- -------&lt;BR /&gt;49 49&lt;BR /&gt;NOTE 49-169: The meaning of an identifier after a quoted string may change in a future SAS release. Inserting white&lt;BR /&gt;space between a quoted string and the succeeding identifier is recommended.&lt;/P&gt;&lt;P&gt;55 run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my code:&lt;/P&gt;&lt;P&gt;data test4;&lt;BR /&gt;set T.Grocery_coupons;&lt;BR /&gt;format mm date9.;&lt;BR /&gt;mm=intnx('month','31Mar2014'd,-3,'s');&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;thanks&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>Tue, 28 Jun 2016 07:24:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/functions/m-p/280685#M56757</guid>
      <dc:creator>Prateek1</dc:creator>
      <dc:date>2016-06-28T07:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/functions/m-p/280689#M56760</link>
      <description>&lt;P&gt;Interesting. I don't get that NOTE:&lt;/P&gt;
&lt;PRE&gt;23         GOPTIONS ACCESSIBLE;
24         data test4;
25         set sashelp.class;
26         format mm date9.;
27         mm=intnx('month','31Mar2014'd,-3,'s');
28         run;

NOTE: There were 19 observations read from the data set SASHELP.CLASS.
NOTE: The data set WORK.TEST4 has 19 observations and 6 variables.
NOTE: DATA statement used (Total process time):
      real time           0.03 seconds
      cpu time            0.00 seconds
&lt;/PRE&gt;
&lt;P&gt;(SAS version 9.2)&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 07:54:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/functions/m-p/280689#M56760</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-06-28T07:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: functions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/functions/m-p/280705#M56768</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please try this one.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/3814i2C126C4BDED944CE/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="function.PNG" title="function.PNG" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jun 2016 09:40:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/functions/m-p/280705#M56768</guid>
      <dc:creator>Riteshdell</dc:creator>
      <dc:date>2016-06-28T09:40:57Z</dc:date>
    </item>
  </channel>
</rss>

