SAS 9.4 Macro Language : Reference, Fifth Edition

Posted By: readerXXI

SAS 9.4 Macro Language : Reference, Fifth Edition
by SAS Institute
English | 2016 | ISBN: 1629608076 | 511 Pages | PDF | 3.72 MB

Explains how to increase the modularity, flexibility, and maintainability of your SAS code using the SAS macro facility. Provides complete information about macro language elements, interfaces between the SAS macro facility and other parts of SAS software, and macro processing in general.

This document is the macro facility language reference for SAS. It is a reference for the SAS macro language processor and defines the SAS macro language elements.

The macro facility is a tool for extending and customizing SAS and for reducing the amount of text that you must enter to do common tasks. The macro facility enables you to assign a name to character strings or groups of SAS programming statements. You can work with the names that you created rather than with the text itself.

The SAS macro language is a string-based language. It does not support the use of hexadecimal character constants.