View on GitHub

SAS Macro Utilities

Collection of utility SAS macros for data management and utility purposes.

SAS Macro Utilities

Collection of utility SAS macros for data management and utility purposes.

Table of Contents

Project Directory Structure

ucmacros:

Installation

Clone or download the repository to a location your SAS session can access. Update sasautos option to include the ucmacros directory. This can be done within a SAS program directly or within a SAS autoexec process.

For example:

options append=(sasautos="/your/path/sas-macro-util/ucmacros");

Usage

After sasautos is updated with the source ucmacros directory, call the desired SAS macro using standard SAS macro programming along with desired parameters. Check the header contained within each source file.

For example:

%dbug(level=2,log=/tmp/test.log);

Standards

File Properties

Header Properties

Additional properties such as last modified timestamps, authorship and revision history are maintained within the git repository.

Coding Standards

General Notes

Author Contact