1.1 A00-231 Exam Format, Scoring & Test-Day Logistics
Key Takeaways
- The A00-231 exam contains 40-45 multiple-choice and short-answer questions and allows 135 minutes, roughly three minutes per item.
- Passing requires a scaled score of 725 on a 200-1,000 point scale; SAS does not publish a raw percentage equivalent.
- The exam costs $180 USD worldwide and is delivered by Pearson VUE on behalf of SAS.
- It is a performance-based exam built on SAS 9.4 M5: you write and run real SAS programs, then answer questions about the results.
- SAS allows a maximum of five attempts per exam in any 12-month period with a minimum 14-day wait between attempts, and no further attempts once you pass.
1.1 A00-231 Exam Format, Scoring & Test-Day Logistics
Quick Answer: Exam A00-231 — officially titled SAS 9.4 Base Programming – Performance Based Exam — awards the SAS Certified Specialist: Base Programming Using SAS 9.4 credential. It has 40-45 multiple-choice and short-answer questions, a 135-minute time limit, a 725 passing score on a 200-1,000 scale, and costs $180 USD. It is administered by SAS and Pearson VUE and is based on SAS 9.4 M5.
Before you write a single line of DATA step code, understand the exam you are being measured against. The A00-231 is not a vocabulary quiz about SAS. It is a performance-based exam: coding challenges are presented, you write SAS programs inside a live SAS environment, and then you answer questions about the results your program produced. That single design decision drives every study choice in the rest of this guide.
1. The Exam at a Glance
| Detail | Specification |
|---|---|
| Exam ID | A00-231 |
| Official exam title | SAS 9.4 Base Programming – Performance Based Exam |
| Credential awarded | SAS Certified Specialist: Base Programming Using SAS 9.4 |
| Number of questions | 40-45 multiple-choice and short-answer questions |
| Time limit | 135 minutes |
| Passing score | 725 (scale runs from 200 to 1,000 points) |
| Exam fee | $180 USD, charged worldwide in US dollars |
| Software version tested | SAS 9.4 M5 (maintenance level 5) |
| Delivered by | SAS and Pearson VUE |
| Prerequisites | None; SAS recommends the Programming 1 and Programming 2 courses or equivalent hands-on experience |
At 40-45 questions in 135 minutes, your average budget is roughly three minutes per item. That is generous for a straight recall question and tight for a coding item where you have to write a DATA step, submit it, read the log, and inspect the output data set. Plan to bank time on the recall items so you can spend five or six minutes on the two or three heaviest coding tasks.
2. What "Performance-Based" Actually Means
On a traditional multiple-choice exam you can often reason your way to the right answer by elimination. On A00-231 several items instead work like this:
- The item gives you a scenario and points you at one or more SAS data sets available inside the exam environment.
- You open the SAS session provided in the exam, write and submit real code, and inspect the log and the output.
- You then answer a question whose correct response depends on the values your program produced — a count of observations, the value of a variable in a particular row, or the number of notes in the log.
The practical consequences are large:
- Typing speed and syntax accuracy matter. There is no autocomplete safety net for a forgotten semicolon.
- Reading the SAS log is a scored skill, not a nicety. A silent
NOTE: Numeric values have been converted...can be the difference between the right answer and a plausible wrong one. - You cannot bluff a procedure you have never run. Knowing that
PROC TRANSPOSEexists is not the same as knowing that omitting theVARstatement silently ignores every character variable. - Short-answer items require exact values. If the answer is an observation count you type
19, not "about twenty".
Study rule that follows from this: never read a code example in this guide without also predicting the log and the output data set. If your prediction and the explanation disagree, that gap is precisely the kind of item the exam is built to find.
3. Scoring, and Why 725 Is Not "72.5%"
SAS reports A00-231 results on a scaled score from 200 to 1,000, with 725 as the cut score. A scaled score is not a percentage of items answered correctly. SAS equates forms so that a slightly harder form requires fewer correct answers to reach 725 than an easier one. There is no published raw-percentage equivalent, and SAS does not release a pass rate.
Three consequences worth internalizing:
- Do not chase a percentage target in practice tests. Chase blueprint coverage instead: every one of the 23 main objectives is tested on every exam form.
- There is no partial credit for approximately correct code. A program that runs but produces the wrong count scores the same as one that will not compile.
- Unanswered items score zero. With no penalty for a wrong answer, answer everything, flag the doubtful items, and revisit them if time remains.
4. Registration, Fees, and Retakes
The exam is scheduled through Pearson VUE, either at a test centre or as a proctored online exam, and the fee is $180 USD per attempt worldwide. Academic pricing is available in some regions through SAS's academic programs.
The retake policy is set by the SAS Global Certification program and is stricter than many candidates expect:
| Rule | Detail |
|---|---|
| Attempts allowed | Up to five attempts per exam in any 12-month period |
| Waiting period | A minimum of 14 days between attempts |
| Cost of a retake | The full fee is charged for every attempt |
| After passing | No further attempts are permitted on an exam you have already passed |
| Non-compliant attempts | Attempts that violate the policy are invalidated, are not refunded, and do not earn the credential |
Exam Trap: The 14-day wait is a hard floor. Booking a retake for the following morning after a failed attempt is not possible, so treat each sitting as if it were your only one.
5. On the Day
- Bring valid government-issued photo identification; the name must match your registration exactly.
- Arrive early — Pearson VUE check-in for a proctored exam takes longer than candidates expect, and for online delivery you must complete a system and workspace check first.
- You are not permitted to bring reference material. Everything you need must be in your head or derivable from the SAS log.
- Results are reported immediately after the exam, and passing candidates receive a digital badge through the SAS certification portal.
Credentials that expire show an expiration date in your SAS certification history; where no expiration is indicated, the credential does not currently expire. Because A00-231 is tied to SAS 9.4, treat the relevance of the credential — not its formal validity — as the thing that ages.
How long do candidates have to complete the A00-231 exam, and how many questions does it contain?
A candidate scores 690 on the A00-231 exam. What does that result mean, and when can the candidate test again?
Why does the performance-based design of A00-231 change how candidates should prepare compared with a purely multiple-choice exam?
Which statement about the A00-231 exam fee and delivery is correct?