At SAS, our Windows client products (such as SAS Enterprise Guide and SAS Add-In for Microsoft Office) feature hundreds of Windows forms, or dialog windows, implemented with Microsoft .NET. Because we encourage customers to extend our products with their own custom tasks, I wanted to share some tips on how
Uncategorized
10 tips for creating dialog windows like the pros
SAS and social media: an awesome mashup
SAS recently appointed a Social Media Manager for the company. Check out Dave Thomas' recent interview here. The interview question that must have been edited out: "So, why did you decide to leave Wendy's?" Just like SAS ("what's a shoe company got to do with business analytics?"), I imagine that
Clearing & Updating Metadata - Batch Tricks
Using the proc metalib process to update specific elements would generate errors related to the base SAS Library conflicting with the Metalib referenced library. You can run a libname _all_ list; statement to review all the libraries available to the process. Also, the reference material utilized to improve the process