Uncategorized

Chris Hemedinger 0
Applied playground math

The mainstream press never misses an opportunity to point out how our children are falling behind in math skills and won't be able to compete in the global marketplace. But I don't believe it, and I'll tell you why. For centuries, children have used counting rhymes to select a person

Chris Hemedinger 0
Happy April Fools!

Thanks for reading this far. I'm sure that you've realized it by now, but the "SAS on the Wii" announcement is my idea of a joke, as warped as that might seem. Happy April Fools' Day! As far as I know, SAS is not currently planning a new release for

Chris Hemedinger 0
Announcement: SAS on the Wii

Last week at SAS Global Forum, SAS demonstrated its commitment to bring powerful business analytics to customers wherever they choose to work, including on the desktop, on the Web, and on mobile devices such as the iPhone. In that spirit, SAS today announced plans to port its powerful analytics software

Chris Hemedinger 0
The Sea Monkey Effect

I really enjoyed this blog post by AnnMaria: "The Sea Monkey Effect prevents robot uprising". I think my reading experience was enhanced because I met* the author at SAS Global Forum yesterday. AnnMaria should apply for a grant and enter into the annals of improbable research. *(She told me that

Chris Hemedinger 0
Enchantress of Numbers

Today is Ada Lovelace Day, a celebration of a woman who is widely appreciated as "the first programmer". At SAS I work with a lot of programmers and other technical folks, many of whom are women (including my boss and my boss' boss). I tend to take this for granted,

Chris Hemedinger 0
A few minutes with Dave Barry

During SAS Global Forum, I had the privilege of sneaking backstage at the Technical Session to meet with keynote speaker Dave Barry. I made it abundantly clear to everyone involved, this meeting was all about me and my opportunity to meet a literary legend. The fact that I was on

Chris Hemedinger 0
C U @ #SGF09

Right now I'm packing up my materials for SAS Global Forum. It's actually a lot easier than it used to be. My first SAS conference was SUGI 21 (1996), and we didn't have personal laptop computers or USB drives or fast network connections. Machines were staged weeks ahead of time

Chris Hemedinger 0
The original tweeter

Before it was considered cool to tweet information to the world, SAS users who were hungry for inside information came to rely on a Little Birdie -- as in "a Little Birdie told me..." sasCommunity.org has a nice history of the Little Birdie. The article mentions the "Jurassic period"; does

Angela Hall 0
SAS Enterprise Guide across a proxy firewall

We recently confirmed (via http://support.sas.com/forums/forum.jspa?forumID=10&start;=0) that SAS Enterprise Guide does not support proxy servers between itself and SAS servers (metadata, workspace, stored process, etc). However, if the proxy server can be transparent then EG can work through it. While implementing SAS BI at a customer site we needed to access

Angela Hall 0
SAS Enterprise Guide - Server File Access

SAS Enterprise Guide allows users to access files on the SAS server environment. Only one of the three options can be set - either to point to the designated user folder 'SAS User Root', set to the root 'System Root', or define a shared location/directory 'path'. The SAS Administrator sets

Chris Hemedinger 0
Rank and file

When I applied for a job at SAS over 15 years ago, I didn't even know what the company did. [Insert dummy joke here.] Most of what I knew about the company came from colleagues at my former workplace who, perhaps in an effort to make themselves feel better, described

Chris Hemedinger 0
"Open in JMP" from SAS Enterprise Guide

The SAS Visual Data Discovery package includes, among other things, SAS Enterprise Guide and JMP. If you are among the growing numbers who use these two software applications together, you might be looking for more ways to integrate the two. Here's one way: a SAS Enterprise Guide task that opens

Chris Hemedinger 0
1000-thread count

No, this is not about a super-expensive set of bed linens. It's about the 1000th thread (discussion topic) in the SAS Enterprise Guide discussion forum. This discussion forum began as a pilot program over two years ago, with SAS Enterprise Guide and ODS and Base Reporting among the first two

Chris Hemedinger 0
Coat check conspiracy

As a dedicated SAS employee, I take advantage of as many offered perks as I can, and that includes attending the annual SAS Winter Party. My wife and I have not missed one since I started working here, which means that last weekend we attended for the 16th time. Every

Chris Hemedinger 0
This is your life...with SAS

If you use SAS for just one purpose, you might be interested to see some of its other uses around your world. This video is also a great link to share with your less-tech-savvy friends/relatives who ask the question: what is SAS and why should I care?

Chris Hemedinger 0
SAS and social media: an awesome mashup

SAS recently appointed a Social Media Manager for the company. Check out Dave Thomas' recent interview here. The interview question that must have been edited out: "So, why did you decide to leave Wendy's?" Just like SAS ("what's a shoe company got to do with business analytics?"), I imagine that

Angela Hall 0
Clearing & Updating Metadata - Batch Tricks

Using the proc metalib process to update specific elements would generate errors related to the base SAS Library conflicting with the Metalib referenced library. You can run a libname _all_ list; statement to review all the libraries available to the process. Also, the reference material utilized to improve the process

Angela Hall 0
Example to Encode SAS Passwords

Within SAS Run the following code (the purple text is the password you would like to encode): proc pwencode in='myn3wpwd4u'; run; After submitting this code (F3), the resulting encoded password in available only in the log file. The results from this example are below, the highlighted line is the encrypted