This repository contains one of a series of examples that accompany Custom Tasks for SAS Enterprise Guide using Microsoft .NET by Chris Hemedinger.
This particular example goes with Chapter 13: Putting the Squeeze on Your SAS Data Sets. It was built using C# with Microsoft Visual Studio 2010. It should run in SAS Enterprise Guide 4.3 and later.
This task serves as an example of how to adapt a proven SAS macro program into a useful task. It requires a simple user interface with just a few options. Most of the work within the task lies within the SAS program, which is embedded in the .NET assembly as a file resource.
For information about how to use the example in SAS Enterprise Guide, see this blog post: Putting the squeeze on your SAS data sets