<?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>TriciaA Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>TriciaA Tracker</description>
    <pubDate>Sun, 10 May 2026 14:24:17 GMT</pubDate>
    <dc:date>2026-05-10T14:24:17Z</dc:date>
    <item>
      <title>Re: Selection Group Prompt and Management Console</title>
      <link>https://communities.sas.com/t5/Developers/Selection-Group-Prompt-and-Management-Console/m-p/45466#M2873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1 - Not that I am aware of.&amp;nbsp; Sounds like a feature request. &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2 - This very example is covered in the &lt;A href="https://support.sas.com/pubscat/bookdetails.jsp?pc=64393"&gt;Building Business Intelligence with SAS&lt;/A&gt; book on pages 93 and 115. Based on the questions you have been asking - I think you would find the book a tremendous asset on your learning path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 13:14:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Selection-Group-Prompt-and-Management-Console/m-p/45466#M2873</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-04-13T13:14:17Z</dc:date>
    </item>
    <item>
      <title>Calculate a missing field</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Calculate-a-missing-field/m-p/17548#M3165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Art297 has a good suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also used this method with success - basically I test if Price is empty and only do the calculation if it's not.&amp;nbsp; My else value can be 0 indicating no change or it could be amount if that makes more sense in your calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,case&lt;/P&gt;&lt;P&gt;when price ge 0 then Amt - price&lt;/P&gt;&lt;P&gt;else 0 /*You may want this to be Amt*/&lt;/P&gt;&lt;P&gt;end as new_var &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Feb 2012 00:05:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Calculate-a-missing-field/m-p/17548#M3165</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-02-29T00:05:44Z</dc:date>
    </item>
    <item>
      <title>How can I convert a character value with leading zeros to numeric and maintain the leading zeros?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-convert-a-character-value-with-leading-zeros-to/m-p/13399#M2861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Blogged about this topic just last Friday ... check it out ... &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.bi-notes.com/2012/02/sas-coding-adding-leading-zeros-z-format/"&gt;http://www.bi-notes.com/2012/02/sas-coding-adding-leading-zeros-z-format/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2012 18:58:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-can-I-convert-a-character-value-with-leading-zeros-to/m-p/13399#M2861</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-02-24T18:58:30Z</dc:date>
    </item>
    <item>
      <title>Advanced Prompts</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Advanced-Prompts/m-p/47165#M5287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes macro variables require double quotes to "decode" the value.&amp;nbsp; So much fun!&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 21:06:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Advanced-Prompts/m-p/47165#M5287</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-02-06T21:06:11Z</dc:date>
    </item>
    <item>
      <title>Advanced Prompts</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Advanced-Prompts/m-p/47163#M5285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the macro variable created by the prompt ... which I don't think that will mean much to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give me an example of how you are using this ... for instance, the user picks a word (like Dog) or a value (like 4) and then your computed column would output something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"You picked: Dog"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&amp;nbsp;&amp;nbsp; "100"&amp;nbsp; (because 25*4 is 100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 20:44:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Advanced-Prompts/m-p/47163#M5285</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-02-06T20:44:02Z</dc:date>
    </item>
    <item>
      <title>cant seem to read .sas7bvew file created with SunOS using EG-v4.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/cant-seem-to-read-sas7bvew-file-created-with-SunOS-using-EG-v4-3/m-p/45762#M5224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's an Index not a data set.&amp;nbsp; Probably why you cannot peak at it from EG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might shed some light:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.okstate.edu/sas/v8/sashtml/files/z0987012.htm"&gt;&lt;/A&gt;&lt;A href="http://www2.sas.com/proceedings/sugi27/p069-27.pdf"&gt;http://www2.sas.com/proceedings/sugi27/p069-27.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 22:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/cant-seem-to-read-sas7bvew-file-created-with-SunOS-using-EG-v4-3/m-p/45762#M5224</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-02-03T22:07:22Z</dc:date>
    </item>
    <item>
      <title>Prompts in Management Console</title>
      <link>https://communities.sas.com/t5/Developers/Selection-Group-Prompt-and-Management-Console/m-p/45462#M2869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ashley:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At my blog site I have a section on using prompts and buidling stored processes that you might find useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.bi-notes.com/25_stp/"&gt;http://www.bi-notes.com/25_stp/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also - just yesterday my book "&lt;A href="http://www.bi-notes.com/2011/09/building-sas-business-intelligence-book/"&gt;Building Business Intelligence with SAS: Content Development Examples&lt;/A&gt;" was released.&amp;nbsp; This book covers all the ins and outs of using prompts.&amp;nbsp; You might be interested in it as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tricia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Feb 2012 19:15:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Selection-Group-Prompt-and-Management-Console/m-p/45462#M2869</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-02-03T19:15:21Z</dc:date>
    </item>
    <item>
      <title>EG Reporting Format</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-Reporting-Format/m-p/38346#M4662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not&lt;EM&gt; exactly&lt;/EM&gt; what you asked but --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Hubert Lee has an awesome site &lt;A href="http://dashboardspy.com"&gt;Dashboard Spy&lt;/A&gt; that you can peruse for ideas or more dashboard ideas and info than you can shake a stick at! &lt;/LI&gt;&lt;LI&gt;Another way to get ideas is to go to Google homepage, click Images in the upper-left corner and then type &lt;EM&gt;SAS Dashboard Examples&lt;/EM&gt; &lt;A href="https://www.google.com/search?tbm=isch&amp;amp;hl=en&amp;amp;source=hp&amp;amp;biw=1544&amp;amp;bih=1488&amp;amp;q=sas+dashboard+examples&amp;amp;gbv=2&amp;amp;oq=sas+dashboard+examples&amp;amp;aq=f&amp;amp;aqi=g-S1&amp;amp;aql=&amp;amp;gs_sm=e&amp;amp;gs_upl=1838l5986l0l6128l22l22l0l7l7l0l130l1096l12.3l15l0"&gt;Click here to see my results&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;I've also been talking about the SAS BI Dashboard tool at the blog if you are interested: &lt;A href="http://www.bi-notes.com/tag/dashboards/"&gt;SAS BI Dashboard Articles&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I love the dashboards! Hope this helps!&amp;nbsp; Also - would love to see your results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tricia&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.bi-notes.com"&gt;Check out my BI Notes for SAS Users&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 13:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-Reporting-Format/m-p/38346#M4662</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-02-01T13:56:01Z</dc:date>
    </item>
    <item>
      <title>Manually filling columns</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Manually-filling-columns/m-p/35827#M4475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been able to do that by pasting from MS Excel so SAS EG understands its columnlar data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's a post where I talk about manually editing data in SAS EG: &lt;A href="http://www.bi-notes.com/2011/11/sas-enterprise-guide-delete-row/"&gt;Tips and Tricks for Manually Editing Data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Proceed with caution&lt;/STRONG&gt; - it cannot be undone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;Tricia Aanderud&lt;/P&gt;&lt;P&gt;Blogging about &lt;A href="http://www.bi-notes.com"&gt;SAS BI tools, SAS EG&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jan 2012 14:42:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Manually-filling-columns/m-p/35827#M4475</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-01-23T14:42:23Z</dc:date>
    </item>
    <item>
      <title>Help diagnosing strange behavior in SAS EG 4.2</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-diagnosing-strange-behavior-in-SAS-EG-4-2/m-p/33770#M4332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I googled SAS &lt;SPAN style="background-color: #eef4f9;"&gt;"Object reference not set to an instance of an object"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It returned this for EG 4.3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/42/448.html"&gt;http://support.sas.com/kb/42/448.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you. Let us know.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 20:49:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Help-diagnosing-strange-behavior-in-SAS-EG-4-2/m-p/33770#M4332</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-01-19T20:49:34Z</dc:date>
    </item>
    <item>
      <title>Syserror not resolving</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syserror-not-resolving/m-p/32104#M4231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run this code and it will be more clear what is happening:&amp;nbsp; The bold line is especially important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro test;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "This is my test";&lt;/P&gt;&lt;P&gt;proc print data=sashelp.clas;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%put SYSERR is this value: &amp;amp;syserr.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc sql noprint;&lt;/P&gt;&lt;P&gt;select Count(*) into :CONT from sashelp.class;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%put SYSERR is this value: &amp;amp;syserr.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;%put CONT is this value: &amp;amp;cont.;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%if (&amp;amp;cont = 0 and &amp;amp;syserr=0) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;or (&amp;amp;cont = 0 and &amp;amp;syserr &amp;gt; 0) &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;or (&amp;amp;cont &amp;gt; 0 and &amp;amp;syserr &amp;gt; 0)&lt;/P&gt;&lt;P&gt;%then %do ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let V_STATUS=0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%end;&lt;/P&gt;&lt;P&gt;%else;&lt;/P&gt;&lt;P&gt;%IF &amp;amp;cont &amp;gt; 0 and &amp;amp;syserr=0&amp;nbsp; %THEN %do ;&lt;/P&gt;&lt;P&gt;%let V_STATUS=1;&lt;/P&gt;&lt;P&gt;%end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%put V_STATUS is this value:&amp;nbsp; &amp;amp;V_STATUS.; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%mend;&lt;/P&gt;&lt;P&gt;%test;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 15:07:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Syserror-not-resolving/m-p/32104#M4231</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-01-19T15:07:19Z</dc:date>
    </item>
    <item>
      <title>Can I create a date filter on an Information Map?</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Can-I-create-a-date-filter-on-an-Information-Map/m-p/32138#M539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure if the logic you are using is going to work in the way you are expecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway - if the experession is a cut and paste - then here's what's wrong:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The operator and DATE() are in the wrong place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9;"&gt;&amp;lt;&amp;lt;Demographics.Begin_Dt&amp;gt;&amp;gt; &amp;lt;= DATE()&amp;nbsp;&amp;nbsp; and &amp;lt;&amp;lt; Demographics.End_date &amp;gt;= &lt;STRONG&gt;DATE()&lt;/STRONG&gt;&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "&amp;gt;&amp;gt;" needs to be behind the data item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #eef4f9;"&gt;&amp;lt;&amp;lt;Demographics.Begin_Dt&amp;gt;&amp;gt; &amp;lt;= DATE()&amp;nbsp;&amp;nbsp; and &amp;lt;&amp;lt; Demographics.End_date&lt;STRONG style="background-color: #eef4f9;"&gt;&amp;gt;&amp;gt;&lt;/STRONG&gt; &amp;gt;= &lt;/SPAN&gt;&lt;STRONG style="background-color: #eef4f9;"&gt;DATE()&lt;/STRONG&gt;&lt;SPAN style="background-color: #eef4f9;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Tricia&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Subscribed to my &lt;A href="http://www.bi-notes.com"&gt;BI Notes for SAS Users Blog &lt;/A&gt; for tips and tricks using the SAS BI toolset&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 15:20:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Can-I-create-a-date-filter-on-an-Information-Map/m-p/32138#M539</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2012-01-18T15:20:57Z</dc:date>
    </item>
    <item>
      <title>Reporting by category using local SAS EG setup</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reporting-by-category-using-local-SAS-EG-setup/m-p/13384#M2858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nico:&lt;/P&gt;&lt;P&gt;If you are just wanting to control the layout for the graphs - use the GOPTIONS.&amp;nbsp; They can be tricky but will allow the several graphs to fit a page at once.&amp;nbsp; Also I think if you want to try the PDF route - then you'll want to use the ODS PDF so it can control the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some papers that discuss using the GOPTIONS and PDF tagset. If memory serves - it works just for graphs and not for supporting PROC FREQs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://www2.sas.com/proceedings/forum2008/254-2008.pdf"&gt;http://www2.sas.com/proceedings/forum2008/254-2008.pdf&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/227-31.pdf"&gt;http://www2.sas.com/proceedings/sugi31/227-31.pdf&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/092-31.pdf"&gt;http://www2.sas.com/proceedings/sugi31/092-31.pdf&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="http://www2.sas.com/proceedings/forum2008/258-2008.pdf"&gt;http://www2.sas.com/proceedings/forum2008/258-2008.pdf&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck:&lt;/P&gt;&lt;P&gt;Tricia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2011 11:21:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reporting-by-category-using-local-SAS-EG-setup/m-p/13384#M2858</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2011-12-15T11:21:31Z</dc:date>
    </item>
    <item>
      <title>Using EG 4.2 - how to extract 1st 3 digits from numeric column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-4-2-how-to-extract-1st-3-digits-from-numeric-column/m-p/14399#M2946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry ... I meant force it for the output on the screen where it asked if you want Character or Numeric.&amp;nbsp; &lt;/P&gt;&lt;P&gt;Select Character and set the format to $8.&amp;nbsp; Setting the format should be enough.&lt;/P&gt;&lt;P&gt;You don't have to set the length -leave it blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change your original calculation back to this:SUBSTR(PUT(t1.ACCOUNT_ID, &lt;STRONG&gt;8.&lt;/STRONG&gt;),1,3)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 21:38:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-4-2-how-to-extract-1st-3-digits-from-numeric-column/m-p/14399#M2946</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2011-12-14T21:38:28Z</dc:date>
    </item>
    <item>
      <title>Using EG 4.2 - how to extract 1st 3 digits from numeric column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-4-2-how-to-extract-1st-3-digits-from-numeric-column/m-p/14397#M2944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try setting the format to $8. to force the character. Mine would only do it when I added the format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:53:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-4-2-how-to-extract-1st-3-digits-from-numeric-column/m-p/14397#M2944</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2011-12-14T20:53:22Z</dc:date>
    </item>
    <item>
      <title>Reporting by category using local SAS EG setup</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reporting-by-category-using-local-SAS-EG-setup/m-p/13382#M2856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considered outputting to an Excel file using the Tagset? The entire spreadsheet would contain the report; however each sheet or tab could contain the different reports.&amp;nbsp; The tagset gives you a lot of control over the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's some helpful links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/excelxp_demo.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/115-31.pdf"&gt;http://www2.sas.com/proceedings/sugi31/115-31.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm curious to know what you work out - even if it's not this solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tricia&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.bi-notes.com"&gt;SAS BI Blog&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:36:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Reporting-by-category-using-local-SAS-EG-setup/m-p/13382#M2856</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2011-12-14T20:36:26Z</dc:date>
    </item>
    <item>
      <title>How do I create a simple text file?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-create-a-simple-text-file/m-p/14694#M2970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #eef4f9;"&gt;I'm not sure what the end goal is.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;However PROC PRINTO is generally used for the log and lst output.&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;STRONG&gt;----------------------------------------------------------&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;STRONG&gt;DATA SAMPLE;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; INPUT DAT :$10. NUM;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CARDS;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; min-height: 8pt; height: 8pt;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt; &lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;STRONG&gt;1/10/2006 123&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;STRONG&gt;2/11/2007 456&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; min-height: 8pt; height: 8pt;"&gt;&lt;STRONG&gt;run; &lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9; min-height: 8pt; height: 8pt;"&gt;/*If you want to print to report window*/&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;STRONG&gt;PROC PRINT data=sample;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt; &lt;STRONG&gt;RUN;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;filename outfile "/m/thisfile.txt";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;data _null_;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;set sample;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;file outfile;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;put dat num;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;/*output to excel format*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;ods html file="/m/thisfile.xls";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;proc print data=sample;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;ods html close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;Tricia&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;A href="http://www.bi-notes.com"&gt;SAS BI Note Blog&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;&lt;SPAN style="color: #000080; font-size: 12pt; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:26:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-do-I-create-a-simple-text-file/m-p/14694#M2970</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2011-12-14T20:26:42Z</dc:date>
    </item>
    <item>
      <title>Using EG 4.2 - how to extract 1st 3 digits from numeric column?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-4-2-how-to-extract-1st-3-digits-from-numeric-column/m-p/14395#M2942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this instead:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(SUBSTR(PUT(t1.ACCTID, &lt;STRONG&gt;8.&lt;/STRONG&gt;),1,3))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and set the format to $8. or make it a character.&amp;nbsp; A character value will not insert the decimal point.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;IMG alt="000_EG_get_prefix.png" class="jive-image-thumbnail jive-image" onclick="" src="https://communities.sas.com/legacyfs/online/1338_000_EG_get_prefix.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tricia&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.bi-notes.com"&gt;SAS BI Notes&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 19:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-4-2-how-to-extract-1st-3-digits-from-numeric-column/m-p/14395#M2942</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2011-12-14T19:52:30Z</dc:date>
    </item>
    <item>
      <title>Need help with a calculated measure</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Need-help-with-a-calculated-measure/m-p/31881#M534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Ulf:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the bloggers on my site published this information recently:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://www.bi-notes.com/2011/12/sas-bi-sas-olap-cube-percent-mdx-calculation/"&gt;Percent of Total MDX Calculation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tricia&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.bi-notes.com"&gt;SAS BI Notes Blog&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 15:27:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Need-help-with-a-calculated-measure/m-p/31881#M534</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2011-12-06T15:27:08Z</dc:date>
    </item>
    <item>
      <title>Export data from SAS EG to Excel</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-data-from-SAS-EG-to-Excel/m-p/9278#M2531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since it says you cannot authorize that directory - it means you are probably not allowed to write to your desktop.&lt;/P&gt;&lt;P&gt;You system admin needs to provide a place/permission to write the Excel file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try the File &amp;gt; Export method?&amp;nbsp; Probably a long shot - but you might be able to see where you are allowed to write files to.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also do you have the MS Excel Add-IN?&amp;nbsp; You can access the SAS Folders from Excel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 21:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Export-data-from-SAS-EG-to-Excel/m-p/9278#M2531</guid>
      <dc:creator>TriciaA</dc:creator>
      <dc:date>2011-12-05T21:57:32Z</dc:date>
    </item>
  </channel>
</rss>

