Multiple choice technology databases

Which of the following oprions will be used to limit the decimal places in proc Means ?

  1. MAXDEC

  2. DEC

  3. MINDEC

  4. LIMITDEC

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The MAXDEC= option in PROC MEANS specifies the maximum number of decimal places to display in the output. This controls output formatting precision. Options like DEC, MINDEC, and LIMITDEC do not exist. Option A is correct.