Uncategorized

Angela Hall 1
Converting SAS/IntrNet into SAS Stored Processes

Earlier in the year, I attempted to convert to a SAS Stored Process a SAS IntrNet program that used statements such as: data _null_; set datatable; put 'html code here' variable item; run; However, it doesn't work when simply removing the SAS IntrNet headers (such as options, and ods html

Angela Hall 0
Running SAS Task on Small Dataset - Workaround

Last week was incredible! The amount of activity from training, supporting and related system administration kept me very busy. The next few posts are my backlog of findings & tidbits. My boss was running into a problem with using a SAS Task from the SAS Add-in to Microsoft Office Excel

Angela Hall 0
Viewing OLAP Cubes outside of the Web

Enterprise Guide has a wonderful OLAP Viewer if you don't/can't use the web stuff. I went to the SAS Course 'Creating and Exploiting OLAP Using the SAS System' which has in the Course Notes some great steps on using EG for OLAP Viewing. Basically, the 'Tasks by Category' menu has

Angela Hall 0
BISUG Article

BISUG September News Article highlights the new SAS BI-ogsource! Providing a high-level summary of what the Blog's purpose and vision are, it also provides more information about the Blog creator Angela Hall and her employer Tekelec. BISUG is a great resource for anyone looking to use SAS BI products with

Angela Hall 0
Fallacy of Measures

When developing the business intelligence measures, you have to be entirely cognizant of the behaviors you could promote. For instance, in measuring and setting business objectives for number of defects per line of code, developers could write more lines of code to reduce the calculated result or they could document

Angela Hall 0
VB or Stored Process - Why is SAS better?

I have been attending a quality conference this week & found a gentleman who wrote 20,000 lines of VB code to allow users to generate graphs through an Excel GUI interface. After the presentation on his Visual Basic analytic system, I approached him to obtain the detail of his 8