BookmarkSubscribeRSS Feed
azsas2020
Fluorite | Level 6

There is 1 question in the A00-231 Practice Exam, I run the code in SAS studios on 12/18, the answer in SAS Studios is different than the correct answer.

 

7 REPLIES 7
Cynthia_sas
SAS Super FREQ
Hi: Can you post the question so it can be tested?
Cynthia
azsas2020
Fluorite | Level 6

Sure. Question 30:

Given the SAS data set WORK.ONE:

  X  Y   Z
  -  -  --
  1  A  27
  1  A  33
  1  B  45
  2  A  52
  2  B  69
  3  B  70
  4  A  82
  4  C  91

The following SAS program is submitted:

  data WORK.TWO;
     set WORK.ONE;
     by X Y;
     if First.Y;
  run;
  proc print data=WORK.TWO noobs;
  run;

Which report is produced?
 

MarkusWeick
Barite | Level 11

Hi @azsas2020 ,

I tried it in SAS Studio on SAS on demand for academics and it gave the true result:

Bild3.png

What result did you get?

Best Markus

 

 

Please keep the community friendly.
Like posts you agree with or like. Mark helpful answers as “accepted solutions”. Generally have a look at https://communities.sas.com/t5/Getting-Started/tkb-p/community_articles
Mark2010
SAS Employee

This appears to be the input data set. Is it possible that you are looking at the work.one instead of work.two?

azsas2020
Fluorite | Level 6
I will check again after the SAS Studios is available again.

azsas2020
Fluorite | Level 6

I just test run in SAS Studios again. I got the correct answer now in SAS Studios. 

Welcome to the Certification Community

 

This is a knowledge-sharing community for SAS Certified Professionals and anyone who wants to learn more about becoming SAS Certified. Ask questions and get answers fast. Share with others who are interested in certification and who are studying for certifications.To get the most from your community experience, use these getting-started resources:

Community Do's and Don'ts
How to add SAS syntax to your post
How to get fast, helpful answers
3 ways to show off your SAS skills

 

Why Get SAS Certified.jpg

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 7 replies
  • 1078 views
  • 4 likes
  • 4 in conversation