Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

SAS Exam A00-211 Topic 13 Question 1 Discussion

Actual exam question for SAS's A00-211 exam
Question #: 1
Topic #: 13
[All A00-211 Questions]

Given the following data set WORK.TOYS:

The following SAS program s submitted:

data WORK.GROUPS;

set WORK.TOYS;

if Product=''Cards'' then Group_Desc=''Indoors'';

else if Product in (''Drum'', ''Recorder'') then Group_Desc=''Instruments'';

else if Product=''Ball'' then Group_Desc=''Outdoors'';

run;

proc print data=WORK.GROUPS noobs;

run;

Which output is produced?

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel