Uncategorized

Angela Hall 0
Program formatting in Enterprise Guide 4.3

As Chris Hemedinger has written in several of his blog posts, SAS Enterprise Guide 4.3 has many more formatting options. I particularily enjoyed the 'CTRL-i' option to reformat SAS code with indents and carriage returns to make my programs even more readable. The 'CTRL-e' and 'CTRL-SHIFT-e' keyboard shortcuts are also

Advanced Analytics
Rick Wicklin 0
The module that vanished

Recently, I needed to detect whether a matrix consists entirely of missing values. I wrote the following module: proc iml; /** Module to detect whether all elements of a matrix are missing values. Works for both numeric and character matrices. Version 1 (not optimal) **/ start isMissing(x); if type(x)='C' then

Angela Hall 0
Using Stored Processes to Improve Information Maps

Integrating Stored Processes into Information Maps can improve process performance as well as provide extra flexibility and complete query generation control. In order to showcase how powerful this combination is, I am presenting this topic during a SAS Talks webinar session this Thursday, December 16th. The scope of the example will

Chris Hemedinger 0
Blogs by SAS Community - Google Reader Bundle

Here is my published Google Reader bundle that contains all of the SAS- or analytics-related blogs that are maintained by customers or others in the SAS community (excepting those by SAS employees, for which I have a different bundle). Blogs by SAS Customers AFHood Analytics Group - Blogs AnnMaria's Blog

Susan Johnston 0
Product Information at Your Fingertips!

Have you found the SAS Software Product pages yet? These pages centralize several different resources for products or solutions on the SAS support site. You get to them by selecting Knowledge Base -> SAS Software -> Product A-Z Listing. These Product pages have everything—the latest product news, a product definition,

Analytics
Robert Latham 0
Build vs. Buy

It seems like each week brings news announcing yet another software vendor acquisition by one of the giant software conglomerates. This approach of purchasing a specific capability to fit into the ever growing portfolio of technology does not show signs of stopping in the near future. Matter of fact, several

Shelly Goodin 0
Putting the “Zap” into Zocial Media

Contributed by Bernie Brennan and Lori Schafer Can you name a retailer that opens up its offices to the public for daily tours—and makes them entertaining, energizing, and just plain fun? We can. This same retailer prides itself on its ten core values, including creating “fun and a little weirdness.”

1 257 258 259 260 261 281