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:
Post a Comment