Classic
Quiz Sciences

Quiz Chapter 5 from the book

31 played - 12 yrs ago

Creating sas data from raw files and excel work sheets

 

Hard QUIZ 9 QUESTIONS
hard
1

Which statement associates fileref crime with the raw file c : \states\data\crime?

2

Filerefs remain in effect until

3

Which specifies that the products file should be read and only the first 15 obs?

4

Which code snipper would correctly write the id, sex, age, height, weight, pulse fields to a raw file from sas?

5

For a file to be read using column input, must the fields be aligned vertically?

6

3427 chen steve raleigh 1436 davis lee atlanta imagine the fields above are aligned vertically . . which should be used to read them so they look like ID LastName FirstName City

7

Say we're given : stock number starts at 1 ends at 3 type character finish starts at 5 ends at 9 type character stylecode starts at 11 ends at 12 type numeric how should this be read?

8

Which statement redefines the value of income as 100% higher?

9

Imagine you're given in stream data. . must there be a datalines statement?