nerdexam
SAS_Institute

A00-211 · Question #163

Which statement specifies that records 1 through 10 are to be read from the raw data file customer.txt?

The correct answer is C. infile 'customer.txt' obs=10. See the full explanation below for the reasoning.

Question

Which statement specifies that records 1 through 10 are to be read from the raw data file customer.txt?

Options

  • Ainfile 'customer.txt' 1-10;
  • Binput 'customer.txt' stop@10;
  • Cinfile 'customer.txt' obs=10;
  • Dinput 'customer.txt' stop=10;

How the community answered

(29 responses)
  • A
    10% (3)
  • B
    3% (1)
  • C
    79% (23)
  • D
    7% (2)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice