Expanding Your Intelligence Environment:

Size: px
Start display at page:

Download "Expanding Your Intelligence Environment:"

Transcription

1 Expanding Your Intelligence Environment: Web Services, Java and.net and the Many Choices You Have Alfredo Iglesias Rey. Tech Support Mgr, Business Intelligence. SAS Intl.

2 Interoperability What is Interoperability? Accessing SAS data from the Microsoft world Accessing SAS from the Windows Environment Accessing SAS from Java Interoperability with XML Accessing SAS through Web Services

3 What is Interoperability? Interoperability (pronounced IHN-tuhr-AHP-uhruh-BIHL-ih-tee) is the ability of a system or a product to work with other systems or products without special effort on the part of the customer. Interoperability becomes a quality of increasing importance for information technology products as the concept that "The network is the computer" becomes a reality. For this reason, the term is widely used in product marketing descriptions.

4 What is Interoperability? Products achieve interoperability with other products using either or both of two approaches: By adhering to published interface standards By making use of a "broker" of services that can convert one product's interface into another product's interface "on the fly Source:

5 Data Interoperability Metadata Interoperability Graphics Interoperability Portability Direct Access to SAS Data: ODBC JDBC OLE DB ADO for OLE DB ADO MD for OLE DB for OLAP Export/Import: Tab delimited, Comma delimited, custom delimited (i.e. semicolon, space, etc ) Excel XXX Lotus 123 XML Arbitrary File formats Direct read/write to other Data Sources: SAS access to ERP systems (SAP, SAP BW, Siebel, Oracle Applications, PeopleSoft, Baan) SAS access to 3rd-party RDBMS systems (DB2 under OS/390, DB2 under VM, DB2 under UNIX or PC, CA- OpenIngres, Informix, ODBC, OLE DB, Oracle, Oracle Rdb, Sybase, MS SQL Server, Teradata) Access to non-relational databases: ADABAS, CA- Datacom/DB, CA-IDMS, IMS-DL/I, System 2000 Software Access to common PC file formats including native access to Excel on UNIX, Microsoft Access, dbase Export/Import Metadata: Common Warehouse Metamodel (CWM) export/import capabilities (This interoperability standard allows for sharing and exchange of metadata. SAS adheres to the Object Management Groups definition of CWM to facilitate metadata interoperability.) Meta Integration Technologies Bridges Direct Access to SAS metadata: SAS delivers open interfaces with the SAS Metadata Server to allow for the programmatic query and updating of SAS metadata through XML based queries and responses though Java or Microsoft worlds. Export /Import of Graphics: With SAS/GRAPH you can export/import the following types of graphics that can be inserted into third party applications or SAS applications Microsoft Windows bitmap (BMP) Microsoft Windows metafile (WMF) Enhanced Windows metafile (EMF) Computer Graphics Metafile (CGM) Device independent bitmap (DIB) JPEG format (JPG) Graphic interchange format (GIF) Tag image file format (TIF) Adobe PostScript (PS) Encapsulated PostScript (EPS) Portable Network Graphics (PNG) Portable Pixmap (PBM) SAS can also produce Java graphics for consumption on the web and ActiveX based graphics that can be used in a variety of locations SAS 9.1 can be deployed on the following platforms. Microsoft: Windows NT, Windows 2000 family, Windows XP Professional, Windows XP 64-bit, Windows Server 2003 family for 32-bit and 64-bit Intel platforms Unix: HP 64. Solaris 64, AIX 64 Mainframe: OS/390 (MVS) Other: Open VMS Alpha, Compaq s Digital Unix, Redhat Linux on Intel, HP/UX for Itanium SAS MVA (Multi-Vendor Architecture) : Write once, run anywhere (a virtual machine) Exploits unique features of each platform or OS Seamless movement of applications and Data!

6 Standards SAS helps to drive Other Architecture Standards SAS Adheres to Apache Tomcat Data Mining Group (mostly on PMML standards) Eclipse Consortium Global Grid Forum (GGF) Java Community Process: SAS is/was a member of the expert group (or performing community review) on the following JSR s that are either new or have been completed JSR 40: Java Metadata Interchange JSR 52: Standard Tag Library for JSP JSR 57: Long term persistence for JavaBeans JSR 59: J2SE Merlin Release Contents JSR 69: Java OLAP Interface JSR 72: Java Generic Security Services (GSS) API JSR 73: Data Mining API JSR 127: Java Server Faces JSR 152: JavaServer Pages 2.0 Specification JSR 154: Servlet Specification 2.4 JSR 168: Portlet Specification JSR 170: Content Repository JSR 176: J2SE 1.5 (Tiger) Release Contents JSR 198: Standard Extension API for Integrated Development Environments JSR 200: Network Transfer Format for Java Archives JSR 201: Extending the JavaTM Programming Language Syntax JSR 206: Java API for XML Processing (JAXP) 1.3 JSR 207: Process Definition for Java JSR 220: Enterprise JavaBeans 3.0 JSR 223: Scripting Pages in Java Web Applications JSR 224: Java API for XML-Based RPC (JAX-RPC) 2.0 JSR 226: Scalable 2D Vector Graphics API for J2ME Object Management Group (OMG) Web Services Interoperability Organization (WS-I) XML for Analysis Council (XML/A Council) J2EE.NET COM/DCOM Web Services delivery via Java and/or.net Rich suite of API s for Java and for the Microsoft Environments Rich set of pre-built Java components that cab be used in any Java IDE Support for Enterprise Directories (inc. Active Directory) Support for Message Queues (inc. IBM s WebSphere MQ, Microsoft s MSMQ and Tibco s Rendezvous )

7 SAS 9 Interoperability (and Portability) SAS Multi-Vendor Architecture Supported since % of SAS System code is portable Write once, run anywhere (a virtual machine) Exploits unique features of each platform or OS 35 different hosts/platforms

8 Accessing SAS data from the Microsoft world Four SAS Data Providers that conform to the OLE DB specification from Microsoft The SAS Local Data Provider access to SAS data sets stored on a local Windows system. The SAS/SHARE Data Provider supports access to SAS data sets outsirde of a local a SAS session via a SAS/SHARE also supports access to local server if the local machine has the SAS Base product installed and licensed. The SAS IOM Data Provider supports access to SAS data sets that are managed by SAS Integrated Object Model (IOM) servers. The SAS OLAP Data Provider supports access to cubes on a SAS OLAP Server via OLE DB for OLAP (ODBO) interfaces.

9 What SAS products do I need? SAS Server [none] Local Base SAS SAS/SHARE server SAS IOM server SAS OLAP server SAS OLE DB Data Provider SAS Local Data Provider SAS/SHARE Data Provider SAS/SHARE Data Provider SAS IOM Data Provider SAS OLAP Data Provider

10 What files types can I access? File Type Local Data Provider SAS/IOM Data Provider SAS OLAP Data Provider SAS/SHARE Data Provider SAS data files Yes Yes No Yes SAS data views No Yes No Yes Temporary SAS data sets No Yes No Yes SAS index No Yes No Yes Interface files No Yes No Yes SAS OLAP cubes No No Yes No

11 Features Provider-Specific Features SAS Local Data Provider SAS/SHARE Data Provider SAS IOM Data Provider SAS OLAP Data Provider supports random access yes yes yes no supports simultaneous users no yes yes yes supports SQL processing no yes yes no provides read and update access to all data sets no yes yes no provides member-level lock or record-level lock no yes yes yes

12 Features Provider-Specific Features provides access via SAS/SHARE servers provides access via SAS IOM servers provides access via SAS OLAP servers provides read-only access without a SAS session provides read-only access to data sets created on other platforms SAS Local Data Provider SAS/SHARE Data Provider SAS IOM Data Provider SAS OLAP Data Provider no yes no no no no yes no no no no yes yes no no no yes no no no supports MDX processing no no no yes

13 Accessing SAS from the Windows Environment The SAS Integrated Object Model is surfaced through type-libraries provided by SAS. These exposed interfaces can then be accessed through commonly used IDEs

14 A picture of the SAS Integrated Object Model (IOM) SAS Workspace DataService Libref ADO/OLE DB or JDBC FileService Fileref Utilities TextStream BinaryStream ResultPackage Service ResultPackage HostSystem FormatService HTMLEntry DataSetEntry LanguageService FileEntry StoredProcess Service

15 SAS 9 Intelligence Architecture SAS Client Services Development Environment Portal Web Interfaces Desktop Interfaces SAS Application Services SAS BI Infrastructure SAS Foundation Services SAS COM Components SAS Java Components SAS JNI Interfaces SAS Query and Reporting Services SAS Foundation Services SAS Foundation Servers SAS Foundation Servers The SAS Foundation SAS/CONNECT SAS/ACCESS SAS/STAT SAS/GRAPH SAS/SHARE SAS/ETS SAS/QC Base SAS

16 This is what you see in VB An Example:

17

18

19 Accessing SAS Cubes from Windows Clients

20 SAS Enterprise Guide 3.0 Redesigned and rearchitected in.net Redesigned menus, GUI, tasks, and addition of Process Flow Builder Easy stored process authoring Compatible with V8 & SAS 9 Servers Included with PC SAS New, easy to use OLAP Analyzer

21 SAS Enterprise Guide 3.0 OLAP Viewer Part of EG 3.0 Slice and dice multidimensional SAS data cubes for greater understanding Uses OLE DB for OLAP standard

22 Accessing SAS from Java JDBC 2.0 Driver to access data in IOM servers and SAS/Share WebAF is an IDE to develop, among other languages, in Java Complete set of API to access SAS

23 SAS 9 Intelligence Architecture SAS Client Services Development Environment Portal Web Interfaces Desktop Interfaces SAS Application Services SAS BI Infrastructure SAS Foundation Services SAS COM Components SAS Java Components SAS JNI Interfaces SAS Query and Reporting Services SAS Foundation Services SAS Foundation Servers SAS Foundation Servers The SAS Foundation SAS/CONNECT SAS/ACCESS SAS/STAT SAS/GRAPH SAS/SHARE SAS/ETS SAS/QC Base SAS

24 Extending your SAS clients Public API to create Portlets for Information Delivery Portal Plug-ins for SAS Management Console Plug-ins for SAS ETL Studio

25 Screenshots of new components in WebAF 3

26

27

28

29

30

31

32

33

34

35

36

37

38

39 Interoperability with XML XML is similar to HTML in that it uses tags. Unlike HTML, whose tags control how data is rendered, XML tags describe the structure and meaning of data but do not control how it is rendered.

40 Interoperability with XML SAS is able to Read and write data into XML through the XML libname engine Generate XML though ODS

41 SAS XML Mapper Import XML documents to SAS data sets Export SAS data sets to XML documents XML Map extensions add flexibility & power to schema definitions Java GUI maps XML to SAS data & vice-versa Java-based SAS XML Mapper client

42 Interoperability with XML filename MYMAP 'Vehicles.map'; * created and saved by XML Mapper; filename MYXML 'Vehicles.xml'; * raw XML file to import; libname MYXML xml xmlmap=mymap access=readonly; proc print data=myxml.ford; run; quit;

43 Accessing SAS through Web Services A Web service is an application that can be published, located and invoked across the Internet. Web Services are encapsulated, loosely coupled contracted functions offered via standard protocols. A Web service describes specific business functionality exposed by a company, usually through an Internet connection, for the purpose of providing a way for another company or software program to use the service.

44 Web services characteristics Based on a set of standards (XML, SOAP, WSDL,UDDI, ) Agreed on by all of the major players Interoperability across different platforms A Web service is language independent Loosely-coupled functions

45 The Web services model Service Registry Find Publish Service Consumer Bind Service Provider Web Service Description

46 The Web services standards Service Publication/Discovery Service Description XML Messaging UDDI WSDL SOAP Basic web services stack

47 Accessing SAS through Web Services SAS provides two applications SAS BI Web Services for.net SAS BI Web Services for Java The only main difference is the platform where they run They provide services that are executed by stored processes

48 SAS BI for Web Services for.net SAS BI for Web Services for Java Executes SAS stored processes on Stored Process Server Build-time WSDL discovery Run-time XML generated according to WSDL interface Supports DISCOVER and EXECUTE methods for XML/A Can be deployed to UDDI server Client/mid-tier connection can be SSL encrypted

49 Accessing SAS through Web Services Web Services can be accessed by different type of clients Web Servers Enterprise applications Desktop applications Demo: Accessing SAS from Excel via Web Services No specific SAS code

50

AppDev Studio A Roadmap

AppDev Studio A Roadmap AppDev Studio A Roadmap Anton Fuchs Product Manager AppDev Studio SAS International 1 Overall presentation goal Define the different types of applications used in the IT industry today and explain how

More information

SAS 9.2 Integration Technologies. Overview

SAS 9.2 Integration Technologies. Overview SAS 9.2 Integration Technologies Overview The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS 9.2 Integration Technologies: Overview. Cary, NC: SAS Institute

More information

Introducing the SAS ODBC Driver

Introducing the SAS ODBC Driver 1 CHAPTER 1 Introducing the SAS ODBC Driver Overview: The SAS ODBC Driver 1 What Is ODBC? 2 What Is the SAS ODBC Driver? 2 Types of Data Accessed with the SAS ODBC Driver 3 Understanding SAS 5 SAS Data

More information

Accessibility Features in the SAS Intelligence Platform Products

Accessibility Features in the SAS Intelligence Platform Products 1 CHAPTER 1 Overview of Common Data Sources Overview 1 Accessibility Features in the SAS Intelligence Platform Products 1 SAS Data Sets 1 Shared Access to SAS Data Sets 2 External Files 3 XML Data 4 Relational

More information

Intelligence Platform

Intelligence Platform SAS Publishing SAS Overview Second Edition Intelligence Platform The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Intelligence Platform: Overview, Second Edition.

More information

SAS ODBC Driver. Overview: SAS ODBC Driver. What Is ODBC? CHAPTER 1

SAS ODBC Driver. Overview: SAS ODBC Driver. What Is ODBC? CHAPTER 1 1 CHAPTER 1 SAS ODBC Driver Overview: SAS ODBC Driver 1 What Is ODBC? 1 What Is the SAS ODBC Driver? 2 Types of Data Accessed with the SAS ODBC Driver 3 Understanding SAS 4 SAS Data Sets 4 Unicode UTF-8

More information

For additional information and to view the latest system requirements for your system, access the following Web site:

For additional information and to view the latest system requirements for your system, access the following Web site: System Requirements SAS 9.1 Foundation for Microsoft Windows This document provides requirements for installing and running SAS 9.1 Foundation for Windows. You must update your system to meet the minimum

More information

Hyperion System 9 BI+ Analytic Services

Hyperion System 9 BI+ Analytic Services Hyperion System 9 BI+ Analytic The Hyperion System 9 BI+ Analytic release 9.3 Support Matrix includes support information for the following areas: Operating Systems o Server o Client Web / Application

More information

IBM Rational Application Developer for WebSphere Software, Version 7.0

IBM Rational Application Developer for WebSphere Software, Version 7.0 Visual application development for J2EE, Web, Web services and portal applications IBM Rational Application Developer for WebSphere Software, Version 7.0 Enables installation of only the features you need

More information

Introduction to Federation Server

Introduction to Federation Server Introduction to Federation Server Alex Lee IBM Information Integration Solutions Manager of Technical Presales Asia Pacific 2006 IBM Corporation WebSphere Federation Server Federation overview Tooling

More information

Expanding Open Access to Your OLAP Data

Expanding Open Access to Your OLAP Data Expanding Open Access to Your OLAP Data Duane Ressler SAS Institute Inc. Overview By combining the capabilities of Open OLAP Server with Integration Technologies, SAS Institute is working to improve your

More information

The SAS System Release 6.12 (TS070) AIX on IBM RISC System/6000

The SAS System Release 6.12 (TS070) AIX on IBM RISC System/6000 System Requirements The SAS System Release 6.12 (TS070) AIX on IBM RISC System/6000 This document provides requirements for installing and running the SAS System for AIX on IBM RISC System/6000. You must

More information

The SAS System Release 6.12 (TS051) Digital UNIX

The SAS System Release 6.12 (TS051) Digital UNIX System Requirements The SAS System Release 6.12 (TS051) Digital UNIX This document provides requirements for installing and running the SAS System for Digital UNIX. You must update your system to meet

More information

Scott Lowden SAP America Technical Solution Architect

Scott Lowden SAP America Technical Solution Architect SAP NetWeaver Training Overview - SAP Web Application Server Scott Lowden SAP America Technical Solution Architect SAP NetWeaver Components Detail SAP Web Application Server SAP AG 2003, Title of Presentation,

More information

SAS 9.2 Foundation System Requirements for AIX

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

More information

BusinessObjects Data Services XI 3.1 SP1 for Windows

BusinessObjects Data Services XI 3.1 SP1 for Windows Revision Date: September 30, 2008 BusinessObjects Data Services XI 3.1 SP1 for Windows Overview Contents This document lists specific platforms and configurations for the BusinessObjects Data Services

More information

SAS 9.2 Foundation System Requirements for Solaris

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

More information

BusinessObjects Edge Series - Premium for Windows

BusinessObjects Edge Series - Premium for Windows BusinessObjects Edge Series - Premium for Windows Overview Contents This document lists specific platforms and configurations for the BusinessObjects Edge Series (formerly Business Objects Crystal Decisions)

More information

Moving and Accessing SAS Files between Operating Environments

Moving and Accessing SAS Files between Operating Environments 3 CHAPTER 1 Moving and Accessing Files between Operating Environments Deciding to Move a File between Operating Environments 3 Deciding to Access a File across Operating Environments 3 Strategies for Moving

More information

The SAS Platform. Georg Morsing

The SAS Platform. Georg Morsing The Platform Georg Morsing Copyright Institute Inc. All rights reserved. Viya Copyright Institute Inc. All rights reserved. Viya What? Why? Who? How? Copyright Institute Inc. All rights reserved. 1972

More information

to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse

to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse An End-to to-end Solution Using OWB and JDeveloper to Analyze Your Data Warehouse Presented at ODTUG 2003 Dan Vlamis dvlamis@vlamis.com Vlamis Software Solutions, Inc. (816) 781-2880 http://www.vlamis.com

More information

SAS 9.2 Foundation System Requirements for Solaris for x64

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

More information

Crystal Reports XI Release 2 for Windows

Crystal Reports XI Release 2 for Windows Revision Date: March 14, 2007 Crystal Reports XI Release 2 for Windows Overview Contents This document lists specific platforms and configurations for the Crystal Reports XI Release 2. INTRODUCTION...

More information

WebSphere Information Integrator

WebSphere Information Integrator WebSphere Information Integrator Enterprise Information is in Isolated Silos CUSTOMER SERVICE MARKETING FINANCE SALES & SUPPORT CUSTOMERS & PARTNERS LEGAL HR R&D Independent Sources and Systems Information

More information

(9A05803) WEB SERVICES (ELECTIVE - III)

(9A05803) WEB SERVICES (ELECTIVE - III) 1 UNIT III (9A05803) WEB SERVICES (ELECTIVE - III) Web services Architecture: web services architecture and its characteristics, core building blocks of web services, standards and technologies available

More information

<Insert Picture Here> Oracle Policy Automation System Requirements

<Insert Picture Here> Oracle Policy Automation System Requirements Oracle Policy Automation 10.4.0 System Requirements March 2012 Version 1.00 Oracle Policy Automation Products Version 10.4.0 Overview Product Oracle Policy Modeling Oracle Policy

More information

SAS 9.2 Intelligence Platform. Web Application Administration Guide, Third Edition

SAS 9.2 Intelligence Platform. Web Application Administration Guide, Third Edition SAS 9.2 Intelligence Platform Web Application Administration Guide, Third Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS 9.2 Intelligence Platform:

More information

DQpowersuite. Superior Architecture. A Complete Data Integration Package

DQpowersuite. Superior Architecture. A Complete Data Integration Package DQpowersuite Superior Architecture Since its first release in 1995, DQpowersuite has made it easy to access and join distributed enterprise data. DQpowersuite provides an easy-toimplement architecture

More information

Crystal Reports XI Release 2 Service Pack 4

Crystal Reports XI Release 2 Service Pack 4 Revision Date: May 7, 2008 Crystal Reports XI Release 2 Service Pack 4 Overview Contents This document lists specific platforms and configurations for Crystal Reports XI Release 2 Service Pack 4. INTRODUCTION...

More information

SAS Publishing Intelligence Platform SAS. Data Administration Guide

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

More information

QuickSpecs. ISG Navigator for Universal Data Access M ODELS OVERVIEW. Retired. ISG Navigator for Universal Data Access

QuickSpecs. ISG Navigator for Universal Data Access M ODELS OVERVIEW. Retired. ISG Navigator for Universal Data Access M ODELS ISG Navigator from ISG International Software Group is a new-generation, standards-based middleware solution designed to access data from a full range of disparate data sources and formats.. OVERVIEW

More information

J2EE Interview Questions

J2EE Interview Questions 1) What is J2EE? J2EE Interview Questions J2EE is an environment for developing and deploying enterprise applications. The J2EE platform consists of a set of services, application programming interfaces

More information

Mastering SOA Challenges more cost-effectively. Bodo Bergmann Senior Software Engineer Ingres Corp.

Mastering SOA Challenges more cost-effectively. Bodo Bergmann Senior Software Engineer Ingres Corp. Mastering SOA Challenges more cost-effectively Bodo Bergmann Senior Software Engineer Ingres Corp. 1 Contents Tell me why? SOA INGRES and SOA SOA Challenges Mastering selected challenges 2 Service-Oriented

More information

Using the SAS Add-In for Microsoft Office you can access the power of SAS via three key mechanisms:

Using the SAS Add-In for Microsoft Office you can access the power of SAS via three key mechanisms: 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 ABSTRACT The

More information

EntireX Highlights of new Features

EntireX Highlights of new Features EntireX 7.3 - Highlights of new Features Crossvision Product Management Software AG EntireX 7.3 Highlights March 2007 Seite 1 EntireX Key Enhancements Key Enhancement areas CentraSite EntireX Workbench

More information

The SAS System Release 6.12 (TS065) SunOS 4 and Solaris 2

The SAS System Release 6.12 (TS065) SunOS 4 and Solaris 2 System Requirements The SAS System Release 6.12 (TS065) SunOS 4 and Solaris 2 This document provides requirements for installing and running the SAS System for SunOS 4 and Solaris 2. You must update your

More information

SAS Intelligence Platform

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

More information

SAS 9.4 Intelligence Platform: Data Administration Guide, Sixth Edition

SAS 9.4 Intelligence Platform: Data Administration Guide, Sixth Edition SAS 9.4 Intelligence Platform: Data Administration Guide, Sixth Edition SAS Documentation June 15, 2018 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. SAS 9.4

More information

Integrating With.NET. Patterns for Leveraging SAS in Microsoft's Strategic Architecture. Dan Jahn SAS

Integrating With.NET. Patterns for Leveraging SAS in Microsoft's Strategic Architecture. Dan Jahn SAS Integrating With.NET Patterns for Leveraging SAS in Microsoft's Strategic Architecture Dan Jahn SAS What Is.NET! NET Framework! Visual Studio.NET! ASP.NET!.NET Servers! BizTalk! SharePoint Portal Server,

More information

SAS Data Integration Studio 3.3. User s Guide

SAS Data Integration Studio 3.3. User s Guide SAS Data Integration Studio 3.3 User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Data Integration Studio 3.3: User s Guide. Cary, NC: SAS Institute

More information

System Requirements for SAS 9.2 Foundation for Microsoft Windows for 64-Bit Itanium-based Systems

System Requirements for SAS 9.2 Foundation for Microsoft Windows for 64-Bit Itanium-based Systems System Requirements for SAS 9.2 Foundation for Microsoft Windows for 64-Bit Itanium-based Systems Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc.,

More information

What s new with EntireX Communicator 7.3 Rolf Bahlke crossvision Chief Architect

What s new with EntireX Communicator 7.3 Rolf Bahlke crossvision Chief Architect What s new with EntireX Communicator 7.3 Rolf Bahlke crossvision Chief Architect October 2006 Project Status Next release of EntireX Communicator Version 7.3 Planned release date end of November 2006 z/os

More information

Vision of J2EE. Why J2EE? Need for. J2EE Suite. J2EE Based Distributed Application Architecture Overview. Umair Javed 1

Vision of J2EE. Why J2EE? Need for. J2EE Suite. J2EE Based Distributed Application Architecture Overview. Umair Javed 1 Umair Javed 2004 J2EE Based Distributed Application Architecture Overview Lecture - 2 Distributed Software Systems Development Why J2EE? Vision of J2EE An open standard Umbrella for anything Java-related

More information

Hyperion System 9 Strategic Finance release

Hyperion System 9 Strategic Finance release Hyperion System 9 Strategic Finance release 9.2.0.3 The Hyperion System 9 Strategic Finance release 9.2.0.3.0 Matrix includes support information for the following areas: Operating Systems o Server o Client

More information

SAS Integration Technologies Server Administrator s Guide

SAS Integration Technologies Server Administrator s Guide SAS 9.1.2 Integration Technologies Server Administrator s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS 9.1.2 Integration Technologies: Server Administrator

More information

Availability Digest. Attunity Integration Suite December 2010

Availability Digest.  Attunity Integration Suite December 2010 the Availability Digest Attunity Integration Suite December 2010 Though not focused primarily on high availability in the uptime sense, the Attunity Integration Suite (www.attunity.com) provides extensive

More information

SAS Forecast Studio 1.2. Administrator s Guide

SAS Forecast Studio 1.2. Administrator s Guide SAS Forecast Studio 1.2 Administrator s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2005. SAS Forecast Studio 1.2: Administrator s Guide. Cary, NC: SAS Institute

More information

Tools to Develop New Linux Applications

Tools to Develop New Linux Applications Tools to Develop New Linux Applications IBM Software Development Platform Tools for every member of the Development Team Supports best practices in Software Development Analyst Architect Developer Tester

More information

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE

METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE UDC:681.324 Review paper METADATA INTERCHANGE IN SERVICE BASED ARCHITECTURE Alma Butkovi Tomac Nagravision Kudelski group, Cheseaux / Lausanne alma.butkovictomac@nagra.com Dražen Tomac Cambridge Technology

More information

<Insert Picture Here> Oracle Policy Automation 10.0 System Requirements

<Insert Picture Here> Oracle Policy Automation 10.0 System Requirements Oracle Policy Automation 10.0 December 2009 Version 1.01 Oracle Policy Automation Products Version 10.0 Overview Product Oracle Policy Modeling Oracle Policy Automation (runtime)

More information

System Requirements for SAS 9.2 Foundation for z/os

System Requirements for SAS 9.2 Foundation for z/os System Requirements for SAS 9.2 Foundation for z/os Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., System Requirements for SAS 9.2 Foundation for

More information

SAS Activity-Based Management Software Release for Windows

SAS Activity-Based Management Software Release for Windows System Requirements SAS Activity-Based Management Software Release 6.4.2 for Windows This document provides the requirements for installing and running SAS Activity-Based Management Server. You must update

More information

Jitterbit is comprised of two components: Jitterbit Integration Environment

Jitterbit is comprised of two components: Jitterbit Integration Environment Technical Overview Integrating your data, applications, and other enterprise systems is critical to the success of your business but, until now, integration has been a complex and time-consuming process

More information

9.4 Intelligence Platform

9.4 Intelligence Platform SAS 9.4 Intelligence Platform Data Administration Guide Third Edition SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2014. SAS 9.4 Intelligence Platform:

More information

SAS 9.2 Foundation System Requirements for HP-UX

SAS 9.2 Foundation System Requirements for HP-UX SAS 9.2 Foundation System Requirements for HP-UX Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., SAS 9.2 Foundation System Requirements for HP UX,

More information

SAS Enterprise Guide 3.0 for Windows

SAS Enterprise Guide 3.0 for Windows System Requirements SAS Enterprise Guide 3.0 for Windows This document provides requirements for installing and running SAS Enterprise Guide software. You must update your system to meet the minimum requirements

More information

AppDev StudioTM 3.2 SAS. Migration Guide

AppDev StudioTM 3.2 SAS. Migration Guide SAS Migration Guide AppDev StudioTM 3.2 The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS AppDev TM Studio 3.2: Migration Guide. Cary, NC: SAS Institute Inc.

More information

BusinessObjects Data Services XI 3.1 SP1 for AIX

BusinessObjects Data Services XI 3.1 SP1 for AIX Revision Date: September 30, 2008 BusinessObjects Data Services XI 3.1 SP1 for AIX Overview Contents This document lists specific platforms and configurations for the BusinessObjects Data Services XI 3.1

More information

EntireX Modernized EntireX Workbench

EntireX Modernized EntireX Workbench EntireX 7.3 - Modernized EntireX Workbench Crossvision Product Management Software AG EntireX 7.3 Workbench April 2007 Seite 1 Modernized EntireX Workbench With EntireX 7.3 the EntireX Workbench will be

More information

IBM Spatially Enables Enterprise With ESRI ArcGIS Server

IBM Spatially Enables Enterprise With ESRI ArcGIS Server IBM Spatially Enables Enterprise With ESRI ArcGIS Server This article cannot be reproduced in whole or in part without prior permission from IBM Corporation. Copyright IBM Corp. 2005. All Rights Reserved.

More information

Crystal Reports 2008 with Service Pack 0

Crystal Reports 2008 with Service Pack 0 Revision Date: September 19, 2007 2008 with Service Pack 0 Overview Contents This document lists specific platforms and configurations for Crystal Reports 2008 with Service Pack 0. INTRODUCTION...3 PRODUCTS...3

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that comprise Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

SAS Data Integration Server

SAS Data Integration Server FACT SHEET SAS Data Integration Server A complete solution designed to meet your data integration needs What does SAS Data Integration Server do? SAS Data Integration Server is a powerful, configurable

More information

STRATandGO Technology

STRATandGO Technology STRATandGO Technology PROCOS Professional Controlling Systems AG Gewerbeweg 15 FL- 9490 Vaduz Version: 1.4 Datum: June 2014 PROCOS Professional Controlling Systems AG TABLE OF CONTENTS 1. Architecture

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that make up Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

System Requirements. SAS Activity-Based Management Deployment

System Requirements. SAS Activity-Based Management Deployment System Requirements SAS Activity-Based Management 7.11 This document provides the requirements for installing and running SAS Activity-Based Management. You must update your computer to meet the minimum

More information

Tools to Migrate Windows Applications

Tools to Migrate Windows Applications Tools to Migrate Windows Applications Microsoft Application Technologies Browser Based HTML Pages Created using Microsoft Front Page VB Scripts rendered by the browser Server Based Active Server Pages

More information

IBM WebSphere Application Server - Express, Version 5.1

IBM WebSphere Application Server - Express, Version 5.1 An express entry point to dynamic e-business IBM Express, Version 5.1 Highlights Offers a quick and affordable solution to develop, deploy and manage e-business applications Speeds application development

More information

Using SAS Enterprise Guide with the WIK

Using SAS Enterprise Guide with the WIK Using SAS Enterprise Guide with the WIK Philip Mason, Wood Street Consultants Ltd, United Kingdom ABSTRACT Enterprise Guide provides an easy to use interface to SAS software for users to create reports

More information

The SAS System Release 6.11 (TS051) ABI+ for Intel Architecture

The SAS System Release 6.11 (TS051) ABI+ for Intel Architecture System Requirements The SAS System Release 6.11 (TS051) ABI+ for Intel Architecture This document provides requirements for installing and running the SAS System on ABI+ for Intel Architecture system.

More information

Some software included in SAS Foundation may display a release number other than 9.2.

Some software included in SAS Foundation may display a release number other than 9.2. Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., SAS 9.2 Foundation System Requirements for Linux for Intel Architecture, Cary, NC: SAS Institute Inc.,

More information

SAS Foundation AIX

SAS Foundation AIX System Requirements SAS 9.1.2 Foundation AIX This document provides requirements for installing and running SAS 9.1.2 Foundation for AIX. You must update your system to meet the minimum requirements before

More information

Some software included in SAS Foundation may display a release number other than 9.2.

Some software included in SAS Foundation may display a release number other than 9.2. Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., SAS 9.2 Foundation System Requirements for AIX, Cary, NC: SAS Institute Inc., 2012. SAS 9.2 Foundation

More information

Service-Oriented Architecture (SOA)

Service-Oriented Architecture (SOA) Service-Oriented Architecture (SOA) SOA is a software architecture in which reusable services are deployed into application servers and then consumed by clients in different applications or business processes.

More information

System Requirements for SAS 9.3 Foundation for HP-UX

System Requirements for SAS 9.3 Foundation for HP-UX System Requirements for SAS 9.3 Foundation for HP-UX Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc., System Requirements for SAS 9.3 Foundation for

More information

System Requirements. SAS Activity-Based Management 7.2. Deployment

System Requirements. SAS Activity-Based Management 7.2. Deployment System Requirements SAS Activity-Based Management 7.2 This document provides the requirements for installing and running SAS Activity-Based Management. You must update your computer to meet the minimum

More information

Hyperion System 9 Financial Management release

Hyperion System 9 Financial Management release Hyperion System 9 Financial Management release 9.2.0.3 The Hyperion System 9 Financial Management release 9.2.0.3 Matrix includes support information for the following areas: Operating Systems o Server

More information

Expeditor Client for Desktop. Client Platform Overview

Expeditor Client for Desktop. Client Platform Overview Expeditor for Desktop Platform Overview Expeditor for Desktop Introduction Understand the client platform provided by IBM Lotus Expeditor for Desktop platform Expeditor for Desktop Contents This presentation

More information

Web Services Overview

Web Services Overview Web Services Overview Using Eclipse WTP Greg Hester Pacific Hi-Tech, Inc. greg.hester.pacifichitech.com 1 September 17, 2008 Agenda Web Services Concepts How Web Services are used Web Services tools in

More information

1Z Oracle. Java Enterprise Edition 5 Enterprise Architect Certified Master

1Z Oracle. Java Enterprise Edition 5 Enterprise Architect Certified Master Oracle 1Z0-864 Java Enterprise Edition 5 Enterprise Architect Certified Master Download Full Version : http://killexams.com/pass4sure/exam-detail/1z0-864 Answer: A, C QUESTION: 226 Your company is bidding

More information

From Development to Production with the IBM WebSphere Application Server Liberty Profile IBM Redbooks Solution Guide

From Development to Production with the IBM WebSphere Application Server Liberty Profile IBM Redbooks Solution Guide From Development to Production with the IBM WebSphere Application Server Liberty Profile IBM Redbooks Solution Guide IBM WebSphere Application Server is the runtime implementation of IBM of the Java Platform,

More information

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies

Database Systems: Design, Implementation, and Management Tenth Edition. Chapter 14 Database Connectivity and Web Technologies Database Systems: Design, Implementation, and Management Tenth Edition Chapter 14 Database Connectivity and Web Technologies Database Connectivity Mechanisms by which application programs connect and communicate

More information

ZOS15P1 - Rational Business Developper : Comment développer rapidement une application zos/db2 sans connaissance Cobol avec EGL et RBD

ZOS15P1 - Rational Business Developper : Comment développer rapidement une application zos/db2 sans connaissance Cobol avec EGL et RBD IBM Software Group ZOS15P1 - Rational Business Developper : Comment développer rapidement une application zos/db2 sans connaissance Cobol avec EGL et RBD What is EGL? IBM s high-level procedural programming

More information

IBM WebSphere Studio Asset Analyzer, Version 5.1

IBM WebSphere Studio Asset Analyzer, Version 5.1 Helping you quickly understand, enhance and maintain enterprise applications IBM, Version 5.1 Highlights n Provides interactive textual n Helps shorten the learning curve and graphic reports that help

More information

The SAS System Release 8.2 (TS2M0) AIX

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

More information

Cisco Information Server 6.2

Cisco Information Server 6.2 Data Sheet Cisco Information Server 6.2 At Pfizer, we have all the data integration tools that you can find on the market. But when senior execs come to me daily with key project/resource questions whose

More information

Introduction to WebSphere Development Studio for i5/os

Introduction to WebSphere Development Studio for i5/os Introduction to WebSphere Development Studio for i5/os Alison Butterill butteril@ca.ibm.com i want stress-free IT. i want control. Simplify IT Table of Contents 1. Background 2. Rational Development Tools

More information

System Requirements for SAS 9.3 Foundation for HP-UX for the Itanium Processor Family Architecture

System Requirements for SAS 9.3 Foundation for HP-UX for the Itanium Processor Family Architecture System Requirements for SAS 9.3 Foundation for HP-UX for the Itanium Processor Family Architecture Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute Inc.,

More information

The SAS System Release 8.2 (TS2M0) ABI+ for Intel Architecture

The SAS System Release 8.2 (TS2M0) ABI+ for Intel Architecture System Requirements The SAS System Release 8.2 (TS2M0) ABI+ for Intel Architecture This document provides requirements for installing and running the SAS System on ABI+ for Intel Architecture compliant

More information

Oracle. Exam Questions 1z Java Enterprise Edition 5 Web Services Developer Certified Professional Upgrade Exam. Version:Demo

Oracle. Exam Questions 1z Java Enterprise Edition 5 Web Services Developer Certified Professional Upgrade Exam. Version:Demo Oracle Exam Questions 1z0-863 Java Enterprise Edition 5 Web Services Developer Certified Professional Upgrade Exam Version:Demo 1.Which two statements are true about JAXR support for XML registries? (Choose

More information

Enterprise Guide Version 2.0 for Windows

Enterprise Guide Version 2.0 for Windows System Requirements Enterprise Guide Version 2.0 for This document provides requirements for installing and running Enterprise Guide software. You must update your system to meet the minimum requirements

More information

Appendix A - Glossary(of OO software term s)

Appendix A - Glossary(of OO software term s) Appendix A - Glossary(of OO software term s) Abstract Class A class that does not supply an implementation for its entire interface, and so consequently, cannot be instantiated. ActiveX Microsoft s component

More information

Administrator for Enterprise Clients: User s Guide. Second Edition

Administrator for Enterprise Clients: User s Guide. Second Edition Administrator for Enterprise Clients: User s Guide Second Edition The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2002. Administrator for Enterprise Clients: User s

More information

Chapter 8 Web Services Objectives

Chapter 8 Web Services Objectives Chapter 8 Web Services Objectives Describe the Web services approach to the Service- Oriented Architecture concept Describe the WSDL specification and how it is used to define Web services Describe the

More information

Crystal Reports Family of Offerings

Crystal Reports Family of Offerings SAP Solution in Detail Crystal Reports Crystal Reports Family of Offerings Versatile Solutions for Developers For over 15 years, the Crystal Reports family of offerings has provided integrated reporting

More information

Part 1. An Introduction to SAS/IntrNet Software. Chapter 1 Overview of SAS/IntrNet and Related Technologies 3

Part 1. An Introduction to SAS/IntrNet Software. Chapter 1 Overview of SAS/IntrNet and Related Technologies 3 Part 1 An Introduction to SAS/IntrNet Software Chapter 1 Overview of SAS/IntrNet and Related Technologies 3 SAS/IntrNet software opens SAS to the Internet, extranet, or intranet. Specifically, this software

More information

Application Integration with WebSphere Portal V7

Application Integration with WebSphere Portal V7 Application Integration with WebSphere Portal V7 Rapid Portlet Development with WebSphere Portlet Factory IBM Innovation Center Dallas, TX 2010 IBM Corporation Objectives WebSphere Portal IBM Innovation

More information

Integration Technologies

Integration Technologies Integration Technologies 47 4 Integration Technologies Chapter 3 provided an introduction to integration concepts, described integration roles within the enterprise, and defined integration methods providing

More information

The SAS System Release 8.2 (TS2M0) OS/2

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

More information

AD105 Introduction to Application Development for the IBM Workplace Managed Client

AD105 Introduction to Application Development for the IBM Workplace Managed Client AD105 Introduction to Application Development for the IBM Workplace Managed Client Rama Annavajhala, IBM Workplace Software, IBM Software Group Sesha Baratham, IBM Workplace Software, IBM Software Group

More information