<?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: Dear All in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Dear-All/m-p/178912#M34196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't even attempt to state a question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at this: &lt;A __default_attr="2263" __jive_macro_name="document" class="jive_macro jive_macro_document" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Aug 2014 16:41:22 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2014-08-28T16:41:22Z</dc:date>
    <item>
      <title>Dear All</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dear-All/m-p/178911#M34195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;infile ‘&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;path/file*.&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;txt&lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;.’ &lt;/SPAN&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;filename = dfnVAR;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;%LET dfnLEN = LENGTH(dfnVAR);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;%LET dfnSTART = dfnLEN – 15;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: red; font-size: 20pt;"&gt;%LET MONTH = substr(dfnVAR, dfnSTART + 5, 2);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;%LET FYread = substr(dfnVAR, dfnSTART + 3, 2);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;%LET FYint = input(FYread, 2.);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;%LET MONTHint = input(MONTH, 2.);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;IF MONTHint &amp;gt; 9 THEN FYint = FYint + 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;%LET FYstr = put(FYint, hex2.);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: red; font-size: 20pt;"&gt;%LET FY = CAT(“FY”, FYstr);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;%LET QRT = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;IF MONTHint &amp;lt; 4 THEN QRT = 2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;ELSE IF MONTHint &amp;lt; 7 THEN QRT = 3;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;ELSE IF MONTHint &amp;lt; 10 THEN QRT = 4;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: black; font-size: 20pt;"&gt;ELSE QRT = 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: left; margin-top: 4.8pt; text-indent: 0in;"&gt;&lt;SPAN style="font-family: Calibri; color: red; font-size: 20pt;"&gt;%LET QRT_YR_FULL = CAT(“Q”, QRT, “FY20”, FYstr);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:03:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dear-All/m-p/178911#M34195</guid>
      <dc:creator>u_chandra</dc:creator>
      <dc:date>2014-08-28T16:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dear All</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Dear-All/m-p/178912#M34196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't even attempt to state a question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at this: &lt;A __default_attr="2263" __jive_macro_name="document" class="jive_macro jive_macro_document" href="https://communities.sas.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2014 16:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Dear-All/m-p/178912#M34196</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2014-08-28T16:41:22Z</dc:date>
    </item>
  </channel>
</rss>

