Which of the following assignment statements for variable group are functionally equivalent to the original statement used in the above data step?

Consider the data step:


Which of the following assignment statements for variable group are functionally equivalent to the original statement used in the above data step?
A. if Age not in(15,16) then Group=1; else Group=2;
B. if (Age NE 16) or (Age NE 15) then Group=1; else Group=2;
C. where Age not between 15 and 16 then Group=1; else Group=2;
D. both A or C will work.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.