1. Home
  2. SAS
  3. A00-231 Exam Questions

Free A00-231 Exam Questions - SAS A00-231 Exam

SAS A00-231 Exam

SAS A00-231 Exam - Prepare from Latest, Not Redundant Questions!

Many candidates desire to prepare their SAS A00-231 exam with the help of only updated and relevant study material. But during their research, they usually waste most of their valuable time with information that is either not relevant or outdated. Study4Exam has a fantastic team of subject-matter experts that make sure you always get the most up-to-date preparatory material. Whenever there is a change in the syllabus of the SAS 9.4 Base Programming - Performance-Based Exam , our team of experts updates A00-231 questions and eliminates outdated questions. In this way, we save you money and time.

SAS A00-231 Exam Sample Questions:

Q1.

The variable Name in the data set Employeehas a $CHAR10. format. The variable Name in the data set Sales has a $CHAR15. format. The following SAS program is submitted:

data both;

length name $ 20;

merge sales employee;

by id;

run;

What is the format for the variable Name in the data set Both?

Select one:

Q2.

Which of the following SAS programs creates a variable named City with a value ofChicago?

Select one:

Q3.

Given the following SAS data set WORK.TOYS:

Product Group Price

--------- ----------- -----

Cards Indoors 9.99

Marbles Indoors 8.99

Drum Instruments 12.99

Hula-Hoop Outdoors 12.99

Ball Outdoors 8.49

The following SAS program is submitted:

data WORK.GROUPS;

set WORK.TOYS;

if Group="Outdoors" then Price_Gp="C";

if Price ge 12.99 then Price_Gp="A";

else if Price ge 8.99 then Price_Gp="B";

run;

What will be the value of Price_Gp for Hula-Hoop and Ball? Select one:

Q4.

Given the following SAS data set WORK.CLASS:

Name Gender Age

Anna F 23

Ben M 25

Bob M 21

Brian M 27

Edward M 26

Emma F 32

Joe M 34

Sam F 32

Tom M 24

The following program is submitted: data WORK.MALES WORK.FEMALES(drop=age); set WORK.CLASS; drop gender; if Gender="M" then output WORK.MALES; else if Gender="F" then output WORK.FEMALES; run; How many variables are in the data set WORK.MALES?

Select one:

Q5.

What is the format for the variableNamein the data setBoth? Select one:

Solutions:
Question: 1 Answer: C
Question: 2 Answer: B
Question: 3 Answer: B
Question: 4 Answer: C
Question: 5 Answer: D
Disscuss SAS A00-231 Topics, Questions or Ask Anything Related

Currently there are no comments in this discussion, be the first to comment!