Classic
Quiz General knowledge

Quiz Creating a single observation from multiple records

46 played - 12 yrs ago

Chpater 20 from the book

 

Hard QUIZ 8 QUESTIONS
hard
1

You can position the input pointer on a specific record by using. .

2

Which pointer type is used to read multiple records sequentially?

3

Which can be used to read records non sequentially?

4

Imagine a name on one line, address below it and then csz below it. . and so on for all the records in the file. . which will turn multiple lines into one record inside sas?

5

Which line can read a file from the fourth record of a file and then return to the first record of the file?

6

How many records will be read everytime this code executes? input #1 item $ color $ #3 @8price comma6. #2 fabric $ #3 sku $ 1-6;

7

If this is the third line of a dataset, which reads it correctly as the first thing? chapel hill north carolina 27713

8

Which program wouldn't read the values in the first record as "item" and the values in the second record as two variables named "inventory" and "type"