News

While developing your macros, you may find it useful to write all or part of the contents of the global and local symbol tables to the SAS log. To do so, use the %PUT statement with one of the ...
Global and local variables The area of a program where a variable is accessible is referred to as its scope. A global variable can be accessed and changed throughout the whole program.