LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (June 2002, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 27 Jun 2002 16:21:30 -0400
Reply-To:     Ian Whitlock <WHITLOI1@WESTAT.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ian Whitlock <WHITLOI1@WESTAT.COM>
Subject:      Re: SAS V8 Core Concept Certification
Comments: To: Rob Rohrbough <Rob@ROHRBOUGH-SYSTEMS.COM>
Content-Type: multipart/alternative;

Rob,

My favorite question for interviewers who care about where the data comes from is - give an example where some of the values come from the first data set. A good followup question is to ask for an example where all of the values come from the first data set. Finally - under what circumstances will the code guarantee which data set the values come from when the same variable occurs in both files?

Although the last question may be easy, it places the emphasis where it belongs on writing good data stable programs.

Ian Whitlock -----Original Message----- From: Rob Rohrbough [mailto:Rob@ROHRBOUGH-SYSTEMS.COM] Sent: Monday, June 24, 2002 10:29 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: SAS V8 Core Concept Certification

OK, given #1 for the length, where do the values for Division come from? In my runs it is the second of two datasets. This creates a potential "gotcha" for truncating those values does it not?

Rob

-----Original Message----- From: smith van nada [mailto:smithvannada@YAHOO.COM] Sent: Sunday, June 23, 2002 11:35 PM Subject: Re: SAS V8 Core Concept Certification

Here is a question.

The data sets both contain a variable named Division. What happens to the variable in the output data set when the two data sets are merged?

1 Division has the length of Division in the first data set in the MERGE statement. 2 Division has the length of Division in the last data set in the MERGE statement. 3 Division appears twice in the output data set. 4 The length of Division changes depending on which data set contributes a given value.

Answer is 1.

cheers,

SVN.

"A. Jarmak" wrote:

Hello ramida, 2 days ago I have passed the same exam, it's not very difficult, but you have to pay attention for tricky questions.

Bonne chance

mean(.,0,2,4)= ?

"ramida" wrote in message news:... > Hello there, > > I'm preparing to take the SAS V8 Core Concept Certification Exam. I would > appreciate it very much if you could share some practice > multiple-choice-type question(s) that you may have developed yourself or you > have collected when you prepared for this certification exam. Any tips or > advise would be greatly appreciated. > > Thanks a lot! > > Audimar > apbangi@unity.ncsu.edu > > P.S. At least one question per person/response would be more than > sufficient! Thanks.

_____

Do You Yahoo!? Sign-up <http://rd.yahoo.com/welcome/*http://fifaworldcup.yahoo.com/fc/en/spl> for Video Highlights of 2002 FIFA World Cup


[text/html]


Back to: Top of message | Previous page | Main SAS-L page