The SAS macro variable “inspector” is a custom task that plugs into SAS Enterprise Guide 4.3. You can use it to view the current values for all SAS macro variables that are defined within your SAS session. You can also evaluate “immediate” macro expressions in a convenient quick view window. […]
Tag: SAS Enterprise Guide
Take SAS program editor abbreviations to the next level
Rick posted a tip today about using abbreviations in the SAS program editor window (often referred to as the “enhanced editor”). Defining abbreviations is a great way to save keystrokes and re-use “templates” of code that you’ve squirreled away. (One of Rick’s readers also picked up on the tip, and […]
Using Windows PowerShell to report on your SAS Enterprise Guide project files
This blog post is a “mashup” of a couple of my previous posts, combining the lessons to create something brand new that I hope you will find useful. First, let’s review what we know: SAS Enterprise Guide supports a scriptable object model, which allows you to write scripts or programs […]