<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:admin="http://webns.net/mvcb/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
    <title>The SAS Dummy</title>
    <link>http://blogs.sas.com/sasdummy/</link>
    <description>A SAS blog for the rest of us.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.0.3 - http://www.s9y.org/</generator>
    <pubDate>Thu, 19 Nov 2009 20:51:47 GMT</pubDate>

    <image>
        <url>http://blogs.sas.com/sasdummy/templates/wwwgeneric/img/rss_banner.png</url>
        <title>RSS: The SAS Dummy - A SAS blog for the rest of us.</title>
        <link>http://blogs.sas.com/sasdummy/</link>
        <width>1</width>
        <height>1</height>
    </image>

<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/ASasBlogForTheRestOfUs" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
    <title>Using the X and SYSTASK commands from SAS Enterprise Guide</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/Oqj2PjWE5KY/index.php</link>
            <category>SAS tips</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/136-Using-the-X-and-SYSTASK-commands-from-SAS-Enterprise-Guide.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=136</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=136</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    If you're accustomed to using "shell" commands from within your SAS programs (using the <a href="http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/win-stmt-x.htm"  title="X command doc">X command </a>or <a href="http://support.sas.com/documentation/cdl/en/hostwin/61924/HTML/default/win-stmt-systask.htm"  title="SYSTASK doc">SYSTASK statement</a>, for example), you'll find that those statements won't work when you run your program from within SAS Enterprise Guide.  When you try them, you will probably see one of the following error messages:<br />
<br />
<font color="red">  ERROR: Shell escape is not valid in this SAS session.</font><br />
<font color="red">  ERROR: Insufficient authorization to access SYSTASK COMMAND.</font><br />
<br />
Out of the box, when SAS is configured for use by a client application like SAS Enterprise Guide, the shell command access is disabled through use of the -NOXCMD system option.  Why?  Well, in a distributed computing environment, your system administrators probably do not want SAS Enterprise Guide users to have full access to the shell environment on the host server.<br />
<br />
If your SAS workspace is on a central server, you have just a couple of options:<br />
<ol><li>Use <a href="http://blogs.sas.com/sasdummy/index.php?/archives/14-You-are-under-my-command-prompt.html"  title="System command custom task">a custom task to run system commands </a>on your local Windows machine, if that's what you need to do.<br />
<li>Petition your system administrator <a href="http://support.sas.com/kb/23/546.html"  title="Yeah, fat chance.">to specify -ALLOWXCMD</a> on the central workspace server.  Good luck!</ol><br />
This same configuration applies even when using SAS Enterprise Guide with the SAS that's installed on your very own desktop.  You might argue, "But it's <strong>my </strong>desktop machine!  I should be able to run commands on <em>my own machine</em>."  To which I would reply, "You're right!".<br />
<br />
You can change the registered SAS command that SAS Enterprise Guide uses in order to remove the -NOXCMD startup option.  But since this involves <a href="http://support.sas.com/rnd/itech/doc9/admin_oma/sasserver/startserv/cmd_com.html"  title="yuck.">unseemly interaction with the Windows registry</a>, you might prefer to use a tool that does this for you.  I've placed <a href="http://support.sas.com/documentation/onlinedoc/guide/blog/RegisterSasCommand.zip"  title="It's a zip file. Download, extract, run.">such a tool here</a>.  (It's a ZIP file that contains a program and a ReadMe.txt file with instructions.)<br />
<br />
This tool displays the currently registered SAS command and allows you to change it.  In addition to allowing you to modify the SAS command startup options, you can use the tool to help synchronize the registered SAS command on a 64-bit Windows platform so that it can be used by a 32-bit process (such as SAS Enterprise Guide).<br />
 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/Oqj2PjWE5KY" height="1" width="1"/>]]></content:encoded>

    <pubDate>Thu, 19 Nov 2009 14:23:00 -0500</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/136-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/136-Using-the-X-and-SYSTASK-commands-from-SAS-Enterprise-Guide.html</feedburner:origLink></item>
<item>
    <title>Learn about ODS Statistical Graphics</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/U2IlJgnHkWo/index.php</link>
            <category>SAS 9.2</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/135-Learn-about-ODS-Statistical-Graphics.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=135</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=135</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    If you've read this blog before, then you already know about the <a href="http://blogs.sas.com/sasdummy/index.php?/archives/133-Where-to-find-ODS-Statistical-Graphics-in-SAS-Enterprise-Guide.html"  title="Easy to get to in SAS EG, by the way">ODS statistical graphics </a>that are available in SAS 9.2.  <a href="http://www.lexjansen.com/search/searchresults.php?cx=011240857950991443104%3Ahsqcj3nokh0&q=ods+graphics&sa=+Search+&as_filetype=pdf&cof=FORID%3A9#1130"  title="Search of conference papers on the topic">We've been talking</a> about this innovation at SAS for years.<br />
<br />
Now it's time to spread the news.  Do your colleagues a favor: forward this post to them, or at least the link to <a href="http://www.sas.com/reg/gen/corp/794974"  title="SAS Talk about ODS Graphics">this recorded web talk by Bob Rodriguez</a>.  It's free, it's informative, and it could change the way you use SAS. 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/U2IlJgnHkWo" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 06 Nov 2009 08:01:51 -0500</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/135-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/135-Learn-about-ODS-Statistical-Graphics.html</feedburner:origLink></item>
<item>
    <title>Hooo-ray for Hollywood</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/Nfi5GXk3knw/index.php</link>
            <category>SAS 9.2</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/134-Hooo-ray-for-Hollywood.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=134</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=134</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    <img width='250' height='154' style="float: right; border: 0px; padding-left: 5px; padding-right: 5px;" src="http://blogs.sas.com/sasdummy/uploads/hollywood.jpg" alt="That sign isn't as big as you might think" /> I've just returned from the <a href="http://www.sascommunity.org/wiki/Los_Angeles_Basin_SAS_Users_Group"  title="LABSUG on sasCommunity">Los Angeles Basin SAS Users Group (LABSUG)</a>, where I both presented a talk and learned from others.  (The meeting was in Pasadena, but I did get a chance to tour the area, as you can see from my picture.)<br />
<br />
The title of my talk was "<a href="http://support.sas.com/documentation/onlinedoc/guide/blog/2009_LABSUG_UppingYourSASGame.pdf"  title="Link to the slides">Upping your SAS Game with SAS 9.2 and SAS Enterprise Guide</a>".  Here's the description: <br />
<blockquote>Join me on a journey of how I use new and recent features in SAS to solve problems that are of high interest in today's Web 2.0 world. Specifically, I'll show how I've used SAS to analyze my history with a certain online movie rental service, and also how I can use <a href="http://blogs.sas.com/sasdummy/index.php?/archives/97-Running-SAS-PROCs-on-your-Facebook-Friends.html"  title="Milking that Facebook thing">SAS to keep tabs on my Facebook friends</a>. We'll see how all of this can be put together within SAS Enterprise Guide, mixing out-of-the-box tasks with SAS programming techniques to create repeatable processes. We'll also save some time at the end for sneak peak at what's coming in the next release of SAS Enterprise Guide – SAS programmers will not want to miss this! </blockquote><br />
The main message of my presentation is this: there is a boatload of new features/functions/procs in SAS 9.2, and even in SAS 9.1.3, that are worth looking at and trying out.  You can use these features to get real work done and modernize your SAS programs to take advantage of the latest stuff.  SAS Enterprise Guide helps you along because it "puts you on the path" to the new stuff (such as <a href="http://blogs.sas.com/sasdummy/index.php?/archives/133-Where-to-find-ODS-Statistical-Graphics-in-SAS-Enterprise-Guide.html"  title="ODS graphics in EG">ODS Graphics</a>) with some of the point-and-click interfaces, but even if you work exclusively in SAS programs, you should take the time to learn about some of the new syntax available to you.  <br />
<br />
I also provided a preview of our next release of SAS Enterprise Guide; there was considerable jaw-dropping and drooling going on.  You'll see much more of this at <a href="http://support.sas.com/events/sasglobalforum/2010"  title="in Seattle!">SAS Global Forum 2010.</a><br />
<br />
If you want to peek at the slides from my LA presentation, <a href="http://support.sas.com/documentation/onlinedoc/guide/blog/2009_LABSUG_UppingYourSASGame.pdf"  title="It's the slides, but no narrative">here they are</a>.  <br />
 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/Nfi5GXk3knw" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 03 Nov 2009 14:51:46 -0500</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/134-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/134-Hooo-ray-for-Hollywood.html</feedburner:origLink></item>
<item>
    <title>Where to find ODS Statistical Graphics in SAS Enterprise Guide</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/fKxCcytlPzE/index.php</link>
            <category>SAS 9.2</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/133-Where-to-find-ODS-Statistical-Graphics-in-SAS-Enterprise-Guide.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=133</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=133</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    <p>Yesterday I attended a virtual talk by Bob Rodriguez on his famous topic: <a title="All things ODS graphics" href="http://support.sas.com/rnd/base/topics/statgraph/">ODS Statistical Graphics in SAS 9.2</a>. You can learn lots of details by <a title="ODS Graphics: the conference paper" href="http://support.sas.com/rnd/app/papers/intodsgraph.pdf">reading his paper</a>.  Bob's paper shows examples of the graphs you can get, how to control their appearance, and what SAS syntax to use. </p><p>The question came up: can I access these great new statistical graphs in SAS Enterprise Guide? The answer is: <strong>Yes</strong>, of course. In fact, you'll get the new graphs <em>automatically</em> from most of the <a title="List of SAS tasks and the procs they use" href="http://support.sas.com/documentation/onlinedoc/guide/sastasksandprocs.htm">analytical tasks within SAS Enterprise Guide </a>and SAS Add-In for Microsoft Office. No programming necessary! </p><p>Here are the tasks that currently provide the new graphs:</p><table border="1"><tbody><tr><td><font size="2">Cluster Analysis </font></td><td><font size="2">One-Way ANOVA </font></td></tr><tr><td><font size="2">Correlations </font></td><td><font size="2">Principal Components </font></td></tr><tr><td><font size="2">Distribution Analysis </font></td><td><font size="2">Proportional Hazards </font></td></tr><tr><td><font size="2">Factor Analysis </font></td><td><font size="2">t Test </font></td></tr><tr><td><font size="2">Generalize Linear Models </font></td><td><font size="2">Create Time Series Data </font></td></tr><tr><td><font size="2">Life Tables </font></td><td><font size="2">One-Way Frequencies </font></td></tr><tr><td><font size="2">Linear Models </font></td><td><font size="2">Summary Statistics </font></td></tr><tr><td><font size="2">Linear Regression </font></td><td><font size="2">Characterize Data </font></td></tr><tr><td><font size="2">Logistic Regression </font></td><td><font size="2">Forecast Studio tasks (using </font><a title="SAS Forecast Studio integration" href="http://www.sas.com/technologies/analytics/forecasting/forecastserver/index.html"><font size="2">SAS Forecast Server</font></a><font size="2">) </font></td></tr><tr><td><font size="2">Mixed Models </font></td><td><font size="2">Capability (Histogram, etc.) </font></td></tr></tbody></table><p>Of course, you can also use SAS Enterprise Guide to run your own SAS programs and access any of the new ODS Graphics, using the approach presented in Bob's paper. </p> 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/fKxCcytlPzE" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 23 Oct 2009 12:56:05 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/133-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/133-Where-to-find-ODS-Statistical-Graphics-in-SAS-Enterprise-Guide.html</feedburner:origLink></item>
<item>
    <title>Welcome sasCommunity visitors!</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/UyRX3GUPqwI/index.php</link>
            <category>SAS dummy</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/132-Welcome-sasCommunity-visitors!.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=132</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=132</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    I arrived at work this AM to see a link to this blog featured as part of the <a href="http://sasCommunity.org"  title="sasCommunity-dot-org - for the users, by the users">sasCommunity.org </a><a href="http://www.sascommunity.org/wiki/Tip_of_the_Day"  title="Tip of the Day!">Tip of the Day</a>.<br />
<br />
If you clicked on that link and landed here, welcome!  I hope it was worth the click.  Please, make yourself at home and browse through the 2 years (wow!) worth of blog posts that I've collected here so far. 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/UyRX3GUPqwI" height="1" width="1"/>]]></content:encoded>

    <pubDate>Wed, 21 Oct 2009 08:14:31 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/132-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/132-Welcome-sasCommunity-visitors!.html</feedburner:origLink></item>
<item>
    <title>Do me a favor: stop doing me favors</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/l4AM2frlqOw/index.php</link>
            <category>SAS Enterprise Guide</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/131-Do-me-a-favor-stop-doing-me-favors.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=131</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=131</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    A customer <a href="http://support.sas.com/forums/thread.jspa?threadID=7382&tstart=0"  title="SAS EG forum: NOFMTERR for you!">posted on the discussion forum </a>that, much his dismay, SAS Enterprise Guide sets the <a href="http://support.sas.com/kb/7/311.html"  title="Additional info about NOFMTERR">NOFMTERR</a> option automatically when connecting to a SAS session.<br />
<br />
The <a href="http://support.sas.com/documentation/cdl/en/lrdict/62618/HTML/default/a000279100.htm"  title="documentation on FMTERR">FMTERR|NOFMTERR</a> option specifies whether SAS should report an error when you attempt to reference a <a href="http://blogs.sas.com/sasdummy/index.php?/archives/21-Lengths-and-formats-the-long-and-short-of-it.html"  title="Don't know much about formats?">data column that has a SAS format applied</a>, but the format definition cannot be found.<br />
<br />
SAS Enterprise Guide has always set NOFMTERR, even though it's not the default setting for the option in SAS.  Why?  Because if you attempt to open data that references a SAS format that SAS cannot find, not only will you be unable to open the data, but you'll get a pop-up message that says something like "Format VAL. cannot be found".  Because many SAS Enterprise Guide users are new to SAS, and that message is confusing at best, we erred on the side of allowing you to open the data even without the format.  This decision was made in the very early days of the product over 10 years ago, and we've had no suggestions to change it.  Then again, we didn't really tell people we were doing it.<br />
<br />
In SAS Enterprise Guide 4.2 we made it easier to see exactly what's happening when SAS initializes.  No more secrets!  Here are the steps:<br />
<ol><br />
<li>Select View->Server List<br />
<li>In the Server list, expand the server you are connecting to (ex: "SASApp" or "Local")<br />
<li>Right-click on the server name and select Properties.<br />
<li>Click on the Software tab.<br />
<li>Click on View Initialization Log.<br />
</ol><br />
<img width='400' height='184' style="border: 0px; padding-left: 5px; padding-right: 5px;" src="http://blogs.sas.com/sasdummy/uploads/initlog.png" alt="" /><br />
<br clear="all" /><br />
You'll see a SAS log window that contains the same startup log that you might know from running SAS interactively (including the <a href="http://support.sas.com/documentation/cdl/en/lrdict/62618/HTML/default/a000279160.htm"  title="No NEWS is good NEWS?">NEWS=</a> content, if any!).<br />
<br />
I'll tell you right now: one other system option that SAS Enterprise Guide submits is <a href="http://support.sas.com/forums/thread.jspa?threadID=2184"  title="Another tidbit from the forums">VALIDVARNAME=ANY</a>, which makes it much easier to import those spreadsheet files with funny column names.<br />
<br />
If you want to override these options at startup, that's easy to do by providing your own initialization statements.  Check out <a href="http://www.sascommunity.org/wiki/Tips:User_Specific_Autoexecs_in_Enterprise_Guide"  title="Supply your own Autoexec statements">this sasCommunity.org tip for instructions</a>. 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/l4AM2frlqOw" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 20 Oct 2009 12:45:35 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/131-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/131-Do-me-a-favor-stop-doing-me-favors.html</feedburner:origLink></item>
<item>
    <title>You can use it for evil, too</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/zSDMJKUljyU/index.php</link>
            <category>SAS dummy</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/130-You-can-use-it-for-evil,-too.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=130</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=130</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    I found this excellent example of <a href="http://graphjam.com/2008/11/13/song-chart-memes-perception-of-3d-pie-charts/"  title="It's clear to me!">What Not To Do on graphjam.com</a>.<br />
<br />
I was inspired to see if I could recreate something similar in SAS.  You see the result here.  Yes, <a href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/gchart-pie.htm"  title="PIE3D: delicious name, confusing results">the PIE3D statement</a> is ready to do your bidding.  If that's what you really want.<br />
<br />
<img style="border: 1px; padding-left: 5px; padding-right: 5px;" src="http://blogs.sas.com/sasdummy/uploads/pie3d.png" alt="Which slice would you like?" /> 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/zSDMJKUljyU" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 16 Oct 2009 07:43:06 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/130-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/130-You-can-use-it-for-evil,-too.html</feedburner:origLink></item>
<item>
    <title>The CIO perspective from MWSUG</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/6lgk4KcMHqI/index.php</link>
            <category>SAS GloFo</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/129-The-CIO-perspective-from-MWSUG.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=129</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=129</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    Along with hundreds of SAS users, <a href="http://twitter.com/alisonbolen"  title="On Twitter">Alison </a>(of <a href="http://blogs.sas.com/sascom"  title="SAS.com voices">sas.com</a> fame) is attending the <a href="http://www.mwsug.org/"  title="Cleveland rocks!">MidWest SAS User Group</a> meeting.  She recently <a href="http://blogs.sas.com/sascom/index.php?/archives/585-Semi-live-blog-from-MWSUG,-featuring-Suzanne-Gordon.html"  title="from Suzanne">"live-blogged" the keynote presentation </a>from Suzanne Gordon, our CIO.<br />
<br />
Suzanne <a href="http://www.sas.com/news/preleases/InfoWeek500Tech.html"  title="Information Week 500">does us proud every time</a>.  Check out what she had to say to the MWSUG attendees about her start at SAS and her career since.  Also, Alison has been live-blogging MWSUG sessions with other SAS community notables, including <a href="http://blogs.sas.com/sascom/index.php?/archives/586-Semi-live-blogging-MWSUG,-featuring-Jon-Weisz.html"  title="The other Jon from JMP">Jon Weisz </a>and <a href="http://blogs.sas.com/sascom/index.php?/archives/587-Live-blogging-at-MWSUG,-featuring-Kirk-Paul-Lafler.html"  title="about sasCommunity.org">Kirk Paul Lafler</a>. 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/6lgk4KcMHqI" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 13 Oct 2009 07:53:19 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/129-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/129-The-CIO-perspective-from-MWSUG.html</feedburner:origLink></item>
<item>
    <title>SAS 9.2 and SAS Enterprise Guide 4.2 on Windows 7</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/aB7qpeFhiro/index.php</link>
            <category>SAS support</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/128-SAS-9.2-and-SAS-Enterprise-Guide-4.2-on-Windows-7.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=128</wfw:comment>

    <slash:comments>16</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=128</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    I'm finding that you people just love these posts about <a href="http://blogs.sas.com/sasdummy/index.php?/archives/66-SAS-support-takes-you-higher-and-higher.html"  title="Support for 'and higher' environments">what new environments that SAS supports</a>, so here's another one.<br />
<br />
Even though <a href="http://en.wikipedia.org/wiki/Windows_7"  title="Windows 7 - not out yet, but soon">Microsoft Windows 7</a> hasn't hit the store shelves yet, I want to get out in front of it and say, "Yes, it's possible to run SAS and SAS Enterprise Guide on it."  Because I know you're going to ask.<br />
<br />
But just because it's possible, that doesn't mean <a href="http://support.sas.com/resources/sysreq/hosts/pc/"  title="What <strong>is</strong> officially supported?">it's officially supported yet</a>.  Official support of SAS software on Windows 7 is an initiative planned for the first part of 2010.  But in the meantime, I've done some testing on the production version of Windows 7 and <a href="http://www.sascommunity.org/wiki/SAS_9.2_and_SAS_Enterprise_Guide_4.2_on_Windows_7"  title="the steps, on sasCommunity">documented the steps </a>that<em> I found</em> will work to get the basics running.  By "basics", I mean SAS Foundation (9.2) and SAS Enterprise Guide (4.2), and even configured deployments that include a SAS Metadata Server, workspace, and stored processes.<br />
<br />
I wanted to document the steps for those on the bleeding edge, but I don't want to imply that this is official support from SAS just yet.  I've placed all of the <a href="http://www.sascommunity.org/wiki/SAS_9.2_and_SAS_Enterprise_Guide_4.2_on_Windows_7"  title="It's a wiki for SAS users: go read it">details on sasCommunity.org</a>.  Don't worry, the steps are not too crazy -- no magic spells or rare ingredients needed.  Just a little bit of candy coating on the installation to make it go down a bit easier.<br />
<br />
If it works for you or if you have feedback, I'd love to hear it.  You can comment back here on the blog or use the <a href="http://www.sascommunity.org/wiki/SAS_9.2_and_SAS_Enterprise_Guide_4.2_on_Windows_7"  title="go here, then click Discussion">Discussion tab on sasCommunity.org</a>. 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/aB7qpeFhiro" height="1" width="1"/>]]></content:encoded>

    <pubDate>Thu, 01 Oct 2009 11:44:00 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/128-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/128-SAS-9.2-and-SAS-Enterprise-Guide-4.2-on-Windows-7.html</feedburner:origLink></item>
<item>
    <title>SAS 9.2 support for Windows Server 2008</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/k-rWsliw114/index.php</link>
            <category>SAS support</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/127-SAS-9.2-support-for-Windows-Server-2008.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=127</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=127</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    When <a href="http://blogs.sas.com/sasdummy/index.php?/archives/125-SAS-9.1.3-on-Windows-Server-2008.html"  title="Told ya!">I said the release was imminent</a>, I wasn't kidding.  <a href="http://support.sas.com/software/maintenance/index.html"  title="SAS 9.2 Maint 2 available">It's now available</a>.<br />
<br />
With SAS 9.2 Maintenance 2 we now have support for Windows Server 2008 (in addition to what <a href="http://support.sas.com/kb/36/616.html"  title="SAS note that tells all">we already had for SAS 9.1.3</a>).<br />
<br />
This 9.2 Maintenance release also has various fixes and improvements not only to the SAS Foundation products, but also other products such as SAS Enterprise Guide 4.2 and SAS Add-In for Microsoft Office 4.2 (both now labeled 4.22 in Help->About, for those folks who are counting the internal numbers).<br />
<br />
How do you get it?  Follow the instructions on the <a href="http://support.sas.com/software/maintenance/index.html"  title="where you go from here">maintenance page</a> (under "Where do I go from here?").  (It's not like a hotfix download; it's more like a "refresh" of your SAS software order.) 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/k-rWsliw114" height="1" width="1"/>]]></content:encoded>

    <pubDate>Wed, 30 Sep 2009 15:38:04 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/127-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/127-SAS-9.2-support-for-Windows-Server-2008.html</feedburner:origLink></item>
<item>
    <title>Other SAS blogs of NOTE:</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/H2qz-qga8eQ/index.php</link>
            <category>SAS blog</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/126-Other-SAS-blogs-of-NOTE.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=126</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=126</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    Hello Knowledge Thirsters,<br />
<br />
Today I discovered that the <a href="http://notecolon.blogspot.com"  title="NOTE: blog">NOTE: newsletter </a>(pronounced /note colon/) has migrated to the blogosphere.  I'm pleased and humbled to admit I've already <a href="http://notecolon.blogspot.com/2009/09/note-debugging-nested-loops-in-v92.html"  title="This Nesting option looks neat.">learned a few things </a>by reading it.<br />
<br />
This site and others like Angela's <a href="http://sas-bi.blogspot.com/"  title="SAS BI by Zencos">SAS BI blog</a>, the "<a href="http://sastips.com/index.php?category=Websites--Blogs--Forums"  title="SAS Tips blog.  They're on Twitter too.">SAS Tips" site</a>, and the cacophony of voices on <a href="http://www.sascommunity.org"  title="SAS Community">sasCommunity.org</a> all contribute to the growing number of excellent resources from real-world SAS users. <br />
<br />
And of course, you can always count on me here to provide an insular SAS perspective.  I'm happy to be one voice in the chorus. 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/H2qz-qga8eQ" height="1" width="1"/>]]></content:encoded>

    <pubDate>Wed, 30 Sep 2009 08:45:08 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/126-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/126-Other-SAS-blogs-of-NOTE.html</feedburner:origLink></item>
<item>
    <title>SAS 9.1.3 on Windows Server 2008</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/ibMXoiKyLB0/index.php</link>
            <category>SAS support</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/125-SAS-9.1.3-on-Windows-Server-2008.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=125</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=125</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    I get this question <em>all of the time</em> on the <a href="http://support.sas.com/forums/forum.jspa?forumID=10"  title="EG discussion forum">discussion forum</a> and this blog, so I feel I should help to spread the news.<br />
<br />
SAS now supports SAS 9.1.3 SP4 on Windows 2008 (32-bit edition). <a href="http://support.sas.com/kb/36/616.html"  title="SAS note on SAS 9.1.3 and Windows 2008"> Here is the official statement</a>. <br />
<br />
<em>Update 07Oct2009: I changed this to indicate that the official support policy is that the 32-bit version of Windows Server 2008 is supported, and not the 64-bit version of the OS.  However, SAS 9.2 Maintenance 2 does support both 32- and 64-bit Windows 2008.</em><br />
<br />
Support for SAS 9.2 will be delivered with the <a href="http://blogs.sas.com/sasdummy/index.php?/archives/127-SAS-9.2-support-for-Windows-Server-2008.html"  title="It's here!">SAS 9.2 Maintenance 2 release, which is imminent</a>*.<br />
<br />
<small>* "imminent" is a word which here means: Real Soon Now, or Just Weeks Away.  Less than a month.  Before my next birthday.</small> 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/ibMXoiKyLB0" height="1" width="1"/>]]></content:encoded>

    <pubDate>Fri, 25 Sep 2009 14:22:54 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/125-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/125-SAS-9.1.3-on-Windows-Server-2008.html</feedburner:origLink></item>
<item>
    <title>They love us in Japan</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/jGcV8MlN5lc/index.php</link>
            <category>SAS support</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/124-They-love-us-in-Japan.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=124</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=124</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    At least, they <em>will</em> love us when they see that we've translated the SAS Enterprise Guide 4.2 tutorial <a href="http://support.sas.com/documentation/onlinedoc/guide/tut42/ja"  title="Japanese tutorial">into Japanese and put it on the SAS support site</a>.<br />
<br />
We've also got three flavors of Chinese (<a href="http://support.sas.com/documentation/onlinedoc/guide/tut42/zt"  title="for Tawain">zh-TW</a>, <a href="http://support.sas.com/documentation/onlinedoc/guide/tut42/zh"  title="Simplified Chinese">zh-CN</a>,<a href="http://support.sas.com/documentation/onlinedoc/guide/tut42/zx"  title="Hong Kong"> zh-HK</a>) and <a href="http://support.sas.com/documentation/onlinedoc/guide/tut42/ko"  title="Korean">Korean </a>now available.<br />
<br />
These new editions join the <a href="http://blogs.sas.com/sasdummy/index.php?/archives/94-Benvenuti-nellesercitazione-di-SAS-Enterprise-Guide!.html"  title="European localizations">Italian, German, Spanish, and French versions that we posted out there earlier this year</a>.<br />
<br />
And if you prefer English, that version is <a href="http://support.sas.com/documentation/onlinedoc/guide/tut42/en/"  title="Good ol' English">still right here</a>. 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/jGcV8MlN5lc" height="1" width="1"/>]]></content:encoded>

    <pubDate>Thu, 24 Sep 2009 13:46:10 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/124-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/124-They-love-us-in-Japan.html</feedburner:origLink></item>
<item>
    <title>Nutty uses for SAS</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/9U8tPAfX1Mc/index.php</link>
            <category>SAS in the news</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/123-Nutty-uses-for-SAS.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=123</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=123</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    Almost daily, I hear reports of scientific studies in which the researchers have used SAS for the data analysis.  Typically I don't dig into the details because, frankly, the studies are usually way over my head.  But this one about <a href="http://www.bukisa.com/articles/147966_effect-of-nut-storage-nut-size-and-length-of-nut-soaking-in-water-on-nut-sprout-in-cashew-anacardium-occidentale-l-"  title="It's Nuts!">the effect of nut storage, nut size, and nut soaking on nut sprouting</a> caught my eye.<br />
<br />
It made me want to check whether this customer pays in cash(ews). 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/9U8tPAfX1Mc" height="1" width="1"/>]]></content:encoded>

    <pubDate>Tue, 15 Sep 2009 08:35:00 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/123-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/123-Nutty-uses-for-SAS.html</feedburner:origLink></item>
<item>
    <title>Lookin' professional</title>
    <link>http://feedproxy.google.com/~r/ASasBlogForTheRestOfUs/~3/DSjcXQlaGPw/index.php</link>
            <category>SAS blog</category>
    
    <comments>http://blogs.sas.com/sasdummy/index.php?/archives/122-Lookin-professional.html#comments</comments>
    <wfw:comment>http://blogs.sas.com/sasdummy/wfwcomment.php?cid=122</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blogs.sas.com/sasdummy/rss.php?version=2.0&amp;type=comments&amp;cid=122</wfw:commentRss>
    

    <author>nospam@example.com (Chris Hemedinger)</author>
    <content:encoded><![CDATA[
    Thanks to the folks who support our web presence, this blog page has just received a facelift (but alas, the blogger has not).  New colors, easier navigation with the breadcrumbs up top, and a new banner image that shows the <em><a href="http://support.sas.com/sasfordummies"  title="SAS for Dummies">SAS for Dummies</a></em> cover (as if to say, "really, he's not a dummy -- it's a play on words because of the book, get it?"  But we all know better.)  Gone are the <a href="http://blogs.sas.com/sasdummy/index.php?/archives/84-My-new-executive-dashboard.html"  title="M&Ms are always gone, it seems">M&Ms</a> and <a href="http://blogs.sas.com/sasdummy/index.php?/archives/8-SAS-GURU-is-still-available.html"  title="SASDUMMY plate">SASDUMMY</a> license plate.  But we know they're still around, even if you can't see them on the blog.<br />
<br />
This blog page is now more consistent with the many other blogs that we host at <a href="http://blogs.sas.com"  title="All the blogs">blogs.sas.com</a>.  Consistency is good, right?  It helps you know what to expect.  <a href="http://blogs.sas.com/sasdummy/index.php?/archives/91-Announcement-SAS-on-the-Wii.html"  title="Who expected this?">Usually</a>. 
    <img src="http://feeds.feedburner.com/~r/ASasBlogForTheRestOfUs/~4/DSjcXQlaGPw" height="1" width="1"/>]]></content:encoded>

    <pubDate>Mon, 14 Sep 2009 16:24:33 -0400</pubDate>
    <guid isPermaLink="false">http://blogs.sas.com/sasdummy/index.php?/archives/122-guid.html</guid>
    
<feedburner:origLink>http://blogs.sas.com/sasdummy/index.php?/archives/122-Lookin-professional.html</feedburner:origLink></item>

</channel>
</rss>
