楼主: wangyaping616
3189 8

[分享]sas advance cert [推广有奖]

  • 0关注
  • 0粉丝

学前班

50%

还不是VIP/贵宾

-

威望
0
论坛币
23 个
通用积分
0
学术水平
0 点
热心指数
0 点
信用等级
0 点
经验
69 点
帖子
2
精华
0
在线时间
0 小时
注册时间
2008-9-24
最后登录
2008-9-30

楼主
wangyaping616 发表于 2008-9-29 01:13:00 |AI写论文

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
I just passed the SAS advanced programming exam last Saturday. Here are few things that I can share with everyone. Following are few exam questions I can only remember. They are not in the sample questions, which I got from this forum. Some descriptions of questions and options might not exactly be the same as the actual ones, but at least you guys can gain some idea.

1. In which situation, SELECT is more efficient than IF/THEN ELSE?
A. In the small amount selected data which is randomly distributed for numeric variables.
B. In the small amount selected data which is uniformly distributed for numeric variables.
C. In the large amount selected data which is randomly distributed for character variables.
D. In the large amount selected data which is uniformly distributed for character variables.

2. %LET VAR= WONDERFUL;
%LET SAS= VAR
%PUT <INSERT A SAS STATEMENT HERE>
The %PUT statement generates "WONDERFUL" in the log, which following code is used for that?
A. "&&&SAS"
B. """&&&SAS""
C. (I forget this one)
D. %QUOTE(&&&SAS)

3. %MACRO LOOP1 (INPUT);
%LOOP2;
%PUT DATE IS &DATE;
%MEND;

%MACRO LOOP2;
CALL SYMPUT('DATE', '28SEP1998');
%MEND;

%LET DATE=31DEC2006;
%MACRO LOOP1(&DATE)

What message is generated by %PUT?

A. DATE IS 31DEC2006 read from global symbol table.
B. DATE IS 28SEP1998 read from local symbol table of LOOP1
C. DATE IS 28SEP1998 read from local symbol table of LOOP2
D. DATE IS 28SEP1998 read from global symbol table.

(There was another question which was almost the same as this one, but the location of %PUT was different.)
(Therefore, we can see that understanding the global and local symbol tables are really important.)

4. sasuser.data contains variables FMTNAME, START, LABEL. What does the following statement do?
PROC FORMAT CNTLIN=sasuser.data
RUN;
(I can barely remembere the options.)

5. %MACRO LOOP1;
hight weight;
%MEND;

%MACRO LOOP2;
age race;
%MEND;

Which one in the following options can correctly generate a report?

A. PROC PRINT DATA=sasuser.data;
VAR %LOOP1 %LOOP2;
RUN;

B. PROC PRINT DATA=sasuser.data;
VAR %LOOP1 age;
RUN;

C. PROC PRINT DATA=sasuser.data;
VAR age %LOOP1;
RUN;

D. PROC PRINT DATA=sasuser.data;
VAR %LOOP1 %LOOP2 height;
RUN;



GROUPFORMAT, NOTSORTED, HASH OBJECT, the purpose of using SASFILE are also in the exam.
Don't even mention how important the different joins and vertical table combination techniques in PROC SQL are.
Many exam questions are the same as those in the sample questions.

I hope you find these pieces of information helpful, and good luck to anyone who is preparing for the test.
<script type="text/javascript"></script><script src="https://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script><script></script>
二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

关键词:ADVANCE advan VANCE ance CERT 分享 SAS ADVANCE CERT

沙发
qiangshu 发表于 2009-2-17 08:43:00
谢谢

藤椅
bookeren 发表于 2009-2-18 05:01:00
xiexie

板凳
cxterm 发表于 2009-2-18 10:48:00
谢了!

报纸
lghaifeng 发表于 2009-2-18 11:03:00
thanks.

地板
slyx 发表于 2011-3-29 03:28:09
谢谢了!谢谢了!

7
tao_yan 发表于 2011-3-29 10:56:23
Thanks for sharing. How long does it take to prepare adv exam?

8
shencaijia 发表于 2011-3-29 18:18:58
thankyou  very much!

9
粄1394 发表于 2011-3-29 19:36:02
I don't even know things about the exam...how many questions are there in total?
Skypiea

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群
GMT+8, 2025-12-30 17:11