Determine What SAS Version and Components Are Available

Size: px
Start display at page:

Download "Determine What SAS Version and Components Are Available"

Transcription

1 Determine What SAS Version and Components Are Available David D. Chapman, Chapman Analytics LLC, Alexandria, VA ABSTRACT For many reasons a user may not know the version of SAS used or what components of SAS are installed on a particular computer. This paper discusses three different methods for determining what SAS is being used on a particular computer. The three methods discussed include PROC SETINIT, PROC PRODUCT_STATUS, and the SASINSTALLREPORT3.SAS macro. PROC SETINIT shows what is licensed; PROC PRODUCT_STATUS shows what is installed; and the SASINSTALLREPORT macro creates a report describing the complete setup and environment of the machine. Also discussed is the use of SAS system macro variables to determine the version of SAS used. INTRODUCTION Frequently it is important to know what version of SAS and what products of SAS are installed on a computer. This is often needed to manage a program or to solve problems that occur. It is not always clear how to determine this information. DETERMING THE VERSION OF SAS USED There are two relatively simply ways to determine the version of SAS you are using. One is to look at the SAS LOG; the other is to display SAS system macro variables. When SAS starts, basic information on the version is supplied at the top of the SAS log. Normally when SAS starts, a SAS log is created. When interactive SAS is used, the log appears in the LOG window. The first several lines of the log show the version of SAS used and the platform it is running on. This is illustrated in Figure 1. Fig. 1.0 Example SAS LOG showing Version of SAS Used NOTE: Copyright (c) by SAS Institute Inc., Cary, NC, USA. NOTE: SAS (r) Proprietary Software 9.2 (TS2M3) Licensed to JOHN DOE WX6 (64 BIT WNDW), Site NOTE: This session is executing on the X64_VSPRO platform. SAS SYSTEM MACRO VARIABLES An alternative to the SAS LOG is to display the contents of SAS macro variables. SAS creates a set of macro variables containing the parameters or attributes of the SAS installation. Some of these macro variables are static such as the version of SAS; others are dynamic and can be modified such as the page size. When system macro variables are displayed, they are displayed in the SAS LOG. Figure 2 below show parts of the SAS LOG displaying the system automatic macro variables indicating type of operating system and version of SAS currently being used. Fig. 2 Example SAS macro variables containing Version of SAS Used OFTWARE %put _automatic_ WITH MANY ;run; PRODUCTS. ORGANIZATIONS USING SAS COMPONENTS LICENSED {text deleted} AUTOMATIC SYSSCP WIN /* Windows / AUTOMATIC SYSSCPL X64_VSPRO /* 64 bit Professional */ {text deleted} AUTOMATIC SYSVER 9.2 /*SAS version 9.2 */ DETERMINING SAS COMPONENTS LICENSED The components that make up SAS software are licensed and not sold. These components are licensed for a specific length of time and may vary. Software without a valid license generally does not function. A first step in determining whether a SAS component is available is to determine whether it is licensed. 1

2 PROC SETINIT is a procedure that will tell you what parts of SAS are licensed. The procedure is referenced in the SAS knowledge base and there are SAS options and macro variables that deal with related ideas. It is a simple procedure that is run by submitting the code below. Output from the PROC SETINIT is given in Figure 3. PROC SETINIT;RUN; SAS components may be licensed and not installed or installed without a valid current license. 4 PROC SETINIT;RUN; NOTE: PROCEDURE SETINIT used (Total process time): real time 0.00 seconds cpu time 0.00 seconds Original site validation data Site name: 'JOHN DOE WX6 (64 BIT WNDW)'. Site number: Expiration: 01OCT2013. Grace Period: 45 days (ending 15APR2013). Warning Period: 45 days (ending 30MAY2013). System birthday: 01OCT2009. Operating System: WX64_WKS. Product expiration dates: ---Base Product ---SAS/STAT ---SAS/GRAPH ---SAS/OR ---SAS/AF ---SAS/IML {ITEMS DELETED} ---SAS Forecast Studio ---SAS Stat Studio Organizations using base SAS add and subtract installed components as they need them. Most SAS software is licensed and not purchased. This means that it can be used only for a specific length of time. The SAS license information is contained in the installed software. If a SAS license is not valid, the SAS component software generally will not run. A SAS license is often invalid because it has not been renewed. DETERMINING SAS COMPONENTS INSTALLED Just because a SAS component is licensed does not mean it is installed and available. This is particularly true in large organizations. Beginning in SAS 9, SAS introduced a new procedure -- PROC PRODUCT_STATUS -- that shows what is installed. It is not well documented. The code to run PROC PRODUCT_STATUS is given below and its output in Figure 4. PROC PRODUCT_STATUS;RUN; Fig. 3. Example PROC SETINIT output 01MAR2015 2

3 5 PROC PRODUCT_STATUS;RUN; Fig. 4. Example PROC PRODUCT_STATUS Output For Base Product... Custom version information: 9.21_M3 Image version information: M3P For SAS/STAT... Custom version information: 9.22 Image version information: M0P For SAS/GRAPH... For SAS/ETS... Custom version information: 9.22 Image version information: M0P {items deleted} For SAS/SHARE... For SAS/INSIGHT... For SAS/EIS... Custom version information: 9.21 Image version information: M0P For SAS/GIS... NOTE: PROCEDURE PRODUCT_STATUS used (Total process time): real time 1.15 seconds cpu time 0.18 seconds DETERMINING SAS SYSTEM CHARACTERISTICS There are two ways to determine more detail on what SAS release is installed. One is working with the SAS registry; the other is working with SAS code to report the status of the installment of SAS software on a computer. VIEWREGISTRY REPORT The VIEWREGISTRY report identifies SAS software installed by looking at the SAS deployment registry. It is described in SAS Usage Note ( Usage Note 35968, 2012). Use of the SAS registry is not be discussed in detail here. Working with the SAS registry should probably be done by those confident in the ability and knowledge of how SAS works. An extract from SAS usage note is given below. The installation of SAS products is logged in the SAS Deployment Registry. A reporting utility, ViewRegistry processes the deployment registry to generate a report name DeploymentRegistry.html. This report identifies all SAS 9.2 and SAS 9.3 software that is installed in the current SASHOME location. Hot fixes installed are also logged in the SAS Deployment Registry and reported in DeploymentRegistry.html. Implementation and use of the VIEWREGISTRY Report requires a knowledge and understanding of Java and having administrator privileges. This report can be used on both Windows and UNIX flavored operating systems. SAS INSTALLATION REPORT PROGRAM Much simpler to understand and use is the SAS Installation Reporter Program created by SAS Institute. It is functionally similar to the ViewRegistry Report; but, it is created using SAS data step code and procedures. It is described in Usage Note ( Usage Note 20390, 2012). This SAS code creates a report showing which applications, clients, and hot fixes are installed. Version 3, the current version of this report, can be downloaded from support.sas.com through Usage Note It is regular base SAS code run either interactively in the program editor or in batch. The reporting program works for SAS 8 and SAS 9 in both the windows and UNIX flavored environments. The code for this report is in a file associated with this paper in the 2012 NESUG Online Proceedings. This code is a macro with the name %sasinstallreporter. The structure of the six tables that make up the output of this macro is given below in Figure 5. 3

4 Fig. 5. Structure of the Output of SAS Install Reporter Version SAS Install Reporter Version :23 Monday, August 6, SAS 9.2 ( M3P ) SITE: HOST: CHAPMAN-ANNALYTICS OS: WIN (X64_VSPRO) 1: Products, components, or solutions that are licensed 2: Products, components, or solutions that are physically installed 3: Products, components, or solutions that are physically installed 4: Possible Other SAS Institute Applications or Clients Installed 5: Custom Version Information for Selected SAS Institute Products or Components 6: SAS Java Environment Installation Information The SAS Install Report provides current detail information on all SAS installed on the computer. If multiple versions of SAS are installed, reports are provided on each installation. The SAS Install Report creates six separate tables. TABLE 1: PRODUCTS LICENSED The first table of the report provides information similar to PROC SETINIT. The report lists products and components licensed. An extract from table 1 is given in figure 6. Fig. 6.: Table 1 of SAS Install Reporter Version 3 1: Products, components, or solutions that are licensed COMPONENT PRODNUM PRODNUM000 Base Product PRODNUM001 SAS/STAT PRODNUM002 SAS/GRAPH PRODNUM003 SAS/ETS PRODNUM004 SAS/FSP PRODNUM005 SAS/OR {terms deleted} PRODNUM006 SAS/AF PRODNUM007 SAS/IML TABLE 2: PRODUCTS PHYSICALY INSTALLED Table 2 identifies SAS products that are actually installed. Products may be licensed and not installed. It is not clear what happens when a product is installed but with an expired license. Figure 7 show as extract of Table 2. 4

5 Fig. 7. Table 2 of SAS Install Reporter Version 3 2: Products, components, or solutions that are physically installed COMPONENT custver compid Advanced Analytics Common Components 9.22 aacomp Base SAS 9.21 base Base SAS Statistical Procedures 9.22 basestat CGI Tools for the Web Server 9.21 cgitools DataFlux Integration Server 8.1 dfintsvr Java Platform Standard Edition Runtime Environment default javaruntime ODS Templates 9.21 odstemplate Report Fonts for Clients 9.21 ttfontsvert Report Fonts for Servers 9.21 ttfontsmva SAS BI Web Services for.net 23 xmladotnet {items deleted} SAS Table Server Base Components 9.2 tablesrvtk SAS Threaded Kernel Extensions for Advanced Analytics 9.22 tkaa SAS Threaded Kernel Extensions for Econometric Time Series 9.22 tkets SAS Threaded Kernel Extensions for Operations Research 9.22 tkormp SAS XML Mapper 9.21 xmlatlas SAS/ACCESS Interface to PC Files 9.21 pcfile SAS/AF 9.21 af SAS/CONNECT 9.21 connect TABLE 3: HOT FIXES INSTALLED SAS evolves primarily through major (SAS 8 to SAS 9), minor (SAS to SAS 9.2.3), and maintenance (SAS 9.21_M2 to 9.21_M3) releases. Often between these releases problems are identified that need correcting. These corrections are done through Hot Fixes. Hot fixes correct a specific problem. They may be unique to a specific procedure, a specific platform, or both. The list of the available hot fixes is on the SAS support web site. The code and instructions to update your version of SAS and correct the problem can be downloaded from the SAS website. Table 3 of the SAS installation report identifies what hot fixes have been installed to the current release of SAS. Table 3 is not produced when no hot fix has been installed. No example of Table 3 is given in this paper because the version of SAS used to produce this paper did not have any hot fixes installed. TABLE 4: OTHER SAS APPLICATIONS AVAILABLE When many people think of SAS, they think of BASE SAS. Increasingly there are a number of other SAS products available. Table 4 of the installation report lists other SAS related products currently being used. Figure 8 below show an extract of that table. 5

6 Fig. 8. Table 4: Possible Other SAS Institute Applications or Clients Installed These are just folders or file names in the SAS installation path and applications registered in Windows-- EXPECT DUPLICATES!! COMPONENT CGIToolsForTheWebServer Documentation EnterpriseGuide NVWorkshop PCFilesServer ReportFontsforClients SAS Service Configuration Utility SASDriversForSASConnect SASDriversforJDBC SASETSModelEditor { item deleted} These are just folders or file names in the SAS installation path and applications registered in Windows-- EXPECT DUPLICATES!! COMPONENT SharedFiles SharedFiles(32) TSODBC 5: CUSTOM VERSIONS OF SAS PRODUCTS Table 5 summarize the customization of the current version of SAS software installed. The information it presents is quite similar to information presented by PROC PRODUCT_STATUS. Figure 9 shows selected output from Table 5. Fig. 9. Table 5: Custom Version Information for Selected SAS Institute Products or Components COMPONENT Custom version Build version Base Product 9.21_M M3P SAS/STAT M0P SAS/GRAPH 9.21_M2 SAS/ETS M0P {information deleted} TABLE 6: SAS JAVA ENVIRONMENT Java is an important tool and language in making components of the SAS system work together. Table 6 of the SAS Install Reporter lists the JAVA environment for the current installation of SAS. Figure 10 gives an extract of Table 6. 6

7 Fig. 10. Table 6: SAS Java Environment Installation Information java.runtime.name = Java(TM) 2 Runtime Environment, Standard Edition java.runtime.version = 1.5.0_12-b04 java.security.auth.login.config = C:\Program Files\SAS\SASF\9.2\core\sasmisc\sas.login.config java.security.policy = C:\Program Files\SAS\SASF\9.2\core\sasmisc\sas.policy java.specification.version = 1.5 java.system.class.loader = com.sas.app.appclassloader java.vendor = Sun Microsystems Inc. java.version = 1.5.0_12 java.vm.name = Java HotSpot(TM) Client VM java.vm.specification.version = 1.0 java.vm.version = 1.5.0_12-b04 sas.app.class.path = C:\PROGRA~1\SAS\SASVER~1\9.2\eclipse\plugins\tkjava.jar CONCLUSIONS In order to properly understand and maintain SAS software it is important to understand what version of SAS is installed, what products are installed, and the current characteristics of the SAS installation. When problems happen, it is often because products do not work together. Verifying the current installation is often the first step to diagnosing and resolving problems. The tools available depend on the version of SAS being used. The simplest tools are PROC SETINIT and PROC PRODUCT_STATUS. These require minimal knowledge to use them. They will identify the basic problems. Probably the easiest and most comprehensive tool is the %sasinstallreport macro. Every SAS user should download it and try it out. For organizations that maintain a macro library, the %sasinstallreport macro could be maintained centrally in the organizations macro library for all to use. REFERENCES: SAS 9.2 Provides New Product-Specific Release Numbers. (2012). Retrieved August 10, 2012, from Usage Note 35968: Using the View Registry Report and other methods to determine the SAS 9/.2 and SAS 9.3 software releases and hot fixes that are installed. (2012). Retrieved August 10, 2012, from Usage Note The SAS Installation Reporter Program creates a report showing which applications, clients, and hot fixes are installed. (2012). Retrieved August 10, 2012, from ACKNOWLEDGMENTS SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. indicates USA registration. Other brand and product names are registered trademarks or trademarks of their respective companies. CONTACT INFORMATION Your comments and questions are valued and encouraged. Contact the author at: Author Name David D. Chapman Company Chapman Analytics LLC City, State ZIP Alexandria, VA Work Phone: (703) chapman.analytics.va@gmail.com * * * * * * * * ** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 7

SAS 9.4 Installation Instructions Summary

SAS 9.4 Installation Instructions Summary Overview SAS 9.4 Installation Instructions Summary University of Massachusetts Site License June 2014 (TS1M1, Rev: 940_14w19) You will be downloading a zipped SAS Software Depot, which requires a SAS Installation

More information

SAS PRESENTATION ON NORTH CAROLINA INDEPENDENT COLLEGES AND UNIVERSITIES GRANT ROB HARPER NATIONAL SALES MANAGER SAS EDUCATION PRACTICE

SAS PRESENTATION ON NORTH CAROLINA INDEPENDENT COLLEGES AND UNIVERSITIES GRANT ROB HARPER NATIONAL SALES MANAGER SAS EDUCATION PRACTICE SAS PRESENTATION ON NORTH CAROLINA INDEPENDENT COLLEGES AND UNIVERSITIES GRANT ROB HARPER NATIONAL SALES MANAGER SAS EDUCATION PRACTICE AGENDA Introductions Overview of What Has Been Done Since NCICU Meeting

More information

System Requirements for SAS 9.2 Foundation for Microsoft Windows for x64 Copyright 2011, SAS Institute Inc., Cary, NC, USA.

System Requirements for SAS 9.2 Foundation for Microsoft Windows for x64 Copyright 2011, SAS Institute Inc., Cary, NC, USA. Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., System Requirements for SAS 9.2 Foundation for Microsoft Windows for x64, Cary, NC: SAS Institute

More information

SAS. 9.3 Guide to Software Updates. SAS Documentation

SAS. 9.3 Guide to Software Updates. SAS Documentation SAS 9.3 Guide to Software Updates SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2011. SAS 9.3 Guide to Software Updates. Cary, NC: SAS Institute

More information

OnDemand for Academics

OnDemand for Academics SAS OnDemand for Academics User s Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS OnDemand for Academics: User's Guide. Cary, NC:

More information

INSTALLING SAS 9.2 PHASE 3 ON WINDOWS OPERATING SYSTEMS

INSTALLING SAS 9.2 PHASE 3 ON WINDOWS OPERATING SYSTEMS INSTALLING SAS 9.2 PHASE 3 ON WINDOWS OPERATING SYSTEMS Prepared By: Nazmul Islam Multimedia and Information Technology Services (MITS) School of Public Health (SOPH) The University of Alabama at Birmingham

More information

SAS. 9.4 Guide to Software Updates. SAS Documentation

SAS. 9.4 Guide to Software Updates. SAS Documentation SAS 9.4 Guide to Software Updates SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS 9.4 Guide to Software Updates. Cary, NC: SAS Institute

More information

50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080. Victoria Commons, 613 Hope Rd Building #5, Eatontown, NJ 07724

50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080. Victoria Commons, 613 Hope Rd Building #5, Eatontown, NJ 07724 COURSE SYLLABUS SAS 50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080 Victoria Commons, 613 Hope Rd Building #5, Eatontown, NJ 07724 130 Clinton Rd, Fairfield, NJ 07004 Avtech Institute of Technology

More information

System Requirements for SAS 9.1.3 Foundation for Microsoft Windows

System Requirements for SAS 9.1.3 Foundation for Microsoft Windows System Requirements for SAS 9.1.3 Foundation for Microsoft Windows Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., System Requirements for SAS 9.1.3

More information

9.2 User s Guide SAS/STAT. Introduction. (Book Excerpt) SAS Documentation

9.2 User s Guide SAS/STAT. Introduction. (Book Excerpt) SAS Documentation SAS/STAT Introduction (Book Excerpt) 9.2 User s Guide SAS Documentation This document is an individual chapter from SAS/STAT 9.2 User s Guide. The correct bibliographic citation for the complete manual

More information

System Requirements for SAS 9.4 Foundation for Linux for x64

System Requirements for SAS 9.4 Foundation for Linux for x64 System Requirements for SAS 9.4 Foundation for Linux for x64 Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. System Requirements for SAS 9.4

More information

System Requirements. SAS Regular Price Optimization 4.2. Server Tier. SAS Regular Price Optimization Long Jobs Server

System Requirements. SAS Regular Price Optimization 4.2. Server Tier. SAS Regular Price Optimization Long Jobs Server System Requirements SAS Regular Price Optimization 4.2 Server Tier For information about the file sizes required for the server tier software, please visit Install Center (http://support.sas.com/installcenter)

More information

SAS 9.4 PC Files Server

SAS 9.4 PC Files Server SAS 9.4 PC Files Server Installation and Configuration Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS 9.4 PC Files Server: Installation

More information

Implementing a SAS 9.3 Enterprise BI Server Deployment TS-811. in Microsoft Windows Operating Environments

Implementing a SAS 9.3 Enterprise BI Server Deployment TS-811. in Microsoft Windows Operating Environments Implementing a SAS 9.3 Enterprise BI Server Deployment TS-811 in Microsoft Windows Operating Environments Table of Contents Introduction... 1 Step 1: Create a SAS Software Depot..... 1 Step 2: Prepare

More information

Scheduling in SAS 9.3

Scheduling in SAS 9.3 Scheduling in SAS 9.3 SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. Scheduling in SAS 9.3. Cary, NC: SAS Institute Inc. Scheduling in SAS 9.3

More information

SAS 9.3 Foundation for Microsoft Windows

SAS 9.3 Foundation for Microsoft Windows Software License Renewal Instructions SAS 9.3 Foundation for Microsoft Windows Note: In this document, references to Microsoft Windows or Windows include Microsoft Windows for x64. SAS software is licensed

More information

Installation Instructions for Version 8 (TS M1) of the SAS System for Microsoft Windows

Installation Instructions for Version 8 (TS M1) of the SAS System for Microsoft Windows Installation Instructions for Version 8 (TS M1) of the SAS System for Microsoft Windows Table of Contents Chapter 1, Introduction...1 Terminology and Symbols Used in this Document...1 SASROOT Directory...1

More information

Installing SAS 9.4. SAS Vocabulary

Installing SAS 9.4. SAS Vocabulary Installing SAS 9.4 We currently have the SAS Education Analytical Suite (EAS), which is a bundled package of SAS components designed to meet teaching and research needs. USC has a university-wide license

More information

User Installation Guide for SAS 9.1 Foundation for 64-bit Microsoft Windows

User Installation Guide for SAS 9.1 Foundation for 64-bit Microsoft Windows User Installation Guide for SAS 9.1 Foundation for 64-bit Microsoft Windows Installation Instructions Where to Begin SAS Setup Wizard Repair or Remove SAS Software Glossary Where to Begin Most people who

More information

SUGI 29 Systems Architecture. Paper 223-29

SUGI 29 Systems Architecture. Paper 223-29 Paper 223-29 SAS Add-In for Microsoft Office Leveraging SAS Throughout the Organization from Microsoft Office Jennifer Clegg, SAS Institute Inc., Cary, NC Stephen McDaniel, SAS Institute Inc., Cary, NC

More information

General Guide to Installation and Migration for Client/Server BAMS/DSS. Release 6.0

General Guide to Installation and Migration for Client/Server BAMS/DSS. Release 6.0 General Guide to Installation and Migration for Client/Server BAMS/DSS Release 6.0 April 2002 5700 SW 34th Street Suite 1235 Gainesville, Florida 32608-5371 Phone (352) 381-4400 Fax (352) 381-4444 E-mail

More information

SAS Guide to Applications Development

SAS Guide to Applications Development SAS Guide to Applications Development Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS Guide to Applications Development,

More information

System Requirements for SAS 9.4 Foundation for Microsoft Windows for x64

System Requirements for SAS 9.4 Foundation for Microsoft Windows for x64 jo System Requirements for SAS 9.4 Foundation for Microsoft Windows for x64 Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. System Requirements

More information

SAS 9.3 Intelligence Platform

SAS 9.3 Intelligence Platform SAS 9.3 Intelligence Platform System Administration Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2012. SAS 9.3 Intelligence

More information

Using Version Control and Configuration Management in a SAS Data Warehouse Environment

Using Version Control and Configuration Management in a SAS Data Warehouse Environment Using Version Control and Configuration Management in a SAS Data Warehouse Environment Steve Morton, Applied System Knowledge Ltd Abstract: Data warehouse management involves many components in addition

More information

An Introduction to SAS/SHARE, By Example

An Introduction to SAS/SHARE, By Example Paper 020-29 An Introduction to SAS/SHARE, By Example Larry Altmayer, U.S. Census Bureau, Washington, DC ABSTRACT SAS/SHARE software is a useful tool for allowing several users to simultaneously access

More information

SAS IT Resource Management 3.2

SAS IT Resource Management 3.2 SAS IT Resource Management 3.2 Reporting Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. SAS IT Resource Management 3.2:

More information

9.1 SAS/ACCESS. Interface to SAP BW. User s Guide

9.1 SAS/ACCESS. Interface to SAP BW. User s Guide SAS/ACCESS 9.1 Interface to SAP BW User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS/ACCESS 9.1 Interface to SAP BW: User s Guide. Cary, NC: SAS

More information

Scheduling in SAS 9.4 Second Edition

Scheduling in SAS 9.4 Second Edition Scheduling in SAS 9.4 Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. Scheduling in SAS 9.4, Second Edition. Cary, NC: SAS Institute

More information

SAS. 9.1.3 Intelligence Platform. System Administration Guide

SAS. 9.1.3 Intelligence Platform. System Administration Guide SAS 9.1.3 Intelligence Platform System Administration Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS 9.1.3 Intelligence Platform: System Administration

More information

SAS University Edition: Installation Guide for Windows

SAS University Edition: Installation Guide for Windows SAS University Edition: Installation Guide for Windows i 17 June 2014 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS University Edition: Installation Guide

More information

Technical Paper. Migrating a SAS Deployment to Microsoft Windows x64

Technical Paper. Migrating a SAS Deployment to Microsoft Windows x64 Technical Paper Migrating a SAS Deployment to Microsoft Windows x64 Table of Contents Abstract... 1 Introduction... 1 Why Upgrade to 64-Bit SAS?... 1 Standard Upgrade and Migration Tasks... 2 Special

More information

SAS 9.4 Intelligence Platform

SAS 9.4 Intelligence Platform SAS 9.4 Intelligence Platform Installation and Configuration Guide Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS 9.4 Intelligence

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

Guide to Operating SAS IT Resource Management 3.5 without a Middle Tier

Guide to Operating SAS IT Resource Management 3.5 without a Middle Tier Guide to Operating SAS IT Resource Management 3.5 without a Middle Tier SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. Guide to Operating SAS

More information

When to Move a SAS File between Hosts

When to Move a SAS File between Hosts 3 CHAPTER Moving and Accessing SAS Files between Hosts When to Move a SAS File between Hosts 3 When to Access a SAS File on a Remote Host 3 Host Types Supported According to SAS Release 4 Avoiding and

More information

SAS Credit Scoring for Banking 4.3

SAS Credit Scoring for Banking 4.3 SAS Credit Scoring for Banking 4.3 Hot Fix 1 SAS Banking Intelligence Solutions ii SAS Credit Scoring for Banking 4.3: Hot Fix 1 The correct bibliographic citation for this manual is as follows: SAS Institute

More information

Air Deal Manager: American Express provides an End to End Purchasing Management Solution

Air Deal Manager: American Express provides an End to End Purchasing Management Solution Air Deal Manager: American Express provides an End to End Purchasing Management Solution Dionino Di Florio (Purchasing Management Group,American Express Services - London) Giuseppe Marcon, Emilio Stroppa

More information

Sentinel Cloud V.3.5 Installation Guide

Sentinel Cloud V.3.5 Installation Guide Sentinel Cloud V.3.5 Installation Guide ii Sentinel Cloud Installation Guide Document Revision History Part number 007-012284-001, Revision C. September 2014 Disclaimer and Copyrights Copyright 2014, SafeNet,

More information

The SAS System Release 8.2 (TS2M0) Windows, Windows NT, Windows 2000, and Windows XP

The SAS System Release 8.2 (TS2M0) Windows, Windows NT, Windows 2000, and Windows XP System Requirements The SAS System Release 8.2 (TS2M0) Windows, Windows NT, Windows 2000, and Windows XP This document provides requirements for installing and running the SAS System for Windows, Windows

More information

Technical Paper. Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication

Technical Paper. Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication Technical Paper Defining an ODBC Library in SAS 9.2 Management Console Using Microsoft Windows NT Authentication Release Information Content Version: 1.0 October 2015. Trademarks and Patents SAS Institute

More information

SAS Add in to MS Office A Tutorial Angela Hall, Zencos Consulting, Cary, NC

SAS Add in to MS Office A Tutorial Angela Hall, Zencos Consulting, Cary, NC Paper CS-053 SAS Add in to MS Office A Tutorial Angela Hall, Zencos Consulting, Cary, NC ABSTRACT Business folks use Excel and have no desire to learn SAS Enterprise Guide? MS PowerPoint presentations

More information

Web Security Log Server Error Reference

Web Security Log Server Error Reference Web Security Log Server Error Reference Topic 50342 Web Security Solutions Updated 22-Oct-2013 When Websense Log Server experiences logging problems, the service records errors in the Windows Event Viewer

More information

SAS 9.4 Logging. Configuration and Programming Reference Second Edition. SAS Documentation

SAS 9.4 Logging. Configuration and Programming Reference Second Edition. SAS Documentation SAS 9.4 Logging Configuration and Programming Reference Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS 9.4 Logging: Configuration

More information

Why Do You Need to Learn SAS for Data Analysis?

Why Do You Need to Learn SAS for Data Analysis? 1 Why Do You Need to Learn SAS for Data Analysis? O B J E C T I V E This chapter presents convincing reasons why readers need the knowledge and skills of SAS for data analysis and file management and how

More information

SAS 9.2 Foundation System Requirements for Linux for Intel Architecture

SAS 9.2 Foundation System Requirements for Linux for Intel Architecture SAS 9.2 Foundation System Requirements for Linux for Intel Architecture Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., SAS 9.2 Foundation System

More information

Witango Application Server 6. Installation Guide for Windows

Witango Application Server 6. Installation Guide for Windows Witango Application Server 6 Installation Guide for Windows December 2010 Tronics Software LLC 503 Mountain Ave. Gillette, NJ 07933 USA Telephone: (570) 647 4370 Email: support@witango.com Web: www.witango.com

More information

OS/2: TELNET Access Method

OS/2: TELNET Access Method 259 CHAPTER 18 OS/2: TELNET Access Method SAS Support for TELNET on OS/2 259 SAS/CONNECT 259 System and Software Requirements for SAS/CONNECT 259 Local Host Tasks 260 Configuring Local and Remote Host

More information

TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation

TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation Software Release 6.0 November 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS

More information

Grid Computing in SAS 9.4 Third Edition

Grid Computing in SAS 9.4 Third Edition Grid Computing in SAS 9.4 Third Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. Grid Computing in SAS 9.4, Third Edition. Cary, NC:

More information

Best Practices for Managing and Monitoring SAS Data Management Solutions. Gregory S. Nelson

Best Practices for Managing and Monitoring SAS Data Management Solutions. Gregory S. Nelson Best Practices for Managing and Monitoring SAS Data Management Solutions Gregory S. Nelson President and CEO ThotWave Technologies, Chapel Hill, North Carolina ABSTRACT... 1 INTRODUCTION... 1 UNDERSTANDING

More information

The SAS System Release 8.2 (TS2M0) Solaris

The SAS System Release 8.2 (TS2M0) Solaris System Requirements The SAS System Release 8.2 (TS2M0) Solaris This document provides requirements for installing and running the SAS System for Solaris. You must update your system to meet the minimum

More information

System Requirements for SAS 9.4 Foundation for Microsoft Windows for x64

System Requirements for SAS 9.4 Foundation for Microsoft Windows for x64 jo System Requirements for SAS 9.4 Foundation for Microsoft Windows for x64 Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. System Requirements

More information

Installation Guide Sybase ETL Small Business Edition 4.2 for Windows

Installation Guide Sybase ETL Small Business Edition 4.2 for Windows Installation Guide Sybase ETL Small Business Edition 4.2 for Windows Document ID: DC00738-01-0420-01 Last revised: April 2007 Topic Page 1. Overview 2 2. Before you begin 2 2.1 Review system requirements

More information

SAS Client-Server Development: Through Thick and Thin and Version 8

SAS Client-Server Development: Through Thick and Thin and Version 8 SAS Client-Server Development: Through Thick and Thin and Version 8 Eric Brinsfield, Meridian Software, Inc. ABSTRACT SAS Institute has been a leader in client-server technology since the release of SAS/CONNECT

More information

Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 20150330

Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 20150330 Synergis Software 18 South 5 TH Street, Suite 100 Quakertown, PA 18951 +1 215.302.3000, 800.836.5440 www.synergissoftware.com version 20150330 CONTENTS Contents... 2 Overview... 2 Adept Server... 3 Adept

More information

SAS 9.3 Logging: Configuration and Programming Reference

SAS 9.3 Logging: Configuration and Programming Reference SAS 9.3 Logging: Configuration and Programming Reference SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2011. SAS 9.3 Logging: Configuration and

More information

SAS 9.4 Intelligence Platform: Migration Guide, Second Edition

SAS 9.4 Intelligence Platform: Migration Guide, Second Edition SAS 9.4 Intelligence Platform: Migration Guide, Second Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS 9.4 Intelligence Platform:

More information

Cross platform Migration of SAS BI Environment: Tips and Tricks

Cross platform Migration of SAS BI Environment: Tips and Tricks ABSTRACT Cross platform Migration of SAS BI Environment: Tips and Tricks Amol Deshmukh, California ISO Corporation, Folsom, CA As a part of organization wide initiative to replace Solaris based UNIX servers

More information

Downloading, Configuring, and Using the Free SAS University Edition Software

Downloading, Configuring, and Using the Free SAS University Edition Software PharmaSUG 2015 Paper CP08 Downloading, Configuring, and Using the Free SAS University Edition Software Kirk Paul Lafler, Software Intelligence Corporation, Spring Valley, California Charles Edwin Shipp,

More information

Master Name Index SAS SAS SAS

Master Name Index SAS SAS SAS A Activity-Based Management Activity-Based Management Adapter for SAP Activity-Based Management - Select Edition Activity Dictionary for Adaptive Forecasting by Capgemini Add-In for Microsoft Office Ambassador

More information

System Requirements. SAS Profitability Management 2.21. Deployment

System Requirements. SAS Profitability Management 2.21. Deployment System Requirements SAS Profitability Management 2.2 This document provides the requirements for installing and running SAS Profitability Management. You must update your computer to meet the minimum requirements

More information

INSTALLATION INSTRUCTIONS. Installation Instructions for Release 8.2 (TS2M0) of the SAS System for Microsoft Windows

INSTALLATION INSTRUCTIONS. Installation Instructions for Release 8.2 (TS2M0) of the SAS System for Microsoft Windows INSTALLATION INSTRUCTIONS Installation Instructions for Release 8.2 (TS2M0) of the SAS System for Microsoft Windows Installation Instructions for Release 8.2 (TS2M0) of the SAS System for Microsoft Windows

More information

Take a Whirlwind Tour Around SAS 9.2 Justin Choy, SAS Institute Inc., Cary, NC

Take a Whirlwind Tour Around SAS 9.2 Justin Choy, SAS Institute Inc., Cary, NC Take a Whirlwind Tour Around SAS 9.2 Justin Choy, SAS Institute Inc., Cary, NC ABSTRACT The term productivity can mean a number of different things and can be realized in a number of different ways. The

More information

EPI SUITE 6 INSTALLATION INSTRUCTIONS

EPI SUITE 6 INSTALLATION INSTRUCTIONS EPI SUITE 6 INSTALLATION INSTRUCTIONS Instructions on how to install EPI Suite 6 for Windows XP, Vista, 7, 8 and 8.1 VERSION 1.0 BUILD 6.3.030 ImageWare Systems, Inc. 10815 Rancho Bernardo Rd., Suite 310

More information

SAS 9.4 In-Database Products

SAS 9.4 In-Database Products SAS 9.4 In-Database Products Administrator s Guide Fifth Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2015. SAS 9.4 In-Database Products:

More information

Capture Pro Software FTP Server System Output

Capture Pro Software FTP Server System Output Capture Pro Software FTP Server System Output Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

SAS University Edition: Installation Guide for Linux

SAS University Edition: Installation Guide for Linux SAS University Edition: Installation Guide for Linux i 17 June 2014 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS University Edition: Installation Guide

More information

Master Your Domain: Automated Software Distribution In A Client/Server Environment Jeff Lessenberry, Jeff Lessenberry Consulting Group

Master Your Domain: Automated Software Distribution In A Client/Server Environment Jeff Lessenberry, Jeff Lessenberry Consulting Group Master Your Domain: Automated Software Distribution In A Client/Server Environment Jeff Lessenberry, Jeff Lessenberry Consulting Group Abstract So many application changes but so little time. This paper

More information

SAS Data Views: A Virtual View of Data John C. Boling, SAS Institute Inc., Cary, NC

SAS Data Views: A Virtual View of Data John C. Boling, SAS Institute Inc., Cary, NC SAS Data Views: A Virtual View of Data John C. Boling, SAS Institute Inc., Cary, NC ABSTRACT The concept of a SAS data set has been extended or broadened in Version 6 of the SAS System. Two SAS file structures

More information

CA Nimsoft Monitor. Probe Guide for IIS Server Monitoring. iis v1.5 series

CA Nimsoft Monitor. Probe Guide for IIS Server Monitoring. iis v1.5 series CA Nimsoft Monitor Probe Guide for IIS Server Monitoring iis v1.5 series Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and

More information

Dream Report Version 4.5

Dream Report Version 4.5 Dream Report Version 4.5 Project Upgrade Procedure 1 P a g e Contents Introduction... 3 Upgrade Steps... 3 1. Backup of the Existing Project... 3 2. Installation of Dream Report Version 4.5... 3 3. Loading

More information

Encryption Services. What Are Encryption Services? Terminology. System and Software Requirements APPENDIX 5

Encryption Services. What Are Encryption Services? Terminology. System and Software Requirements APPENDIX 5 207 APPENDIX 5 Encryption Services What Are Encryption Services? 207 Terminology 207 System and Software Requirements 207 Requirements for SAS Proprietary Encryption Services 208 Communications Access

More information

TU04. Best practices for implementing a BI strategy with SAS Mike Vanderlinden, COMSYS IT Partners, Portage, MI

TU04. Best practices for implementing a BI strategy with SAS Mike Vanderlinden, COMSYS IT Partners, Portage, MI TU04 Best practices for implementing a BI strategy with SAS Mike Vanderlinden, COMSYS IT Partners, Portage, MI ABSTRACT Implementing a Business Intelligence strategy can be a daunting and challenging task.

More information

Custom Tasks for SAS. Enterprise Guide Using Microsoft.NET. Chris Hemedinger SAS. Press

Custom Tasks for SAS. Enterprise Guide Using Microsoft.NET. Chris Hemedinger SAS. Press Custom Tasks for SAS Enterprise Guide Using Microsoft.NET Chris Hemedinger SAS Press Contents About This Book... ix About The Author... xiii Acknowledgments...xv Chapter 1: Why Custom Tasks... 1 Why Isn

More information

Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager

Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager Paper SAS1787-2015 Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager Chris Upton and Lori Small, SAS Institute Inc. ABSTRACT With the latest release of SAS

More information

Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2

Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2 Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2 Date July 23, 2014 Applies To Kofax Front Office Server (KFS) 3.5.2.10 Summary This application note provides instructions

More information

What's New in SAS Data Management

What's New in SAS Data Management Paper SAS034-2014 What's New in SAS Data Management Nancy Rausch, SAS Institute Inc., Cary, NC; Mike Frost, SAS Institute Inc., Cary, NC, Mike Ames, SAS Institute Inc., Cary ABSTRACT The latest releases

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Nimsoft Monitor Compatibility Matrix October 17, 2013

Nimsoft Monitor Compatibility Matrix October 17, 2013 Nimsoft Monitor Compatibility Matrix October 17, 2013 1 Nimsoft Monitor Compatibility Matrix Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided

More information

SAS 9.4 Intelligence Platform

SAS 9.4 Intelligence Platform SAS 9.4 Intelligence Platform Application Server Administration Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2013. SAS 9.4 Intelligence Platform:

More information

Analyzing the Server Log

Analyzing the Server Log 87 CHAPTER 7 Analyzing the Server Log Audience 87 Introduction 87 Starting the Server Log 88 Using the Server Log Analysis Tools 88 Customizing the Programs 89 Executing the Driver Program 89 About the

More information

Copyright 2014, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com

Copyright 2014, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com Ve Version 3.4 Copyright 2014, SafeNet, Inc. All rights reserved. http://www.safenet-inc.com We have attempted to make these documents complete, accurate, and useful, but we cannot guarantee them to be

More information

System Planning, Deployment, and Best Practices Guide

System Planning, Deployment, and Best Practices Guide www.novell.com/documentation System Planning, Deployment, and Best Practices Guide ZENworks Application Virtualization 9.0 February 22, 2012 Legal Notices Novell, Inc., makes no representations or warranties

More information

Log Server Error Reference for Web Protection Solutions

Log Server Error Reference for Web Protection Solutions Log Server Error Reference for Web Protection Solutions Topic 51260 TRITON AP-WEB and Web Filter & Security, v8.0.x Updated 02-Feb-2015 When Websense Log Server experiences logging problems, the service

More information

SAS Deployment Wizard User s Guide

SAS Deployment Wizard User s Guide SAS Deployment Wizard User s Guide Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., SAS Deployment Wizard User s Guide, Cary, NC: SAS Institute Inc.,

More information

Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014

Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014 Contents Informatica Corporation Proactive Monitoring for PowerCenter Operations Version 3.0 Release Notes May 2014 Copyright (c) 2012-2014 Informatica Corporation. All rights reserved. Installation...

More information

Administration & Support

Administration & Support Getting from SAS 9.1.3 to SAS 9.2: Migration Tools or Promotion Tools Diane Hatcher and Sandy McNeill, SAS Institute Inc., Cary, NC ABSTRACT If you are running a metadata server in your SAS 9.1.3 environment,

More information

Telops headquarters. Some users are remotely located in other states, therefore authorized remote access has been provided to these users.

Telops headquarters. Some users are remotely located in other states, therefore authorized remote access has been provided to these users. Using SAS to Create a Modular Forecasting System Tom Fischetti, GTE Telephone Operations, Thousand Oaks, CA Steve Heathcote, GTE Telephone Operations, Thousand Oaks, CA Don Perry, GTE Telephone Operations,

More information

McAfee Optimized Virtual Environments - Antivirus for VDI. Installation Guide

McAfee Optimized Virtual Environments - Antivirus for VDI. Installation Guide McAfee Optimized Virtual Environments - Antivirus for VDI Installation Guide COPYRIGHT Copyright 2010-2011 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted,

More information

Capture Pro Software FTP Server Output Format

Capture Pro Software FTP Server Output Format Capture Pro Software FTP Server Output Format Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

STEP 2: UNIX FILESYSTEMS AND SECURITY

STEP 2: UNIX FILESYSTEMS AND SECURITY Paper RIV-04 7 Steps to a SAS EBI Proof of Concept Project Sheryl Weise, Wells Fargo Bank ABSTRACT The Purchasing Department is considering contracting with your team for a new SAS Enterprise Business

More information

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 Configuration Guide Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 This document describes how to configure Apache HTTP Server

More information

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training

QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training QAD Enterprise Applications Training Guide Demand Management 6.1 Technical Training 70-3248-6.1 QAD Enterprise Applications February 2012 This document contains proprietary information that is protected

More information

SAS 9.2.2 Installation via the Client-Server Image (CAHNRS Site License)

SAS 9.2.2 Installation via the Client-Server Image (CAHNRS Site License) Requirements and preliminary steps SAS 9.2.2 Installation via the Client-Server Image (CAHNRS Site License) SAS 9.2.2 will run on Windows XP Pro*, Vista Business/Ultimate**, Windows 7 Professional/Enterprise,

More information

Installation Guide of the Change Management API Reference Implementation

Installation Guide of the Change Management API Reference Implementation Installation Guide of the Change Management API Reference Implementation Cm Expert Group CM-API-RI_USERS_GUIDE.0.1.doc Copyright 2008 Vodafone. All Rights Reserved. Use is subject to license terms. CM-API-RI_USERS_GUIDE.0.1.doc

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

SAS Academic Program

SAS Academic Program Elisabeth Versailles elisabeth.versailles@sas.com Academic Relationships Manager SAS Academic Program SAS usage Software Professors Researchers Students SAS Analytics U SAS Certification SAS Analytics

More information

Brief Description of SAS Products

Brief Description of SAS Products Brief Description of SAS Products The SAS SYSTEM provides modular applications that are fully integrated and that are built around the four primary data-driven tasks common to any application: data access,

More information

AdminToys Suite. Installation & Setup Guide

AdminToys Suite. Installation & Setup Guide AdminToys Suite Installation & Setup Guide Copyright 2008-2009 Lovelysoft. All Rights Reserved. Information in this document is subject to change without prior notice. Certain names of program products

More information