Category: SAS

How to create a ‘pretty’ map with SAS

I usually create very technical maps, to display data spatially – and they usually have a certain look. They’re clear, crisp, and to the point. I typically only use color to represent the data, and I choose a font that is simple and easy to read (such as arial). But […]

The post How to create a ‘pretty’ map with SAS appeared first on SAS Learning Post.

Fix for invalid characters in data

For “ERROR: Some character data was lost during transcoding in the dataset DB.XXXDAT. Either the data contains characters that are not representable in the new encoding or truncation occurred during transcoding.” use the following code in program: proc…

Something for geeks and nerds to do at Disney World!

Are you one of those people who get easily bored at amusement parks? Would you like something to do while your friends/family are waiting in line for a ride? Perhaps I have an alternate ides, to keep you busy – survey markers! When surveyors are measuring and marking areas for […]

The post Something for geeks and nerds to do at Disney World! appeared first on SAS Learning Post.

Step into the wonderful world of SAS Enterprise Miner

Are you interested in taking an advanced course on the machine learning topic of Neural Networks? Does text mining on unstructured data sound interesting? Interested in becoming a certified predictive modeler using Enterprise Miner? If you answered “yes” to any of these questions, then your first step is likely to […]

The post Step into the wonderful world of SAS Enterprise Miner appeared first on SAS Learning Post.

Stratified random sample: What’s efficient?

In a previous blog, Random Sampling: What’s Efficient?, I discussed the efficiency of various techniques for selecting a simple random sample from a large SAS dataset.  PROC SURVEYSELECT easily does the job: proc surveyselect data=large out=sample method=srs /* simple random sample */ rate=.01; /* 1% sample rate */ run; Note: […]

The post Stratified random sample: What’s efficient? appeared first on SAS Learning Post.

Kick off your SAS Global Forum journey with a SAS Certification

We are a few months away from SAS Global Forum in Orlando. You might think that the conference kicks off Sunday night at opening session, but there are plenty of weekend activities before then and I’d like to highlight one of them: SAS certification exam sessions. Isn’t now a great […]

The post Kick off your SAS Global Forum journey with a SAS Certification appeared first on SAS Learning Post.

Designing Dashboards: Sending Your Style Vibe

OK I admit it, I’m a font geek.If I visit a website with a gross font, I don’t go back. It’s true. Want me to adore you?  Send me an email in my favorite font – it will impress me. It communicates your style vibe and if we are on the same wavelength, then you must be adorable!!

Style is what makes users want to look …

This post appeared first on BI Notes for SAS Software Users. Go to the site to subscribe or view more content.

[[ This is a content summary only. Visit my website for full links, other content, and more! ]]

Explaining analytics? Maybe you should think about the narrative

I continue to find the concept of explaining analytics through storytelling intriguing. As I have written before, at first blush this did not seem immediately clear to me. The advice to use storytelling appeared somewhat vague, trite and without substance. More importantly, it seemed to conflict with the rigor required […]

The post Explaining analytics? Maybe you should think about the narrative appeared first on SAS Learning Post.