Quiz 6 Question 9 of 20

A SAS programmer uses the following code to create a macro variable from a dataset count: PROC SQL; SELECT COUNT(*) INTO :nobs TRIMMED FROM mydata; QUIT; What does TRIMMED accomplish in this context?

Select an answer to reveal the explanation.

Motivation