How to Prepare for the Exam

Requirements and Details

Requirements

To complete examples in this book, you must have access to the SAS windowing environment, SAS Enterprise Guide, SAS Studio, or SAS University Edition.

Exam Objectives and Updates to This Book

The current exam objectives and a list of any updates to this book are available at www.sas.com/certify. Exam objectives are subject to change.

Take a Practice Exam

Practice exams are available for purchase through SAS and Pearson VUE. For more information about practice exams, see https://www.sas.com/certification/sas-practice-exams.html

Registering for the Exam

To register for the SAS 9.4 Advanced Programming Performance-Based Exam, see the SAS Global Certification website at www.sas.com/certify.

Additional Resources for Learning SAS Programming

From SAS Software
Help
  • SAS®9: Select Help>SAS Help and Documentation.
  • SAS Enterprise Guide: Select Help>SAS Enterprise Guide Help.
  • SAS Studio: Select the Help icon Help.
Documentation
  • SAS®9: Select Help>SAS Help and Documentation.
  • SAS Enterprise Guide: Access documentation on the web.
  • SAS Studio: Select the Help icon Help and then click Help.
On the Web
Base SAS Glossary
Bookstore
Certification
Communities
Knowledge Base
Learning Center
SAS Documentation
SAS OnDemand
Technical Support
support.sas.com. and click Technical Support.
Tip Sheets
Training

Syntax Conventions

In this book, SAS syntax looks like this example:
DATA output-SAS-data-set
(DROP=variables(s) | KEEP=variables(s));
SET SAS-data-set <options>;
BY variable(s);
RUN;
Here are the conventions that are used in the example:
  • DATA, DROP=, KEEP=, SET, BY, and RUN are in uppercase bold because they must be spelled as shown.
  • output-SAS-data-set, variable(s), SAS-data-set, and options are in italics because each represents a value that you supply.
  • <options> is enclosed in angle brackets because it is optional syntax.
  • DROP= and KEEP= are separated by a vertical bar ( | ) to indicate that they are mutually exclusive.
The example syntax that is shown in this book includes only what you need to know in order to prepare for the certification exam. For complete syntax, see the appropriate SAS reference guide.
Last updated: October 16, 2019
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset