How many columns are in this data set?

Viewed 36

Asked how many columns there are on an exam. I hastily put 3, then 2, and both were graded incorrect. What am I missing?

1 Answers

Datasets don't have "columns", they have VARIABLES.

The output from the PROC CONTENTS is showing that STORM_SUMMARY has 12 variables.

Related