
% let dept=prod;
% let prod=merchandise;

The value is "merchandise"

A. %put the value is "&&&dept";
B. %put the value is "&&&dept";
C. %put the value is %quote (&&&dept);
D. %put the value is "&&&dept";
正解:A
質問 2:

A. DICTIONARY.VARIABLES
B. DICTIONARY.COLUMNS
C. DICTIONARY.TABLES
D. DICTIONARY.MEMBERS
正解:B
質問 3:

proc contents data = testdata.one;
run;

A. proc sql;
describe table testdata.one;
quit;
B. proc sql;
describe testdata.one;
quit;
C. proc sql;
show table testdata.one;
quit;
D. proc sql;
show testdata.one;
quit;
正解:A
質問 4:

A. %symdel Mv_Info;
B. %symdel & Mv_Info;
C. %symercase Mv_Info;
D. %mdelete & Mv_Info;
正解:A
質問 5:

A. Option C
B. Option A
C. Option D
D. Option B
正解:C
質問 6:





A. Option C
B. Option A
C. Option D
D. Option B
正解:D
質問 7:

% let a = cat;
% macro animal(a = frog);
% let a = bird;
% mend;
% animal(a = pig)
% put a is &a;

A. a is &a
B. a is bird
C. a is pig
D. a is cat
正解:D
質問 8:





A. & Status & i
B. & & Status & i
C. & Status & Count
D. & & Status & Count
正解:B
Nishida -
Pass4Testの問題集を購入させて、合格しました。Pass4Testのおかげです。