I'm in a beginner SAS class and we are required to display only the section of the PROC CONTENTS output that shows the variables in the dataset. For example, when you do
proc contents data=whas.heart3;
run;
The output is 3 tables. The 3rd table is titled:
Alphabetic List of Variables and Attributes
I need to figure out how to modify the above code to display only that 3rd table.