Given the following IF/THEN statement: If Age NE 16 and Age NE 15 then Group=1; Which assignment statement for variable Group is functionally equivalent to the original statement used in the above data step?
A.
if (Age NE 16) or (Age NE 15) then Group=1;
B.
where Age not between (15 and 16) then Group=1;
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
DEAWS
9 months, 3 weeks agoKleinstone
3 years, 10 months ago