<?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>Howles Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>Howles Tracker</description>
    <pubDate>Thu, 21 May 2026 19:37:25 GMT</pubDate>
    <dc:date>2026-05-21T19:37:25Z</dc:date>
    <item>
      <title>Re: I'm trying to convert SAS code into SQL.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/I-m-trying-to-convert-SAS-code-into-SQL/m-p/212128#M52399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The lengths of the variables (especially character variables) are also an issue. So run PROC CONTENTS for each data set created.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 21:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/I-m-trying-to-convert-SAS-code-into-SQL/m-p/212128#M52399</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2015-05-25T21:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Update existing and  insert new record to sas dataset.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Update-existing-and-insert-new-record-to-sas-dataset/m-p/217372#M53473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;UPDATE, or MODIFY??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Apr 2015 01:57:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Update-existing-and-insert-new-record-to-sas-dataset/m-p/217372#M53473</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2015-04-08T01:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: invert a sequence column in a dataset</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/invert-a-sequence-column-in-a-dataset/m-p/181070#M46127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how about&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; seq = 5 - seq ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 02:22:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/invert-a-sequence-column-in-a-dataset/m-p/181070#M46127</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2015-02-25T02:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help working with the dates</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Need-help-working-with-the-dates/m-p/174115#M44805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;05/01/2010 is not a valid date literal, but it is a valid numeric expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( (5/1)/2010 ) evaluates to 0.0024875, which interprets as 1 January 1960.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 16:08:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Need-help-working-with-the-dates/m-p/174115#M44805</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2015-02-19T16:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can PROC SQL AVG function be completed within different subsets in the same select statement?</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Can-PROC-SQL-AVG-function-be-completed-within-different-subsets/m-p/161618#M3036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CASE is meant for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #000080;"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;SQL&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;CREATE&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;TABLE&lt;/SPAN&gt; summary &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #0000ff;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;SELECT&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AVG( case &lt;SPAN style="color: #0000ff;"&gt;when&lt;/SPAN&gt; (c=&lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;then&lt;/SPAN&gt; b &lt;SPAN style="color: #0000ff;"&gt;else&lt;/SPAN&gt; (&lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;) end ) &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; Mean_B_C0,&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AVG( case &lt;SPAN style="color: #0000ff;"&gt;when&lt;/SPAN&gt; (c=&lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/SPAN&gt;) &lt;SPAN style="color: #0000ff;"&gt;then&lt;/SPAN&gt; b &lt;SPAN style="color: #0000ff;"&gt;else&lt;/SPAN&gt; (&lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;) end ) &lt;SPAN style="color: #0000ff;"&gt;AS&lt;/SPAN&gt; Mean_B_C1&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;FROM&lt;/SPAN&gt; data;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #000080;"&gt;&lt;STRONG&gt;QUIT&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 22:12:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Can-PROC-SQL-AVG-function-be-completed-within-different-subsets/m-p/161618#M3036</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2015-02-11T22:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: difference between merge set and update</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/difference-between-merge-set-and-update/m-p/154652#M40620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also MODIFY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 20:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/difference-between-merge-set-and-update/m-p/154652#M40620</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2015-02-05T20:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric and Character Observations under a Variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Numeric-and-Character-Observations-under-a-Variable/m-p/152265#M40049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #000080;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;format&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;invalue&lt;/SPAN&gt; none_zero &lt;SPAN style="color: #800080;"&gt;'None'&lt;/SPAN&gt; = &lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt; other = [&lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;12.&lt;/STRONG&gt;&lt;/SPAN&gt;] ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #000080;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #0000ff;"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;_null_&lt;SPAN style="color: #000000;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #008080;"&gt;&lt;SPAN style="color: #0000ff;"&gt;input&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; val &lt;/SPAN&gt;none_zero.&lt;SPAN style="color: #000000;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;put&lt;/SPAN&gt; val= ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #0000ff;"&gt;cards&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;123&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;None&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 22:40:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Numeric-and-Character-Observations-under-a-Variable/m-p/152265#M40049</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2015-02-04T22:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can we use changing dates in proc format?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Can-we-use-changing-dates-in-proc-format/m-p/147375#M262178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The original difficulty arises because the VALUE statement requires literals (not expressions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the specs change only from one launch of the program to the next (not on the fly within the program). So %sysfunc and %eval offer a workaround. Try something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #000080;"&gt;&lt;STRONG&gt;Proc&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;Format&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;%let&lt;/SPAN&gt; td = &lt;SPAN style="color: #0000ff;"&gt;%sysfunc&lt;/SPAN&gt;( today() ) ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;%let&lt;/SPAN&gt; wd = &lt;SPAN style="color: #0000ff;"&gt;%sysfunc&lt;/SPAN&gt;( weekday(&amp;amp;td.)) ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;value&lt;/SPAN&gt; week &lt;SPAN style="color: #0000ff;"&gt;%eval&lt;/SPAN&gt;(&amp;amp;&lt;SPAN style="color: #008080;"&gt;td.&lt;/SPAN&gt;-&amp;amp;&lt;SPAN style="color: #008080;"&gt;wd.&lt;/SPAN&gt;- &lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;7&lt;/STRONG&gt;&lt;/SPAN&gt;) -&amp;lt; &lt;SPAN style="color: #0000ff;"&gt;%eval&lt;/SPAN&gt;(&amp;amp;&lt;SPAN style="color: #008080;"&gt;td.&lt;/SPAN&gt;-&amp;amp;&lt;SPAN style="color: #008080;"&gt;wd.&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; ) = week1&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;%eval&lt;/SPAN&gt;(&amp;amp;&lt;SPAN style="color: #008080;"&gt;td.&lt;/SPAN&gt;-&amp;amp;&lt;SPAN style="color: #008080;"&gt;wd.&lt;/SPAN&gt;-&lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;14&lt;/STRONG&gt;&lt;/SPAN&gt;) -&amp;lt; &lt;SPAN style="color: #0000ff;"&gt;%eval&lt;/SPAN&gt;(&amp;amp;&lt;SPAN style="color: #008080;"&gt;td.&lt;/SPAN&gt;-&amp;amp;&lt;SPAN style="color: #008080;"&gt;wd.&lt;/SPAN&gt;- &lt;SPAN style="color: #008080;"&gt;&lt;STRONG&gt;7&lt;/STRONG&gt;&lt;/SPAN&gt;) = week2 ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;%symdel&lt;/SPAN&gt; td wd ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #000080;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 22:20:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Can-we-use-changing-dates-in-proc-format/m-p/147375#M262178</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2015-02-04T22:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Picking matched controls</title>
      <link>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Picking-matched-controls/m-p/142653#M1889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to &lt;A href="http://www.sascommunity.org/wiki/Macro_Collections" title="http://www.sascommunity.org/wiki/Macro_Collections"&gt;Macro Collections - sasCommunity&lt;/A&gt; and follow Mayo Clinic link.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 22:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Health-and-Life-Sciences/Picking-matched-controls/m-p/142653#M1889</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2015-01-28T22:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date informat MMDDYY10. incorrect?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Date-informat-MMDDYY10-incorrect/m-p/134425#M260896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually that difference is 41972&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp; data _null_ ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp; days_between = '01dec2014'd - '01jan1900'd ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp; put days_between= ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp; run ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;days_between=41972&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jan 2015 18:26:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Date-informat-MMDDYY10-incorrect/m-p/134425#M260896</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2015-01-23T18:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: proc sql union and macro</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-sql-union-and-macro/m-p/163120#M31617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why (not) generate code with a macro?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But first, make sure the target code is right. Why the ALLs in the UNIONs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 02:55:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-sql-union-and-macro/m-p/163120#M31617</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2014-12-27T02:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: is there a Book on SAS macros authored by Ian Whitlock?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/is-there-a-Book-on-SAS-macros-authored-by-Ian-Whitlock/m-p/163068#M31597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. The (self-anointed) Macro Maven is Ron Fehd, not Ian Whitlock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I would not dismiss the available user-written books about the macro facility.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Dec 2014 02:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/is-there-a-Book-on-SAS-macros-authored-by-Ian-Whitlock/m-p/163068#M31597</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2014-12-27T02:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert all numeric columns to character columns in one shot using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-convert-all-numeric-columns-to-character-columns-in-one/m-p/159165#M12390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sascommunity.org/wiki/Convert_Numeric_Variables_to_Character" title="http://www.sascommunity.org/wiki/Convert_Numeric_Variables_to_Character"&gt;Convert Numeric Variables to Character - sasCommunity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the technique might be defeated by the sheer number of columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2014 17:16:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-convert-all-numeric-columns-to-character-columns-in-one/m-p/159165#M12390</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2014-12-22T17:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sql Insert vs Data Step Efficiency Question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Sql-Insert-vs-Data-Step-Efficiency-Question/m-p/148506#M39289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I don't know is how the SQL statement is optimized by PROC SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the SELECT is evaluated and the result set is spooled somewhere. Then the rows are batch-inserted into the target table. That seems to be the original poster's theory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the SELECT is evaluated and as each row is generated it triggers a single-row insertion operation. That's my hunch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The results will of course be the same either way, but the incurrence of overhead could differ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2014 21:32:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Sql-Insert-vs-Data-Step-Efficiency-Question/m-p/148506#M39289</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2014-12-17T21:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: unable to store datetime value in a macro variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/unable-to-store-datetime-value-in-a-macro-variable/m-p/149474#M39454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I observe SQL defaulting to BEST8. The DATA step language uses BEST12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #000080;"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/SPAN&gt; demo ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;numvar = constant(&lt;SPAN style="color: #800080;"&gt;'pi'&lt;/SPAN&gt;) ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;put&lt;/SPAN&gt; numvar ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #0000ff;"&gt;run&lt;SPAN style="color: #000000;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #000080;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;sql&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;noprint&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;select&lt;/SPAN&gt; numvar &lt;SPAN style="color: #0000ff;"&gt;into&lt;/SPAN&gt; : macrovar &lt;SPAN style="color: #0000ff;"&gt;from&lt;/SPAN&gt; demo ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;%put&lt;/SPAN&gt; &amp;amp;macrovar ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px; color: #000080;"&gt;&lt;STRONG&gt;quit&lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Dec 2014 16:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/unable-to-store-datetime-value-in-a-macro-variable/m-p/149474#M39454</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2014-12-14T16:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: proc rank within ranks</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-rank-within-ranks/m-p/172712#M33179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let var. A be a BY variable in the second PROC RANK call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Nov 2014 17:04:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-rank-within-ranks/m-p/172712#M33179</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2014-11-16T17:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: converting numbers to time format?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/converting-numbers-to-time-format/m-p/150297#M29642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;time = input(put(po_time,&lt;SPAN style="color: #008080;"&gt;z4.&lt;/SPAN&gt;),&lt;SPAN style="color: #008080;"&gt;hhmmss4.&lt;/SPAN&gt;) ;&lt;/P&gt;&lt;P style="margin: 0.0px 0.0px 0.0px 0.0px;"&gt;&lt;SPAN style="color: #0000ff;"&gt;format&lt;/SPAN&gt; time &lt;SPAN style="color: #008080;"&gt;time5.&lt;/SPAN&gt; ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 22:08:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/converting-numbers-to-time-format/m-p/150297#M29642</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2014-10-30T22:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: weired output with except all command</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/weired-output-with-except-all-command/m-p/135934#M36710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know what was expected, but the EXCEPT operator is &lt;SPAN style="text-decoration: underline;"&gt;not&lt;/SPAN&gt; commutative.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 01:47:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/weired-output-with-except-all-command/m-p/135934#M36710</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2014-09-10T01:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TABULATE and ODS PDF Woes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TABULATE-and-ODS-PDF-Woes/m-p/181150#M12711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was quick; tech support's response arrived this morning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The essence: It's a known issue. To work around, code the TABLE statement option INDENT=0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I knew to include INDENT in my search string, I located four pertinent or at least similar SAS notes.&lt;/P&gt;&lt;P class="date"&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;2001-11-28&lt;/P&gt;&lt;DIV class="result" style="padding-left: 100px;"&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;&lt;A href="http://support.sas.com/kb/4/438.html" style="font-weight: bold; font-style: normal; font-size: 13px; font-family: inherit; text-align: left; color: #0066cc;"&gt;4438 - PROC TABULATE creates a blank row in HTML/RTF/PDF output&lt;/A&gt;&lt;SPAN class="result-type" style="color: #7e7e7e; padding-left: 5px;"&gt;- Problem Note&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;PROC TABULATE may create a blank row in HTML, PDF, and RTF output. This occurs when a CLASS variable is crossed with a statistic in the row dimension and the CLASS variable heading is blanked out. The listing output &lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;&lt;A class="result-links" href="http://support.sas.com/kb/4/438.html" style="font-weight: normal; font-style: italic; font-size: 11px; font-family: inherit; text-align: left; color: #333333;"&gt;http://support.sas.com/kb/4/438.html, &lt;EM&gt;&lt;SPAN class="size" style="font-weight: normal; font-style: italic; font-size: 9px; font-family: inherit; text-align: left;"&gt;28KB&lt;/SPAN&gt;&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P class="date"&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;2010-03-17&lt;/P&gt;&lt;DIV class="result" style="padding-left: 100px;"&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;&lt;A href="http://support.sas.com/kb/38/296.html" style="font-weight: bold; font-style: normal; font-size: 13px; font-family: inherit; text-align: left; color: #0066cc;"&gt;38296 - First row of a PROC TABULATE table is repeated at the top of each PDF page&lt;/A&gt;&lt;SPAN class="result-type" style="color: #7e7e7e; padding-left: 5px;"&gt;- Problem Note&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;The first row of a PROC TABULATE table is repeated at the top of each PDF page.&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;&lt;A class="result-links" href="http://support.sas.com/kb/38/296.html" style="font-weight: normal; font-style: italic; font-size: 11px; font-family: inherit; text-align: left; color: #333333;"&gt;http://support.sas.com/kb/38/296.html, &lt;EM&gt;&lt;SPAN class="size" style="font-weight: normal; font-style: italic; font-size: 9px; font-family: inherit; text-align: left;"&gt;27KB&lt;/SPAN&gt;&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P class="date"&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;2006-04-25&lt;/P&gt;&lt;DIV class="result" style="padding-left: 100px;"&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;&lt;A href="http://support.sas.com/kb/16/880.html" style="font-weight: bold; font-style: normal; font-size: 13px; font-family: inherit; text-align: left; color: #0066cc;"&gt;16880 - TABULATE output may shift in non-LISTING destinations&lt;/A&gt;&lt;SPAN class="result-type" style="color: #7e7e7e; padding-left: 5px;"&gt;- Problem Note&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;If an analysis variable comes before a CLASS variable in a TABLE crossing, and a format that applies to the table cells is crossed with the CLASS variable, the output created in HTML, PDF or RTF may show a shifted row. &lt;STRONG&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;&lt;A class="result-links" href="http://support.sas.com/kb/16/880.html" style="font-weight: normal; font-style: italic; font-size: 11px; font-family: inherit; text-align: left; color: #333333;"&gt;http://support.sas.com/kb/16/880.html, &lt;EM&gt;&lt;SPAN class="size" style="font-weight: normal; font-style: italic; font-size: 9px; font-family: inherit; text-align: left;"&gt;29KB&lt;/SPAN&gt;&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P class="date"&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;2009-04-29&lt;/P&gt;&lt;DIV class="result" style="padding-left: 100px;"&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;&lt;A href="http://support.sas.com/kb/35/204.html" style="font-weight: bold; font-style: normal; font-size: 13px; font-family: inherit; text-align: left; color: #0066cc;"&gt;35204 - PROC TABULATE might create a blank row in the ODS PRINTER (PCL/PDF/PS) output destinations&lt;/A&gt;&lt;SPAN class="result-type" style="color: #7e7e7e; padding-left: 5px;"&gt;- Problem Note&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;PROC TABULATE might create a blank row in the ODS PRINTER (PCL/PDF/PS) output destinations when multiple CLASS variables are crossed within the row dimension and their labels are blank.&lt;/P&gt;&lt;P style="font-weight: normal; font-style: normal; font-size: 13px; font-family: inherit; text-align: left;"&gt;&lt;A class="result-links" href="http://support.sas.com/kb/35/204.html" style="font-weight: normal; font-style: italic; font-size: 11px; font-family: inherit; text-align: left; color: #333333;"&gt;http://support.sas.com/kb/35/204.html, &lt;EM&gt;&lt;SPAN class="size" style="font-weight: normal; font-style: italic; font-size: 9px; font-family: inherit; text-align: left;"&gt;28KB&lt;/SPAN&gt;&lt;/EM&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 18:43:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TABULATE-and-ODS-PDF-Woes/m-p/181150#M12711</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2014-09-03T18:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: PROC TABULATE and ODS PDF Woes</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TABULATE-and-ODS-PDF-Woes/m-p/181148#M12709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;Thanks for the help. I just turned in a Tech Support form.&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;A couple of workarounds occur to me.&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;(1) Get rid of the ALL keywords and use multilevel labels to build totals.&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;(2) Use RTF destination then use MS WORD to print to PDF&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;But my real code is a lot more complicated than the example I presented, so I think either of these workarounds would get messy.&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;Responses to other comments:&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;Why place a stat keyword and its format in the page dimension? Why not? It simplifies the row and/or column expressions.&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;Why not use PROC REPORT? I'm not sure it has all the features I need for my real&amp;nbsp; project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Sep 2014 21:36:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-TABULATE-and-ODS-PDF-Woes/m-p/181148#M12709</guid>
      <dc:creator>Howles</dc:creator>
      <dc:date>2014-09-02T21:36:54Z</dc:date>
    </item>
  </channel>
</rss>

