SAS中文论坛

标题: Pass SAS advance [打印本页]

作者: shiyiming    时间: 2008-11-19 22:58
标题: Pass SAS advance
Hi I just passed the sas advance exam, and got 100
I spent two months on the test, and read the sas online tutor for at least 4 times, and did all the problems that include in the online  tutor.
Well, study hard, and do the 123 problems carefully, you will pass that too!
Some of the problems that discussed in the forum did exist in the exam:
%let word = blahblah;
how to display "blahblah" in a title?
A. "&word"
B. '"'&word'"'
C. ""&word""
D. "%quote(&word)"
This question itself is confusing. I had thought blahblah needs to be double quoted in the title and found no answer is appropriate. But now I think double quotes need not to be displayed.
*/
A


#3 (not exact, just something similar to the following, there're only 2 distinct values for sex)
%macro doit();
proc sql noprint;
%let n=19;
select distinct sex into :sex1-:sex&n from sashelp.class;
%do i=1 %to &n;
proc print data=sashelp.class;
where sex="&&sex&i";
run;
%end;
%mend;
%end;
%doit

How many reports will be produced?
A. 0
B. 1
C. 2
D. 19

Choose C

#1
%let one=two;
%let two=three;
%let three=last;
what does &&&&&one resolve to?
A. one
B. two
C. three
D. last

B
作者: shiyiming    时间: 2008-12-1 09:22
标题: Re: Pass SAS advance
Congratulations!
BTW, in the 123-questions.pdf I get, the sas code are not formatted well, so it is hard to read and use. Do you run into this problem and have a better version of  123-questions.pdf ?
作者: shiyiming    时间: 2008-12-1 09:34
标题: Re: Pass SAS advance
<!-- e --><a href="mailto:jjggww2002@sina.com">jjggww2002@sina.com</a><!-- e -->   ,thanks a lot!
作者: shiyiming    时间: 2008-12-2 08:50
标题: Re: Pass SAS advance
congrats, well done.
作者: shiyiming    时间: 2008-12-12 03:26
标题: Re: Pass SAS advance
Nicely done, I am planning to do it in July.
作者: shiyiming    时间: 2009-1-15 07:43
标题: Re: Pass SAS advance
Hi, could you please send one copy of adv 123 problems into my email account? it is <!-- e --><a href="mailto:isabel.nk@gmail.com">isabel.nk@gmail.com</a><!-- e -->
THanks a lot!
作者: shiyiming    时间: 2009-2-10 18:45
标题: Re: Pass SAS advance
why the answer of last question is B??
作者: shiyiming    时间: 2009-2-11 05:42
标题: Re: Pass SAS advance
Thanks for sharing. Could you please send one copy of adv 123 problems into my email account? it is <!-- e --><a href="mailto:yanguo_qin@yahoo.com">yanguo_qin@yahoo.com</a><!-- e -->
Thanks a lot!
作者: shiyiming    时间: 2009-4-7 14:11
标题: Re: Pass SAS advance
You are smart! Could you please send one copy of adv 123 problems to me? My email address is <!-- e --><a href="mailto:qinwm0605@hotmail.com">qinwm0605@hotmail.com</a><!-- e -->
Thanks a lot!
作者: shiyiming    时间: 2009-4-30 01:21
标题: Re: Pass SAS advance
You are so great!!

Ccould you please send one copy of adv 123 problems into my email account: <!-- e --><a href="mailto:nancyjin28@yahoo.com">nancyjin28@yahoo.com</a><!-- e -->

thanks!!
作者: shiyiming    时间: 2009-7-8 11:21
标题: Re: Pass SAS advance
congrats, i'd like to have a copy of 123 too. <!-- e --><a href="mailto:jackyv77@hotmail.com">jackyv77@hotmail.com</a><!-- e -->  thx
作者: shiyiming    时间: 2009-7-19 14:52
标题: Re: Pass SAS advance
Good for you!

Ccould you please send one copy of adv 123 problems into my email account: <!-- e --><a href="mailto:saslearner2006@gmail.com">saslearner2006@gmail.com</a><!-- e -->
作者: shiyiming    时间: 2009-7-27 17:46
标题: Re: Pass SAS advance
congratulations! Can you send 123 qustions to <!-- e --><a href="mailto:smallcow_zz@hotmail.com">smallcow_zz@hotmail.com</a><!-- e -->, that will be appreciated very much!
作者: shiyiming    时间: 2009-9-11 01:12
标题: Re: Pass SAS advance
I want to take the test next month. Can you send me the ADV 123 questions? Thanks,

My email address: <!-- e --><a href="mailto:shuhuiw@hotmail.com">shuhuiw@hotmail.com</a><!-- e -->

Shuhui
作者: shiyiming    时间: 2012-9-19 11:08
标题: Re: Pass SAS advance
Hi, could you please send one copy of adv 123 problems into my email account? it is  <!-- e --><a href="mailto:jenniferjtlee@yahoo.com">jenniferjtlee@yahoo.com</a><!-- e -->
THanks a lot!




欢迎光临 SAS中文论坛 (http://www.mysas.net/forum/) Powered by Discuz! X3.2