Friday, December 31, 2010

SAS 1001 Tips - Tip 4 - How do i know the current macro variable names and their stored values?

Two different ways to print all macro values.

use

%put _all_; or
%put _user_;

_all_ option will print system macro values also.


check out the file vmacro in the sashelp directory.

Why is this called VIEW but not a dataset which is usually called TABLE?

Identify one interesting VIEW and one interesting TABLE in SASHELP directory

No comments: