nerdexam
SAS_Institute

A00-202 · Question #12

A00-202 Question #12: Real Exam Question with Answer & Explanation

The correct answer is D. new, X, and COL1. See the full explanation below for the reasoning.

Question

The SAS data set ONE contains the variables X, Y, Z, and W. The following SAS program is submitted: proc transpose data = one out = trans name = new; by x; var y; run; Which one of the following contains all the names of the columns created by the TRANSPOSE procedure?

Options

  • AX, Y, Z, and W
  • Bnew, X, Y, and COL1
  • CNAME, X, and Y
  • Dnew, X, and COL1

Community Discussion

No community discussion yet for this question.

Full A00-202 Practice