I am trying to produce a list of information on all variables in a data set, including the name of each variable, it's variable label, and any value labels associated with it.
PROC CONTENTS appears to take care of the variable labels, but I cannot figure out how to include the value labels in this list.
Is there any way to do this?
PROC CONTENTS appears to take care of the variable labels, but I cannot figure out how to include the value labels in this list.
Is there any way to do this?