Uncategorized

Angela Hall 0
Edit your shared prompts

Creating shared prompts to use across the various BI clients requires the use of SAS Management Console's stored process wizard. Editing these prompts after they have been shared requires some forethought. The important thing to consider when making any changes to a prompt's properties is the impact these changes could

Learn SAS
0
New edition of Web Development with SAS by Example

The new, third edition of Frederick Pratter’s Web Development with SAS by Example recently came out to great fanfare. Updated for SAS 9.2 and SAS Enterprise BI Server 4.3, Web Development with SAS by Example, Third Edition, introduces readers to Web programming using real-world examples and SAS Web programming tools. So

Angela Hall 0
Get organized at least in the metadata

New in 9.2, SAS Folders are used to organize the metadata around various content and BI objects. I wrote about this many moons ago but the subject still comes up as more customers get started with the Business Intelligence architecture.  As you can see in the initial SAS Folder structure,

Angela Hall 0
Advantages abound by centralizing all of those logs

In order to support a SAS Server Architecture, administrators must know where all the log files from the various SAS Business Intelligence services are located. By default, each service that generates a log will create it within the services' own configuration folder structure. For example, the metadata server log is

Rick Wicklin 0
Complex assignment statements: CHOOSE wisely

This article describes the SAS/IML CHOOSE function: how it works, how it doesn't work, and how to use it to make your SAS/IML programs more compact. In particular, the CHOOSE function has a potential "gotcha!" that you need to understand if you want your program to perform as expected. What

Rick Wicklin 0
Side-by-side bar plots in SAS 9.3

When I was at the Joint Statistical Meetings (JSM) last week, a SAS customer asked me whether it was possible to use the SGPLOT procedure to produce side-by-side bar charts. The answer is "yes" in SAS 9.3, thanks to the new GROUPDISPLAY= option on the VBAR and HBAR statements. For

Sandy Varner 0
From triptych to eBooks

Summer is moving along too fast this year. I haven’t read nearly as many books as I had planned but last week I finished Triptych by Karin Slaughter (a good read). After finishing the book I looked up the meaning of the word ‘triptych’ and the first definition was a

Learn SAS
Shelly Goodin 0
No tutus just Twitter

This morning I’m having flashbacks about tutus and ballet recitals, high school musicals, local pre-dawn television interviews, and live SAS Press webinars. However, this time the butterflies have mostly migrated, there are no fun costumes, and I’m going to be seated behind my desk. And, most importantly, I’m feeling confident

Angela Hall 0
Removing the Object Names from the BI Dashboard

Each indicator added to the dashboard begins with the saved name of the indicator. Take the example below, I dragged the spark table indicator '02_Top_CustomerSAT' into the new dashboard. Of course the 02_Top_CustomerSAT name is not necessarily what my executives would like to see on their dashboard view. But I

Rick Wicklin 0
Finding the root of a univariate function

At the SAS/IML Support Community, a SAS/IML programmer recently asked how to find "the root of a complicated equation." That's a huge question, and many papers and books have been written on the topic of root-finding, also known as finding the zeros of a function. Everyone has favorite techniques for

Angela Hall 0
Dashboard 4.3 Global Formatting Options

Within BI Dashboard 4.3, you can change the font styles on different elements within the Dashboard. This is a global change to all the indicators displayed on the dashboard as you are unable to modify at an indicator level fonts for titles, cells, etc. Ranges are placed on indicators and

Rick Wicklin 0
Options for Printing a Matrix

A matrix is an array of numbers or character strings. When I print a matrix, I usually want to see only the data. However, sometimes it is helpful to add row or column headings that indicate the names of variables or labels for rows. A simple example is count data

Rick Wicklin 0
A simple signum function

The other day I needed to compute the signum function for each element of a matrix. If x is a real number, then the sgn(x) is -1 when x<0, 1 when x>0, and 0 when x=0. I wrote a SAS/IML module that contains a compact little expression: proc iml; start

Sandy Varner 0
Wheeling and Dealing with SAS eBooks!

contributed by Sandy Varner, SAS Publishing Operations Manager We’ve been talking a lot lately about eBooks. I hope you’ve downloaded the FREE Kindle eBook What’s New in SAS 9.3. Now, we have two more eBook deals for you from SAS Publishing – one for JMP users and one for SAS

Shelly Goodin 0
FREE eBook promotion for What's New in SAS 9.3

contributed by SAS Publishing's Shelly Goodin There's been a lot of excitement, inside and outside of SAS, about the recent release of SAS 9.3. And there is a wealth of useful information to keep you informed about the latest offerings. For instance, you can learn more about SAS 9.3 by

1 247 248 249 250 251 281