Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Free SAS A00-231 Exam Dumps June 2026

Here you can find all the free questions related with SAS 9.4 Base Programming - Performance-Based Exam (A00-231) exam. You can also find on this page links to recently updated premium files with which you can practice for actual SAS 9.4 Base Programming - Performance-Based Exam . These premium versions are provided as A00-231 exam practice tests, both as desktop software and browser based application, you can use whatever suits your style. Feel free to try the SAS 9.4 Base Programming - Performance-Based Exam premium files for free, Good luck with your SAS 9.4 Base Programming - Performance-Based Exam .
Question No: 1

MultipleChoice

SIMULATION

Scenario:

This project will use data set cert.input13. At any time, you may

save your program as program13 in cert\programs.

This data set contains 1001 observations and 2 variables:

o Date1, a numeric variable representing an unformatted

SAS date value. Example: 12001.

o Charnum, a character variable representing a monetary

amount. Example: $50,000.

Write a SAS program that will:

o Save the new data set as results.output13.

o Create a new variable Chdate that converts

the datel variable to a character variable that is in the

format ddmonyyyy, such as 11NOV1992.

o Create a new variable num1 that converts

the Charnum variable to a numeric variable.

What is the value ofChdatefor observation 52?

Options
Question No: 2

MultipleChoice

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:

Options
Question No: 3

MultipleChoice

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:

Options

Save Cancel