SAS_Institute
A00-211 · Question #241
Which statement specifies that records 1 through 10 are to be read from the raw data file customer.txt?
The correct answer is D. infile 'customer.txt' obs=1-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' eof=10;
- Binfile 'customer.txt' obs=10;
- Cinfile 'customer.txt' obs=10;
- Dinfile 'customer.txt' obs=1-10;
How the community answered
(24 responses)- A4% (1)
- B4% (1)
- C8% (2)
- D83% (20)
Community Discussion
No community discussion yet for this question.