Tag: SAS custom tasks

A custom task to check your data cardinality

The other day I showed how to check your data cardinality by using a simple SAS program. I also promised to provide a custom task that makes the process even easier within SAS Enterprise Guide. Today I’m delivering on that promise. I’ve just added the custom task to the support.sas.com […]

Process Interruptus: a custom task to pause your process flow

Traditionally, SAS users like their processes to behave like Ron Popeil’s famous rotisserie: they want to set it and forget it. That’s the definition of a batch process. You work like heck to get it ready to run, then you push the button (or schedule it) and walk away. But […]

Export and download any file from SAS Enterprise Guide

Last week I alluded to some very useful applications of the Copy Files task. This is one of them. Using the SAS programming language, you can manipulate data and create files of just about any size, shape, and format: Excel, PDF, CSV, RTF, and more. A challenge for SAS Enterprise […]

Special steps for installing the custom tasks that you download

Recent versions of SAS Enterprise Guide (version 5.1 and later) use Microsoft .NET 4.0, which enforces additional security requirements before running custom task DLLs that you download from the Web, including those that you download from support.sas.com. Because these task DLLs are downloaded from the (big and scary) Internet, the […]

An FTP-style task in SAS Enterprise Guide: user-driven fixes

A few months ago I released the Copy Files task for use with SAS Enterprise Guide. The task allows you to transfer any files between your PC and a SAS Workspace session, much like an FTP process. It doesn’t rely on FTP though; it uses a combination of SAS code, […]

Custom tasks for SAS Enterprise Guide: Q&A

Last week I delivered a SAS Talks session: Introduction to Custom Tasks for SAS Enterprise Guide (click to watch it). I promised that I would share a collection of resources where you can learn more information. First, here is a round-up of the custom tasks that I mentioned, with links […]

Upcoming SAS Talks: Custom tasks for SAS Enterprise Guide

If you’re using SAS Enterprise Guide and you’re not using custom tasks, you’re missing out! Custom tasks are new features you can plug in – features that weren’t originally packaged with the software. (And contrary to the Pulp-O-Mizer poster that I created, they do not come FROM OUTER SPACE. Usually.) […]

Turn your data set into a DATA step program

Sometimes I need to “disassemble” a SAS data set into a DATA step program. It’s kind of like creating a “freeze-dried” version of the data that you can carry around and use anywhere, re-hydrating it in the SAS session where you next need it. Some example uses for this: Build […]