IT인증,IT자격증,IT자격증시험,IT인증시험

http://www.pass4test.net/

SAS Institute A00-201덤프자료보기

IT업계 취업 준비생이라면 국제적으로도 승인받는 IT인증자격증 정도는 몇개 취득해야 하지 않을가 싶습니다.SAS Institute Systems Certification A00-201시험을 통과하여 인기 자격증을 취득하시면 취업경쟁율이 제고되어 취업이 쉬워집니다. Pass4Test의  SAS Institute Systems Certification A00-201덤프는 많은 시험본 분들에 의해 검증된 최신 최고의 덤프공부자료입니다.망설이지 마시고 Pass4Test제품으로 한번 가보세요.

 

NO.1 Which one of the following statements is true regarding the name of a SAS array?

A. It is saved with the data set.

B. It can be used in procedures.

C. It exists only for the duration of the DATA step.

D. It can be the same as the name of a variable in the data set.

Answer: C

 

NO.2 The following SAS program is submitted:

data work.staff;

JobCategory = 'FA';

JobLevel = '1';

JobCategory = JobCategory || JobLevel;

run;

Which one of the following is the value of the variable JOBCATEGORY in the output data set?

A. FA

B. FA1

C. FA 1

D. ' ' (missing character value)

Answer: A

 

NO.3 The following SAS program is submitted:

data work.total;

set work.salary(keep = department wagerate);

by department;

if first.department then payroll = 0;

payroll + wagerate;

if last.department;

run;

The SAS data set WORK.SALARY, currently ordered by DEPARTMENT, contains 100 observations for

each of 5 departments.

Which one of the following represents how many observations the WORK.TOTAL data set contains?

A. 5

B. 20

C. 100

D. 500

Answer: A

 

NO.4 The following SAS DATA step is submitted:

libname temp 'SAS-data-library';

data temp.report;

set sasuser.houses;

newvar = price * 1.04;

run;

Which one of the following statements is true regarding the program above?

A. The program is reading from a temporary data set and writing to a temporary data set.

B. The program is reading from a temporary data set and writing to a permanent data set.

C. The program is reading from a permanent data set and writing to a temporary data set.

D. The program is reading from a permanent data set and writing to a permanent data set.

Answer: D

 

NO.5 The following SAS program is submitted:

libname rawdata1 'location of SAS data library';

filename rawdata2 'location of raw data file';

data work.testdata;

infile <insert item here>;

input sales1 sales2;

run;

Which one of the following is needed to complete the program correctly?

A. rawdata1

B. rawdata2

C. 'rawdata1'

D. 'rawdata2'

Answer: B

 

NO.6 Click the Exhibit button to view a listing of the SASUSER.HOUSES data set.

The following SAS program is submitted:

proc report data = sasuser.houses nowd headline;

column style price;

where price lt 100000;

<insert DEFINE statement here>

define price / mean width = 9;

title;

run;

The following ouput is created by the REPORT procedure:

Which one of the following DEFINE statements completes the above program and produces the above

output?

A. define style / order width = 9;

B. define style / group width = 9;

C. define style / across width = 9;

D. define style / display width = 9;

Answer: B

 

NO.7 The following SAS program is submitted:

proc means data = sasuser.houses std mean max;

var sqfeet; run;

Which one of the following is needed to display the standard deviation with only two decimal places?

A. Add the option MAXDEC = 2 to the MEANS procedure statement.

B. Add the statement MAXDEC = 7.2; in the MEANS procedure step.

C. Add the statement FORMAT STD 7.2; in the MEANS procedure step.

D. Add the option FORMAT = 7.2 option to the MEANS procedure statement.

Answer: A

 

NO.8 Which one of the following is true when SAS encounters a data error in a DATA step?

A. The DATA step stops executing at the point of the error, and no SAS data set is created.

B. A note is written to the SAS log explaining the error, and the DATA step continues to execute.

C. A note appears in the SAS log that the incorrect data record was saved to a separate SAS file for

further examination.

D. The DATA step stops executing at the point of the error, and the resulting DATA set contains

observations up to that point.

Answer: B

 

Posted 2014/6/16 11:14:39  |  Category: SASInstitute  |  Tag: SAS Institute A00-201