Tag: Copy Files

The Copy Files task is going legit (and moving)

I’ve supplied dozens of custom tasks for SAS Enterprise Guide, but the Copy Files task is easily the most popular. The Copy Files task allows you to capture “file transfer” steps inside your process flow, so that you can automate any file upload and download operations between your PC and […]

The post The Copy Files task is going legit (and moving) appeared first on The SAS Dummy.

Using FILENAME ZIP to unzip and read data files in SAS

I’ve written about how to use the FILENAME ZIP method to read and update ZIP files in your SAS programs. The ZIP method was added in SAS 9.4, and its advantage is that you can accomplish more in SAS without having to launch external utilities such as WinZip, gunzip, or […]

The post Using FILENAME ZIP to unzip and read data files in SAS appeared first on The SAS Dummy.

Project Reviewer task and Copy Files task: refreshed for v7.1

Two popular SAS custom tasks have recently been updated for SAS Enterprise Guide 7.1. Most custom tasks that I’ve shared will work without modification across releases, but these two required a special rebuild due to some internal product API changes. The Project Reviewer task allows you to see a detail […]

The post Project Reviewer task and Copy Files task: refreshed for v7.1 appeared first on The SAS Dummy.

Copy a file using a SAS program: another method

A couple of years ago I shared a method for copying any file within a SAS program. It was a simple approach, copying the file byte-by-byte from one fileref (SAS file reference) to another. My colleague Bruno Müller, a SAS trainer in Switzerland, has since provided a much more robust […]

There and back again: copying files in SAS Enterprise Guide

One of the problems that trips up experienced SAS users when they begin to use SAS Enterprise Guide is a result of simple geography. The SAS Enterprise Guide application runs here, on your desktop. The SAS Workspace session (which accesses data and cranks through your analysis) runs over there, on […]