We are still helping our customers get more out of the data they have and make data driven decisions. Our new site is packed with information and insights of how data can be the catalyst to your business growth.
When developing or debugging a SAS application, it is often useful to check the values that have been assigned to Macro variables.
The easiest way to do this is to simply use the following command:
%put _ALL_;
In addition to _ALL_ you could use any of the following:
For more information on using the SAS macro language, view the SAS help or visit the SAS support site at www.support.sas.com.