Classic
Quiz Sciences

Quiz Creating list reports

7 played - 12 yrs ago

Chapter 4 from the book

 

Hard QUIZ 8 QUESTIONS
hard
1

If I want to assign a label to 3 fields, (on, changed, flight ), print a date, and print records only where flight number is 219, which is correct?

2

If labels are NOT stored with the data, which can be used to make the field names prettier?

3

Which selects ONLY those that have style equal to ranch, split or twostory?

4

Which would output a new, temp file called calc?

5

If you want to create a table, summing the instructors, aerobicclass, walkjogrun, and swim fields, which is correct?

6

If you run this, what happens? proc sort data=clinic. diabetes; run; proc print data=clinic. diabetes; var age height weight pulse; where sex="F";run;

7

Proc sort is used to sort by months amount. . then proc print is used as : proc print data=work. loans noobs; var months; sum amount payment; run; which pops out as the output? (dollar formats on fields)

8

Which is correct to choose an amount less than or equal to 5000 AND the account is 101-1092 or the rate is 0. 095?