Display the variable and label names. PROC CONTENTS will display the variable names and the labels used in the first program.


proc contents data=idlabel;
run;