How to Prepare for the SAS Base Programming for SAS®9 Exam

Requirements and Details

Requirements

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

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 www.sas.com/base_programmer_cert.

Registering for the Exam

To register for the SAS Base Programming for SAS®9 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 online 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
www.sas.com and click Learn. Then select Get Started with SAS.
SAS Documentation
SAS Global Academic Program
www.sas.com and click Learn. Then select For Students and Educators.
SAS OnDemand
Syntax Quick Reference Guide
Training
Technical Support
support.sas.com. Then select Technical Support.

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: August 23, 2018
..................Content has been hidden....................

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