SUPPORT / SAMPLES & SAS NOTES
 

Support

Sample 42561: New option to suppress variable labels in PROC MEANS

DetailsCodeOutputAboutRate It

This sample demonstrates how to use the new NOLABELS option with PROC MEANS to suppress variable labels. This option will temporarily suppress variable labels that are associated with variables in the data set being processed by PROC MEANS. The variable labels are still available for use when the NOLABELS option is removed from the PROC MEANS statement and with other procedures.

The system option NOLABEL will suppress both variable labels and class labels. For example:

options nolabel;



These sample files and code examples are provided by SAS Institute Inc. "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and fitness for a particular purpose. Recipients acknowledge and agree that SAS Institute shall not be liable for any damages whatsoever arising out of their use of this material. In addition, SAS Institute will provide no support for the materials contained herein.