SAS 9.1 Documentation
Use the PDF documentation below to browse or print SAS 9.1 reference documentation when you need it. Be sure to check
this location often because we’ll be adding books as they become available. SAS 9.1 documentation includes thousands of
pages of reference material.
To quickly locate the documentation you need, select a product or topic from the list below
and jump to the appropriate place on the page.
Note: You must have Adobe Acrobat Reader 6.0 or later to view these documents. You can
download the reader from the Adobe web site.
Base SAS
- Base SAS 9.1 Procedures Guide
Contains complete reference for all Base SAS procedures! You'll find numerous examples of how to use procedures to
analyze, manage, and present your data as well as three statistically oriented Base SAS procedures: P
ROC CORR, PROC FREQ, and PROC UNIVARIATE.
|
View PDF (18.4MB) |
|
- Moving and Accessing SAS 9.1 Files
Learn how to use CEDA, the preferred strategy for file access across a network. Starting in SAS 9, another method of
moving a SAS data set across operating environments is to use the XML engine to convert the file to an XML document.
The information presented in this title does not apply to SAS releases prior to 6.07.
|
View PDF (1.17MB) |
- SAS 9.1 Companion for OpenVMS Alpha
Describes the features of the SAS language and the SAS interface that are available only on OpenVMS Alpha or that behave
differently on OpenVMS Alpha than on other platforms. You will learn basic X window concepts, how they relate to SAS,
how to use X resources to customize your SAS session, and more.
|
View PDF (2.76MB) |
- SAS 9.1 Companion for UNIX Environments
Describes the features of the SAS language and SAS interface that are available only on UNIX or that behave differently on
UNIX than on other platforms. You will learn basic X window concepts, how they relate to SAS, how to use X resources to
customize your SAS session, and more.
|
View PDF (2.25MB) |
|
- SAS 9.1 Companion for Windows
Describes aspects of the SAS interface and the SAS language that are specific to the Microsoft Windows NT, Windows 2000,
and Windows XP environments.
|
View PDF (3.71MB) |
- SAS 9.1 Companion for z/OS
A practical guide to learn about z/OS and SAS, this companion documents details of the user interface and SAS language
that are specific to the z/OS operating environment.
|
View PDF (3.12MB) |
- SAS 9.1 Language Reference: Concepts
This title, a must-have reference for every SAS user, comprehensively documents essential concepts for SAS features, the
DATA step, and SAS files.
|
View PDF (4.45MB) |
- SAS 9.1 Language Reference: Dictionary
Provides you with a complete selection of reference entries for individual elements of the SAS language in an alphabetized,
encyclopedia format.
|
View PDF (6.78MB) |
|
- SAS 9.1 Macro Language: Reference
Provides complete information about macro language elements, interfaces between the macro facility and other parts of
SAS software, and macro processing in general.
|
View PDF (2.17MB) |
- SAS 9.1 Metadata LIBNAME Engine: User's Guide
Make the most of your SAS applications by taking advantage of metadata that is stored in a SAS Metadata Repository. You’ll
learn how to use the metadata engine to integrate your organization's metadata with your organization's physical data.
|
View PDF (1.12MB) |
- SAS 9.1 National Language Support (NLS): User's Guide
Provides comprehensive conceptual information and detailed syntax for all SAS language elements that contain NLS properties.
Consolidates all information about NLS that was previously contained in multiple SAS documents.
|
View PDF (1.89MB) |
- SAS 9.1 Output Delivery System: User's Guide
New users can quickly learn the basics of ODS from the text or by copying and modifying the examples. More experienced
users can delve into the complexities of PROC TEMPLATE to produce a truly original look for their SAS output.
|
View PDF (4.63MB) |
- SAS 9.1 Scalable Performance Data Engine: Reference
Learn how to use threading technology to read your data and deliver it in threads to your applications rapidly, how to
configure your disk setup to maximize performance, move your data sets into SAS Scalable Performance Data Engine data
sets, create and load indexes in parallel, and effectively use SAS Scalable Performance Data Engine options in your applications.
|
View PDF (926KB) |
|
- SAS 9.1 SQL Procedure User's Guide
Learn the basics of using PROC SQL, including retrieving data from single and multiple tables, selecting specific data from
tables, subsetting, ordering, and summarizing data, updating tables, combining tables to create new tables and useful reports,
performing queries on database management system (DBMS) tables, using PROC SQL with the SAS macro facility, and debugging
and optimizing PROC SQL code.
|
View PDF (1.08MB) |
- SAS 9.1 SQL Query Window: User's Guide
Learn to design reports with PROC REPORT based on your SQL Query window's output. In this guide you will learn basic query
concepts, how to perform basic queries on single and multiple tables, how to use advanced SQL Query window features, and how
to customize the SQL Query window environment.
|
View PDF (1.81MB) |
|
- SAS 9.1 XML LIBNAME Engine: User's Guide
Explains how to use the XML engine in order to export a SAS data set as an XML document and to import an external XML document
as a SAS data set.
|
View PDF (1.08MB) |
SAS/ACCESS
- SAS/ACCESS 9.1 DATA Step Interface to CA-IDMS: Reference
Describes the DATA step interface and how to write CA-IDMS INFILE and INPUT statements. Shows you how to create a DATA step
view that, when executed, will access and retrieve data from CA-IDMS, how to use the SAS INFILE parameters that are
required to generate each of the CA-IDMS function calls, and how to build one or more databases using a data dictionary.
|
View PDF (812KB) |
- SAS/ACCESS 9.1 Interface to ADABAS: Reference
Provides complete details for using the ACCESS procedure in a non-windowing environment and contains reference
information required by an applications programmer to write access and view descriptors to access ADABAS data and use it in SAS.
|
View PDF (1.11MB) |
- SAS/ACCESS 9.1 Interface to Baan: User's Guide
Describes how to use the SAS/ACCESS Interface to Baan as a standalone product, describes how to use the interface
as an add-in to SAS/Warehouse Administrator, provides primary support for using the interface to import data from
a Baan system, and describes the metadata that is created when a Baan scheme is imported.
|
View PDF (809KB) |
- SAS/ACCESS 9.1 Interface to CA-Datacom/DB: Reference
Learn how to create SAS/ACCESS descriptor files using the ACCESS procedure, directly access data in CA-Datacom/DB
tables from within a SAS program using the descriptor files created with the ACCESS procedurek, extract CA-Datacom/DB
data and place it in a SAS data file using the ACCESS procedure or the DATA step, and update data in CA-Datacom/DB
tables using the SQL procedure, the APPEND procedure, SAS/FSP software, or SAS/AF software.
|
View PDF (1.11MB) |
- SAS/ACCESS 9.1 Interface to IMS: Reference
SAS/ACCESS software provides an interface between SAS and the IMS database management system (DBMS). Consider this title
your source for complete details on accessing IMS data with SAS. The ACCESS procedure has been enhanced to include new statements
and options.
|
View PDF (1.68MB) |
- SAS/ACCESS 9.1 Interface to PC Files: Reference
Find all of the PC files supported by SAS/ACCESS software in this handy reference. You will also find detailed information
about PC file specific procedures, statements, options, and environment variables, as well as basic information about each PC file.
|
View PDF (1.78MB) |
- SAS/ACCESS 9.1 Interface to PeopleSoft: User's Guide
Learn how to extract, browse, and search PeopleSoft metadata and use the PeopleSoft metadata to build SAS views of
PeopleSoft tables.You can save these views as permanent SAS views, data files, or source code.
|
View PDF (814KB) |
- SAS/ACCESS 9.1 Interface to R/3: User's Guide
Find the information you need in order to use the SAS/ACCESS interface to R/3, including how to access and display R/3
metadata, search R/3 metadata structures, perform data requests, export R/3 metadata to a SAS data warehouse, and
manipulate the data using data warehouse processes. You can use the interface as either a standalone product or an
add-in to SAS/Warehouse Administrator.
|
View PDF (1.21KB) |
- SAS/ACCESS 9.1 Interface to Relational Databases: Reference
Explains all the major features of the interface including threaded reads (new for SAS 9), which enable SAS to open
multiple connections to the DBMS. Contains a large collection of examples, with output, that clearly illustrate how to
use various features.
|
View PDF (1.81MB) |
- SAS/ACCESS 9.1 Interface to SAP BW: User's Guide
Find all the information you need in this user's guide about how to extract and browse InfoCube and ODS object metadata
from the SAP Business Information Warehouse (SAP BW), import InfoCube and ODS data into SAS, export OLAP metadata about
an SAP BW InfoCube to SAS/EIS, and retrieve SAP BW data both interactively and in batch mode.
|
View PDF (1.06MB) |
- SAS/ACCESS 9.1 Interface to SYSTEM 2000: Reference
Learn how to create descriptor files that allow you direct access to SYSTEM 2000 databases from within SAS using the ACCESS
procedure. You can extract data into a SAS data file for processing and you can update the data in SYSTEM 2000 databases
using SAS procedures such as SQL, APPEND, and more.
|
View PDF (1.39MB) |
- SAS/ACCESS 9.1 Supplement for DB2 under z/OS (SAS/ACCESS for Relational Databases
This supplement explains how SAS/ACCESS software has been customized to accommodate the particular requirements and capabilities of your DBMS.
|
View PDF (736KB) |
- SAS/ACCESS 9.1 Supplement for DB2 under UNIX and PC Hosts (SAS/ACCESS for Relational Databases)
This supplement explains how SAS/ACCESS software has been customized to accommodate the particular requirements and capabilities of your DBMS.
|
View PDF (635KB) |
|
- SAS/ACCESS 9.1 Supplement for Informix (SAS/ACCESS for Relational Databases)
This supplement explains how SAS/ACCESS software has been customized to accommodate the particular requirements and capabilities of your DBMS.
|
View PDF (594KB) |
- SAS/ACCESS 9.1 Supplement for Microsoft SQL Server (SAS/ACCESS for Relational Databases)
This supplement explains how SAS/ACCESS software has been customized to accommodate the particular requirements and capabilities of your DBMS.
|
View PDF (585KB) |
|
- SAS/ACCESS 9.1 Supplement for ODBC (SAS/ACCESS for Relational Databases)
This supplement explains how SAS/ACCESS software has been customized to accommodate the particular requirements and capabilities of your DBMS.
|
View PDF (634KB) |
- SAS/ACCESS 9.1 Supplement for OLE DB (SAS/ACCESS for Relational Databases)
This supplement explains how SAS/ACCESS software has been customized to accommodate the particular requirements and capabilities of your DBMS.
|
View PDF (603KB) |
- SAS/ACCESS 9.1 Supplement for ORACLE (SAS/ACCESS for Relational Databases)
This supplement explains how SAS/ACCESS software has been customized to accommodate the particular requirements and capabilities of your DBMS.
|
View PDF (624KB) |
- SAS/ACCESS 9.1 Supplement for SYBASE (SAS/ACCESS for Relational Databases)
This supplement explains how SAS/ACCESS software has been customized to accommodate the particular requirements and capabilities of your DBMS.
|
View PDF (735KB)
Last updated 02DEC0505 |
- SAS/ACCESS 9.1 Supplement for Teradata (SAS/ACCESS for Relational Databases)
This supplement explains how SAS/ACCESS software has been customized to accommodate the particular requirements and capabilities of your DBMS.
|
View PDF (682KB) |
|
SAS/AF
- SAS Component Language 9.1: Reference
Shows novice and experienced application developers how to use SCL to build the real-world applications that your organization requires.
|
View PDF (3.51MB) |
- SAS/AF 9.1 Procedure Guide
Application developers will find the information they need to build applications using the BUILD environment and to run
them using the AF environment. This guide provides complete descriptions of all the essential features that can be used
with the BUILD procedure.
|
View PDF (833KB) |
SAS/AF and SAS/EIS
- SAS Guide to Applications Development, Second Edition
Provides numerous tips for working in the SAS/AF and SAS/EIS application development environments. The examples have been updated to
work more efficiently with SAS 8 through SAS 9, and a glossary has been added.
|
View PDF (2.67MB) |
|
SAS/ASSIST
- SAS/ASSIST 9.1 Administrator's Guide
Learn to create and store selected metadata in SAS/ASSIST to improve performance when you are searching across columns and
tables, or learn to instantly display an organized view of your relevant data.
|
View PDF (922KB) |
- Doing More with SAS/ASSIST 9.1
Provides instructions for a wide variety of tasks, including more advanced tasks than you will find in Getting Started
with SAS/ASSIST 9.1. Some of the many tasks described in this title include combining data, creating formats and
informats, generating sophisticated graphics, and performing advanced query and reporting tasks.
|
View PDF (2.66MB) |
|
- Getting Started with SAS/ASSIST 9.1
Using this guide and SAS/ASSIST software's point-and-click interface to SAS, you will quickly learn to produce reports and
graphics, perform data entry, editing, and analysis, set up SAS files, enter data interactively, use the Report engine,
use remote connect, and more.
|
View PDF (4.77MB) |
|
SAS/CONNECT
- SAS/CONNECT 9.1 User's Guide
Use the Compute Services component to synchronously or asynchronously execute SAS programs in one or more server sessions;
use the Data Transfer Services component to move a copy of the data between computers for processing; and use the Remote
Library Services component to transparently access remote SAS data that resides in server libraries on computers across
the network, and dynamically pass the data to the client upon request.
|
View PDF (3.94MB) |
SAS/CONNECT and SAS/SHARE
- Communications Access Methods for SAS/CONNECT 9.1 and SAS/SHARE 9.1
Designed to be used in conjunction with the user’s guides for SAS/CONNECT and SAS/SHARE, this title provides you with
the explicit steps needed for connecting two platforms, enabling you to access and manipulate data as desired.
|
View PDF (1.29MB) |
SAS Data Quality
- SAS Data Quality Server 9.1: Reference
Contains reference information, usage information, and lots of working examples. You’ll learn how to improve your input data
to increase the accuracy of your analyses.
|
View PDF (999KB) |
|
SAS Enterprise Miner
- Getting Started with SAS Enterprise Miner 4.3
Describes the core functionality of SAS Enterprise Miner and shows you how to perform basic tasks. You will learn how to
manage process flow diagrams and projects and how to use the graphical user interface (GUI) tools for SEMMA.
|
View PDF (2.24MB) |
- Getting Started with SAS 9.1 Text Miner
SAS Text Miner software provides tools for exploring and extracting information from a collection of text documents. This introductory
guide includes real-world examples that show you how to set up a project and then obtain and analyze results./li>
|
View PDF (947KB) |
SAS ETL Studio
- SAS 9.1 ETL Studio: User’s Guide
This manual summarizes how use ETL Studio as well as how to set up servers, libraries, and other resources that SAS
ETL Studio requires. A data warehouse for a fictional company, Orion Star Sports & Outdoors, is used to illustrate
these tasks.
|
View PDF (3.06MB) |
SAS/ETS
- SAS/ETS 9.1 User's Guide
New for 9.1 are procedures for regression based on maximum entropy, for UCM models, and for analyzing and managing
transactional data. Also includes several enhancements to existing procedures such as automatic outlier detection
for time series and simulated method of moments estimation for multiequational models, with many new examples.
|
View PDF (29MB) |
SAS/FSP
- SAS/FSP 9.1 Procedures Guide
Learn how to interact with your data using integrated tools for data entry, computation, query, editing, validation, display,
and retrieval. This detailed reference guide also contains the syntax information you need to apply these procedures for browsing
and editing SAS data sets and generating form letters and reports.
|
View PDF (1.23MB) |
SAS/Genetics
- SAS/Genetics 9.1 User's Guide
Provides you with the statistical genetics background and the procedural syntax needed to use this software,
as well as examples showing some common applications of the methods in these procedures, and how to obtain a
graphical representation of the procedures' results using a new SAS macro.
|
View PDF (1.23MB) |
SAS/GIS
- SAS/GIS 9.1: Spatial Data and Procedure Guide
Brings you updated coverage of how to use SAS/GIS software. This guide assists administrators with importing spatial d
ata and creating SAS/GIS spatial databases.
|
View PDF (1.58MB) |
SAS/GRAPH
- SAS/GRAPH 9.1 Reference
Provides information and presentation color graphics capabilities to produce a wide variety of business charts, plots,
and maps in many colors and patterns.
|
View PDF (20.6MB) |
SAS High-Performance Forecasting
- SAS High-Performance Forecasting 9.1: User's Guide
Guides you through the SAS High-Performance Forecasting product, designed to help your business succeed by translating
large amounts of transactional data into more accurate, automatic forecasts on a large scale.
|
View PDF (1.04MB) |
SAS/IML
- SAS/IML 9.1 User's Guide
Use the examples in this guide as models for developing programs that implement a number of different techniques in
statistics, numerical analysis, and linear algebra, and learn to display your results as text or graphs. The language
reference section saves you time by providing summaries of the many functions, subroutines, and language keywords that
are used in SAS/IML.
|
View PDF (3.86MB) |
SAS/INSIGHT
- SAS/INSIGHT 9.1 User's Guide
This title is your complete documentation source for SAS/INSIGHT software, including a usage section that explains
how to accomplish particular tasks as well as a reference section that provides comprehensive descriptions of data,
graphs, and analyses.
|
View PDF (6.78MB)
Last updated 30OCT06 |
SAS Integration Technologies
- SAS 9.1 Integration Technologies: Administrator's Guide **
Provides detailed instructions for all of the server administration tasks that are required for SAS Workspace servers and spawners,
and SAS Stored Process servers and spawners. Also provides general information for administering all IOM servers and for for the
administration of the following SAS Integration Technologies features: SAS Foundation Services, SAS Stored Processes, and SAS
Publishing Framework.
|
View PDF (2.77MB) |
|
- SAS 9.1 Integration Technologies: Administrator's Guide (LDAP Version) **
Contains administrative documentation for SAS Integration Technologies customers who use an LDAP (Lightweight Directory Access Protocol)
server or LDIF (LDAP Data Interchange Format) files to define metadata for SAS applications.
|
View PDF (1.85MB) |
|
- SAS 9.1 Integration Technologies: Developer's Guide **
Provides guidance and reference materials for using the following interfaces that are included in SAS Integration Technologies: SAS
Stored Processes, SAS BI Web Services, Publishing Framework, Application Messaging, IOM Java client, IOM Windows client, and Directory Services.
|
View PDF (4.81MB) |
|
- SAS 9.1 Integration Technologies: Technical Overview **
Provides a high-level overview of the features of SAS Integration Technologies.
|
View PDF (473KB) |
|
- SAS Web Infrastructure Kit 1.0: Administrator's Guide
Provides detailed information for administering portal Web applications including the SAS Information Delivery Portal.
|
View PDF (1.30MB) |
|
- SAS Web Infrastructure Kit 1.0: Developer's Guide
Provides information to help you use the SAS Web Infrastructure Kit to develop your own custom applications. It also explains how t
o use the SAS Web Infrastructure Kit to customize and extend the SAS Information Delivery Portal 2.0 to meet the unique requirements of
your organization.
|
View PDF (1.02MB) |
|
- SAS Web Infrastructure Kit 1.0: Overview
Provides a high-level overview of the features of the SAS Web Infrastructure Kit and the SAS Information Delivery Portal.
|
View PDF (411KB) |
|
SAS/IntrNet
- MDDB Report Viewer
Describes how you use a Web browser to generate and view reports and graphs of data that are stored in a multidimensional database (MDDB).
|
View PDF (1.18MB)
Last updated 03APR06 |
|
- SAS/IntrNet 9.1: Application Dispatcher, Second Edition
Learn how to build dynamic applications that give users access to the power of SAS from their Web browsers.
|
View PDF (1.77MB)
Last updated 03APR06 |
|
- SAS/IntrNet 9.1: htmSQL
Learn how to perform SQL processing from a Web page. You provide an input file containing SQL statements that are
embedded in HTML; htmSQL performs updates and queries on your data source and then formats the results.
|
View PDF (1.08MB)
Last updated 03APR06 |
|
- SAS/IntrNet 9.1: Overview
Describes SAS/IntrNet software, gives details of what's new in SAS/IntrNet 9 and 9.1, and contains a glossary.
|
View PDF (522KB)
Last updated 03APR06 |
|
- SAS/IntrNet 9.1: SAS/CONNECT Driver for Java
Learn to build Java applications and applets that send requests to SAS servers on behalf of a user using SAS/CONNECT Driver for Java.
|
View PDF (883KB)
Last updated 16DEC04 |
|
- SAS/IntrNet 9.1: SAS Design-Time Controls
Learn to create Web pages that contain SAS content in a WYSIWYG, point-and-click fashion. In most cases, you don't have to
write a single line of code!
|
View PDF (860KB)
Last updated 16DEC04 |
|
- SAS/IntrNet 9.1: Xplore Sample Web Application
Discover how you can dynamically access a variety of SAS data and file types for reporting, generating graphics,
and performing drill-down analysis of the Web.
|
View PDF (3.11MB) |
|
SAS Inventory Replenishment Planning
- SAS Inventory Replenishment Planning 9.1 User's Guide
Focuses on both single-location and two-echelon inventory systems and provides the ability to calculate inventory replenishment
policies, project inventory and customer service metrics, and simulate policy performance.
|
View PDF (963KB) |
SAS Management Console
- SAS Management Console 9.1: User's Guide
Presents introductory and basic information about using SAS Management Console, including plug-ins, connecting to a metadata
server, defining a SAS environment, installing a plug-in and the associated help, and managing metadata definitions for
resources such as users, servers, libraries, SAS licenses, job schedules, and XMLMaps.
|
View PDF (4.37MB) |
SAS ODBC Driver
- SAS ODBC Driver 9.1: User's Guide and Programmer's Reference
Explains how to use and configure the SAS ODBC driver and includes information about defining data sources, defining
servers and data libraries, accessing your data, how the driver is implemented, return codes and associated messages,
and changes and enhancements to the ODBC driver.
|
View PDF (879KB) |
SAS OLAP Server
- SAS 9.1 OLAP Server: Administrator's Guide
Topics include what's new for SAS 9 and 9.1, installing and administering SAS OLAP Server, building and updating
cubes, using SAS OLAP cubes, transitioning from SAS OLAP Server Release 8.2 to SAS 9.1, and the OLAP procedure.
|
View PDF (.99MB) |
|
- SAS 9.1 OLAP Server: MDX Guide
Describes syntax, MDX queries, examples, and functions.
|
View PDF (637KB) |
|
SAS Open Metadata Architecture
SAS/OR
- SAS/OR 9.1 User's Guide: Bills of Material Processing
Shows you how to build bills of material from your company's part master and product structure files. The SAS macros
provide the ability to generate different reports and to perform several transactions to maintain and update bills of material.
|
View PDF (1.30MB) |
- SAS/OR 9.1 User's Guide: Constraint Programming
Experimental in 9.1, the CLP procedure provides you with an expressive syntax with a choice of interfaces for accurate and
flexible modeling, linear, logical, global, and scheduling constraints with powerful consistency routines, strategies for
selection and assignment of variables and activities, and controls for guiding the search mechanism.
|
View PDF (803KB) |
- SAS/OR 9.1 User's Guide: Local Search Optimization
Describes techniques newly available in SAS to find global optima using intelligent search techniques that are modeled
after biological or physical processes. These techniques are flexible and robust, and are applicable to problems where
traditional calculus-based methods do not apply or are too difficult or complicated.
|
View PDF (400KB) |
- SAS/OR 9.1 User's Guide: Mathematical Programming
Covers the major features of how to use the mathematical programming procedures in SAS/OR software and serves as the primary
documentation for all the mathematical programming (optimization), such as the LP, NETFLOW, NLP, TRANS, and ASSIGN procedures.
New for SAS 9.1 is PROC QP, which solves quadratic programs that may have an embedded network.
|
View PDF (2.91MB) |
|
- SAS/OR 9.1 User's Guide: Project Management
Includes enhancements to the software in SAS 9.1, new examples illustrating the use of the CPM procedure for solving some
general scheduling problems, and a description of the PROJMAN application, which is a graphical user interface for project management.
|
View PDF (7.54MB) |
- SAS/OR 9.1 User's Guide: QSIM Application
Shows you how to build models using the simple point-and-click graphical user interface, run the models, and collect and
analyze the sample data to give you insight into the behavior of the system. For both novice and experienced users.
|
View PDF (1.25MB) |
SAS/QC
- Getting Started with the SAS 9.1 ADX Interface for Design of Experiments
Explains how the ADX interface guides you through the experimentation process covering extensive catalog of standard
designs, state-of-the-art algorithms for constructing customized designs, powerful model-fitting techniques, interactive
graphics for data exploration and response optimization, HTML report generation, design augmentation techniques, and design
import and export wizards.
|
View PDF (2.44MB) |
- SAS/QC 9.1 User's Guide
Provides the SAS/QC user with comprehensive information about the procedures in SAS/QC 9.1 software, including introductory
and advanced examples, syntax, computational details, and procedures.
|
View PDF (14.1MB) |
SAS/SHARE
- SAS/SHARE 9.1 User's Guide
Learn how to use the transparent access that SAS/SHARE provides to remote data located in SAS files or in external files,
regardless of the data representation of the SAS file. You will also learn how to combine and filter data to obtain the
most efficient use of network and computing resources.
|
View PDF (1.91MB) |
SAS/SPECTRAVIEW
- SAS/SPECTRAVIEW 9.1 User's Guide
Shows you how to create geometric models of data using isometric surfaces, volumes, cutting planes, and other data
visualization and modeling techniques.
|
View PDF (2.42MB) |
SAS/STAT
- Getting Started with the SAS Power and Sample Size Application
Describes the principal features of the power and sample size application in detail. It also shows how to perform several
standard analyses using the application, including two-sample t test, analysis of variance, and two-sample survival rank tests.
|
View PDF (1.05MB) |
- The Analyst Application, Second Edition
Provides easy access to both statistical analyses and associated graphical tasks. This title describes how you can import
data from a variety of sources, edit values, compute new variables, rearrange your data table, and manage your results with the results tree.
|
View PDF (2.84MB) |
- SAS/STAT 9.1 User's Guide
New chapters for SAS 9.1 describe software for power and sample size computations, robust regression, multiple imputation,
crosstabulations, table analysis, and logistic regression for survey data. Also included are syntax and usage information,
examples, and a discussion of the use of the Output Delivery System with the statistical software. Many chapters have been
updated with SAS 9.1 enhancements.
|
View PDF (28.9MB) |
SAS/Warehouse Administrator
- SAS/Warehouse Administrator 2.3 Metadata API: Reference
Learn how to write SAS Component Language (SCL) applications that publish HTML pages containing the current metadata for a
data warehouse, change pathnames in metadata, add columns to a table, update a column attribute, add tables and other objects
defined by metadata, and use the API in a SAS macro to generate a LIBNAME statement.
|
View PDF (1.70MB) |
Note: You must have Adobe Acrobat Reader 6.0 or later to view these documents. You can
download the reader from the Adobe web site.