Uncategorized

Michele Reister 0
Demystifying Sequence Analysis

In this interview, Robin Way, SAS Analytics Consultant talks about attending the M2010 Data Mining Conference for the fourth time (this year he'll be a speaker for the second time!), his talk on demystifying sequence analysis, his favorite part of the conference and his advice for first time attendees. My

Angela Hall 2
Creating a relational OLAP cube (ROLAP)

SAS allows for three different cube storage mechanisms: 1. MOLAP The traditional SAS OLAP Cube will all aggregations / nway stored on a physical file structure accessible by the SAS OLAP Cube Server. 2. ROLAP A relational OLAP cube - where no aggregations are stored and SAS points to the

Angela Hall 2
Discovering the power of ODS ExcelXP tagsets

The ODS ExcelXP tagset is pretty powerful stuff. Hidding columns, changing the print layout to landscape, updating the spreadsheet names, defining the default column width and row height, etc - it's all available using options within the ExcelXP setup. So the best thing to do is grab some documentation. Fortunetly,

Angela Hall 12
Uploading a file (via the web) into SAS

I must recommend that you check out this example from pg 70 of the SAS Stored Process Developers Guide. http://support.sas.com/documentation/cdl/en/stpug/61271/PDF/default/stpug.pdf This is a pretty sweet example of how to upload a file from your machine (via Internet Explorer) into the SAS System. A custom form can be created in html

Christine Kjellberg 4
INTCK and INTNK functions

This week’s assignment? Become masters of SAS Functions! Or at least understand the basics of the most popular ones. Chapter 14 is all about Transforming Data with SAS Functions. We decided to divide this chapter in half due to the length of the chapter and things in our study session

Angela Hall 1
Exporting last submitted code from Enterprise Guide

You can export the .sas code from a specific task or the entire project into a .sas file! It's great when publishing a project into a repeatable batch/schedule process. However, be aware of default names for the .sas resulting file. I recently ran across an error when exporting a task

1 93 94 95 96 97 99