Classic Quiz
Quiz Sciences

Quiz Reading sas data sets over view chapter 12

68 played - 13 yrs ago

Chapter 12 from the book

 

Hard QUIZ 9 QUESTIONS
hard
medium
 
Question 1 / 9

Data work. cardiac(drop =age group); set clinic. fitness(keep=age weight group); if group=2 and age>40; run ; if you run this, what's in work. cardiac?

hard
 
Question 2 / 9

Which snippet reads the dataset orders correctly and creates the fastorder dataset?

expert
 
Question 3 / 9

There are 500 obs in the dataset USA. what's the result of submitting this code? data work. getobs5(drop=obsnum); obsnum=5; set company. usa(keep=manager payroll) point=obsnum; stop; run;

hard
 
Question 4 / 9

Does this code work? data work. getobs5(drop=obsnum); obsnum=5; set company. usa(keep=manager payroll) point=obsnum; output; stop; run;

medium
 
Question 5 / 9

Data work. getobs5(drop=obsnum); obsnum=5; set company. usa(keep=manager payroll) point=obsnum; output; run; what's missing to prevent a loop?

expert
 
Question 6 / 9

How many records in this set? data work. getobs5(drop=obsnum); obsnum=5; set company. usa(keep=manager payroll) point=obsnum; output; stop; run;

expert
 
Question 7 / 9

What happens when this code runs? data work. addtoend; set clinic. stress2 end=last; if last; run;

expert
 
Question 8 / 9

When the PDV is created, at the compilation stage, variables are created in the dataset and the observations are what?

hard
 
Question 9 / 9

The data step executes

Quiz A little math (2)
300 played - 6 mths ago
Quiz Sciences
487 played - 8 mths ago
Quiz Maths: Literal calculation
112 played - 1 yr ago
Quiz Science and nature: Science (11)
1 049 played - 1 yr ago
Quiz Mathematics
201 played - 1 yr ago
Quiz Maths in 10 questions
334 played - 2 yrs ago
Quiz Square roots (maths)
343 played - 2 yrs ago
Quiz Science in Bulk
594 played - 2 yrs ago
Quiz 5 Kingdoms
16 772 played - 12 yrs ago
Quiz Physical Vs. Chemical Properties
11 320 played - 13 yrs ago
Quiz Homogenous vs. Heterogeneous Matter
55 307 played - 13 yrs ago
Quiz Solutions, Colloids and Suspensions
20 714 played - 13 yrs ago
Quiz Science number 2
691 played - 15 yrs ago