Stored Processes. Laki Kourakis Manager, Education Services. Copyright 2006, SAS Institute Inc. All rights reserved.

Size: px
Start display at page:

Download "Stored Processes. Laki Kourakis Manager, Education Services. Copyright 2006, SAS Institute Inc. All rights reserved."

Transcription

1 Stored Processes Laki Kourakis Manager, Education Services

2 Agenda Past, Present & Future: Define Stored Processes Discuss benefits Describe creation and execution Execute Stored Processs from BI environments Use EG to Create Stored Process

3 3

4

5

6 Software Visionaries In Their Pre mogul Formative Years

7 Early SAS S History Jim Barr Jim Goodnight John Sall Jane Helwig 1966 SAS structure and language con nceived by Jim Barr 1968 Barr & Goodnight integrate multi iple regression and ANOVA into SAS 1971 SAS use at universities begins SAS 72 is delivered to market John Sall joins, adding econome etrics, time series, and matrix algebra 1976 SAS Institute is incorporated by Jim, Jim, John and Jane. Students ponder the meaning of JCL.

8 Starting out Strong: SAS S on the IBM mainframe

9 A fetching and unfor rgettable color palette SAS SAS 6.09 Usability Ex xperience circa 1990

10 SAS has evolv ved cons siderably since however.. 10

11 SAS Today 35 yea ars after SAS million users worldwide 43,000 customer sites 111 countries 400 offices in 51 countries 10,244 employees 2006 revenue $1.9 billion 24% of revenue invested in R& &D Still privately held

12

13 Base SAS & The SAS Lan nguage Still Relevant, Still Elegant, Still Stunningly Awesome! Most powerful 4 th Generation Language in the world 41 years of development and investment Extract, manipulate, analyze, format, report using 900 functions and 300 procedures Platform agnostic 35 hosts SAS programs represent business s, statistical and analytic processes and are a valuable tangible ass set containing expert knowledge

14 SAS Audience Befo ore Large% Small% Information Consumers Do omain Experts Power User Business Analyst Info Tech Web Repo ort Viewing Information Deliv very Framework Web Reporting Power Reporting Analytic Reporting 14

15 SAS Audience potential exploded Large% Information Consumers Small% Domain Experts Power User Business Analyst Info Tech Web Report Viewing Web Reporting Power Reporting Analytic Reporting Information Delivery Framework

16 With its complete offering you can provide the capabilities for everyone using SAS

17 What is a Stored Process? A SAS program Hosted on a server and described by metadata Executed by many of th he new applications in the SAS 9 Enterprise Intelligence Platform

18 Capabilities of Stored Processes SAS ODS Output SA AS Sto ored Proc cess Results Package SAS Data Sources SAS Catalog Entry E mail External Files

19 Advantages of Stored Processes Can be invoked by end users Can accept user input parameters for dynamic execution Code is not embedded into client applications, so can be invoked from multiple applications Security and application integrity ensured through Metadata Accessed on demand so changes are immediately reflected

20 Stored Process Execution SAS Add In for Microsoft Office SAS Enterprise Guide SAS Information Delivery Portal SAS Web Report Studio < Parameters > Metadata Server Stored Process Server.SASS

21 Stored Process Macros *ProcessBody; co Initiates input parameter processing (if any exist) %STPBEGIN Initializes the Output Delivery System (ODS) to generate output from the stored process %STPEND omment Terminates ODS processing and completes delivery of the output to the client or other destinations

22 How are they created? Create Stored Process Write or modify.sas program, using Base SAS, Enterprise Guide, etc., including Stored Process Macros Register the Metadata Management Console, or Enterprise Guide Run the Stored Processs Test and Modify as required

23 Stored Process Syntax libname orionstp meta port=8561 protocol=bridge library= SP_Orion" repname="foundation"; *ProcessBody; %stpbegin; %stpend; Program code goes here

24 What Does a Stored Process Look Like? This is the original SASS program: proc report data=orionstp.sp_customer_orders nowd; where product_name contains "Women"; title "Shoe Sales by Country"; title2 'Criteria: Product_Name contains "Women"'; column Customer_Country Total_Retail_Price; define Customer_Country / group "Country"; define Total_Retail_Price / sum f=comma9.2 "Retail Price"; rbreak after / summarize; run;

25 What Does a Stored Process Look Like? This stored process was converted from the previous program: *ProcessBody; %stpbegin; proc report data=orionstp..sp_customer_orders nowd; where product_name contains "Women"; title "Shoe Sales by Country"; title2 'Criteria: Product_Name contains "Women"'; column Customer_Country Total_Retail_Price; define Customer_Country / group "Country"; define Total_Retail_Price / sum f=comma9.2 "Retail Price"; rbreak after / summarize; run; %stpend;

26 But is that all?

27 SAS Canada Education Service offerings On top of Onsite training, we also offer: Live Web classes Self paced e Learning Mentoring Public Training

28 Demonstrations Execute Stored Processs Investigate Components Create Stored Processe es in EG Leverage MS Office with Stored Processes

29 Laki Kourakis Manager, Education Services

ABSTRACT. Paper

ABSTRACT. Paper Paper 355-2009 Dynamic Prompts Make Data Cascading Easy: Introducing New Features in SAS 9.2 Prompt Framework LanChien Hsueh and Diane Hatcher, SAS Institute Inc., Cary, NC ABSTRACT The SAS 9.2 prompt

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

Education Brochure. Education. Accelerate your path to business discovery. qlik.com

Education Brochure. Education. Accelerate your path to business discovery. qlik.com Education Education Brochure Accelerate your path to business discovery Qlik Education Services offers expertly designed coursework, tools, and programs to give your organization the knowledge and skills

More information

Give m Their Way They ll Love it! Sarita Prasad Bedge, Family Care Inc., Portland, Oregon

Give m Their Way They ll Love it! Sarita Prasad Bedge, Family Care Inc., Portland, Oregon Give m Their Way They ll Love it! Sarita Prasad Bedge, Family Care Inc., Portland, Oregon ABSTRACT As many of us know, many users prefer their SAS data in MS Excel spreadsheet. And many of us also may

More information

Purchase this book at

Purchase this book at Chapter 2 2 Creating Simple Stored Processes BASE SAS gives programmers the exponential ability to query and report about data from their desktops; however, this limitation means that a user can access

More information

Index. Purchase this book at

Index. Purchase this book at Index action, 55 background, 57, 108 data, 58 newwindow, 58 nobanner, 56, 58 notimer, 56 program, 56 properties, 56 tree, 55 XML, 4 ActiveX Image, 48 Add-in for Microsoft Office, 1, 89 Excel as data source,

More information

SAS Information Map Studio 3.1: Tips and Techniques

SAS Information Map Studio 3.1: Tips and Techniques SAS Information Map Studio 3.1: Tips and Techniques The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Information Map Studio 3.1: Tips and Techniques. Cary,

More information

New (Useful & Cool) Features of Enterprise Guide 4.3

New (Useful & Cool) Features of Enterprise Guide 4.3 New (Useful & Cool) Features of Enterprise Guide 4.3 James Waite SAS Training Specialist (BI) Agenda Focus of Enhancements Programming Features Great references Demo Q & A Focus of Enhancements Some interface

More information

A SAS/AF Application for Parallel Extraction, Transformation, and Scoring of a Very Large Database

A SAS/AF Application for Parallel Extraction, Transformation, and Scoring of a Very Large Database Paper 11 A SAS/AF Application for Parallel Extraction, Transformation, and Scoring of a Very Large Database Daniel W. Kohn, Ph.D., Torrent Systems Inc., Cambridge, MA David L. Kuhn, Ph.D., Innovative Idea

More information

PREREQUISITES FOR EXAMPLES

PREREQUISITES FOR EXAMPLES 212-2007 SAS Information Map Studio and SAS Web Report Studio A Tutorial Angela Hall, Zencos Consulting LLC, Durham, NC Brian Miles, Zencos Consulting LLC, Durham, NC ABSTRACT Find out how to provide the

More information

Running a Stored Process by Querying Metadata Server

Running a Stored Process by Querying Metadata Server Running a Stored Process by Querying Metadata Server Ian J. Ghent, Credit Risk Manager Bell Canada June 3, 2009 Stored Processes Overview Standard interface to SAS code which allows execution/output to

More information

Techdata Solution. SAS Analytics (Clinical/Finance/Banking)

Techdata Solution. SAS Analytics (Clinical/Finance/Banking) +91-9702066624 Techdata Solution Training - Staffing - Consulting Mumbai & Pune SAS Analytics (Clinical/Finance/Banking) What is SAS SAS (pronounced "sass", originally Statistical Analysis System) is an

More information

SAS ENTERPRISE GUIDE USER INTERFACE

SAS ENTERPRISE GUIDE USER INTERFACE Paper 294-2008 What s New in the 4.2 releases of SAS Enterprise Guide and the SAS Add-In for Microsoft Office I-kong Fu, Lina Clover, and Anand Chitale, SAS Institute Inc., Cary, NC ABSTRACT SAS Enterprise

More information

Best Practices for Implementing a BI Strategy With SAS

Best Practices for Implementing a BI Strategy With SAS Business Analytics Best Practices for Implementing a BI Strategy With SAS Mike Vanderlinden, Experis IT Portage, Michigan An Experis IT Technical Brief Abstract Implementing a Business Intelligence strategy

More information

Big Data Executive Program

Big Data Executive Program Big Data Executive Program Big Data Executive Program Business Visualization for Big Data (BV) SAS Visual Analytics help people see things that were not obvious to them before. Even when data volumes are

More information

SAS. Information Map Studio 3.1: Creating Your First Information Map

SAS. Information Map Studio 3.1: Creating Your First Information Map SAS Information Map Studio 3.1: Creating Your First Information Map The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2006. SAS Information Map Studio 3.1: Creating Your

More information

I KNOW HOW TO PROGRAM IN SAS HOW DO I NAVIGATE SAS ENTERPRISE GUIDE?

I KNOW HOW TO PROGRAM IN SAS HOW DO I NAVIGATE SAS ENTERPRISE GUIDE? Paper HOW-068 A SAS Programmer s Guide to the SAS Enterprise Guide Marje Fecht, Prowerk Consulting LLC, Cape Coral, FL Rupinder Dhillon, Dhillon Consulting Inc., Toronto, ON, Canada ABSTRACT You have been

More information

CA Test Data Manager Key Scenarios

CA Test Data Manager Key Scenarios WHITE PAPER APRIL 2016 CA Test Data Manager Key Scenarios Generate and secure all the data needed for rigorous testing, and provision it to highly distributed teams on demand. Muhammad Arif Application

More information

Solutions for Rising Video Surveillance Storage Demands

Solutions for Rising Video Surveillance Storage Demands IHS TECHNOLOGY FEBRUARY 2016 Solutions for Rising Video Surveillance Storage Demands Josh Woodhouse, Senior Analyst, Video Surveillance TABLE OF CONTENTS The Video Surveillance Market... 2 Options and

More information

Cisco Digital Media System: Simply Compelling Communications

Cisco Digital Media System: Simply Compelling Communications Cisco Digital Media System: Simply Compelling Communications Executive Summary The Cisco Digital Media System enables organizations to use high-quality digital media to easily connect customers, employees,

More information

STAT 3304/5304 Introduction to Statistical Computing. Introduction to SAS

STAT 3304/5304 Introduction to Statistical Computing. Introduction to SAS STAT 3304/5304 Introduction to Statistical Computing Introduction to SAS What is SAS? SAS (originally an acronym for Statistical Analysis System, now it is not an acronym for anything) is a program designed

More information

How Managers and Executives Can Leverage SAS Enterprise Guide

How Managers and Executives Can Leverage SAS Enterprise Guide Paper 8820-2016 How Managers and Executives Can Leverage SAS Enterprise Guide ABSTRACT Steven First and Jennifer First-Kluge, Systems Seminar Consultants, Inc. SAS Enterprise Guide is an extremely valuable

More information

Test bank for accounting information systems 1st edition by richardson chang and smith

Test bank for accounting information systems 1st edition by richardson chang and smith Test bank for accounting information systems 1st edition by richardson chang and smith Chapter 04 Relational Databases and Enterprise Systems True / False Questions 1. Three types of data models used today

More information

SAS Enterprise Guide and Add-In for Microsoft Office Hands-on Workshop

SAS Enterprise Guide and Add-In for Microsoft Office Hands-on Workshop SAS Enterprise Guide and Add-In for Microsoft Office Hands-on Workshop SAS Australia and New Zealand V2.1 1-2 Chapter 1 SAS Enterprise Guide and Add-In for Microsoft Office Hands-on Workshop Chapter 1

More information

OLAP Drill-through Table Considerations

OLAP Drill-through Table Considerations Paper 023-2014 OLAP Drill-through Table Considerations M. Michelle Buchecker, SAS Institute, Inc. ABSTRACT When creating an OLAP cube, you have the option of specifying a drill-through table, also known

More information

Transitioning from Batch and Interactive SAS to SAS Enterprise Guide Brian Varney, Experis Business Analytics, Portage, MI

Transitioning from Batch and Interactive SAS to SAS Enterprise Guide Brian Varney, Experis Business Analytics, Portage, MI Paper BI-05-2013 Transitioning from Batch and Interactive SAS to SAS Enterprise Guide Brian Varney, Experis Business Analytics, Portage, MI ABSTRACT Although the need for access to data and analytical

More information

Siebel 8.1.x Fundamentals Student Guide

Siebel 8.1.x Fundamentals Student Guide Siebel 8.1.x Fundamentals Student Guide D72466GC10 Edition 1.0 April 2011 Part Number - Applied Copyright 2011, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

Banner ODS Overview. Data Snapshots Based on Dates and Events Data Sets Frozen for Point in Time Historic, Trend Reporting Analytics. Admin.

Banner ODS Overview. Data Snapshots Based on Dates and Events Data Sets Frozen for Point in Time Historic, Trend Reporting Analytics. Admin. Banner ODS Overview Banner ODS Overview Opportunity for More Consistent Reporting Results. Common Data Source Common Business Concepts Banner Operational Data Store (ODS): Ad-hoc querying and daily reporting.

More information

Self-Service Data Preparation for Qlik. Cookbook Series Self-Service Data Preparation for Qlik

Self-Service Data Preparation for Qlik. Cookbook Series Self-Service Data Preparation for Qlik Self-Service Data Preparation for Qlik What is Data Preparation for Qlik? The key to deriving the full potential of solutions like QlikView and Qlik Sense lies in data preparation. Data Preparation is

More information

NEW FEATURES OF ENTERPRISE GUIDE 6.1 MATT MALCZEWSKI, SAS CANADA

NEW FEATURES OF ENTERPRISE GUIDE 6.1 MATT MALCZEWSKI, SAS CANADA NEW FEATURES OF ENTERPRISE GUIDE 6.1 MATT MALCZEWSKI, SAS CANADA AGENDA NEW FEATURES FOR General Users SAS Programmers Data Analysts Miscellaneous New Tasks FYI Enterprise Guide 6.1 is compatible with

More information

Paper HOW-06. Tricia Aanderud, And Data Inc, Raleigh, NC

Paper HOW-06. Tricia Aanderud, And Data Inc, Raleigh, NC Paper HOW-06 Building Your First SAS Stored Process Tricia Aanderud, And Data Inc, Raleigh, NC ABSTRACT Learn how to convert a simple SAS macro into three different stored processes! Using examples from

More information

An Introduction to PROC REPORT

An Introduction to PROC REPORT Paper BB-276 An Introduction to PROC REPORT Kirk Paul Lafler, Software Intelligence Corporation, Spring Valley, California Abstract SAS users often need to create and deliver quality custom reports and

More information

Stored Processes What are they and how can they be used? Adam Player (Nerd)

Stored Processes What are they and how can they be used? Adam Player (Nerd) Stored Processes What are they and how can they be used? Adam Player (Nerd) Oracle DB2 Operation al data sources SAP XLS Text... Data Nerd Business Analyst Management Data Integration Oracle DB2 SAP Data

More information

SAS 9.3 Stored Processes

SAS 9.3 Stored Processes SAS 9.3 Stored Processes Developer's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc 2011. SAS 9.3 Stored Processes: Developer s Guide. Cary,

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

Guide Users along Information Pathways and Surf through the Data

Guide Users along Information Pathways and Surf through the Data Guide Users along Information Pathways and Surf through the Data Stephen Overton, Overton Technologies, LLC, Raleigh, NC ABSTRACT Business information can be consumed many ways using the SAS Enterprise

More information

SAS Information Map Studio 2.1: Tips and Techniques

SAS Information Map Studio 2.1: Tips and Techniques SAS Information Map Studio 2.1: Tips and Techniques The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2005. SAS Information Map Studio 2.1: Tips and Techniques. Cary,

More information

SAS Forecast Server 3.1. Administrator s Guide to Report Administration Tasks

SAS Forecast Server 3.1. Administrator s Guide to Report Administration Tasks SAS Forecast Server 3.1 Administrator s Guide to Report Administration Tasks The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2009. SAS Forecast Server 3.1: Administrator

More information

CIO Update: Gartner s Storage Services Magic Quadrant

CIO Update: Gartner s Storage Services Magic Quadrant IGG-04302003-04 A. Couture, R. Passmore Article 30 April 2003 CIO Update: Gartner s Storage Services Magic Quadrant Gartner has developed its first North American Storage Services Magic Quadrant. Storage

More information

Version 11

Version 11 The Big Challenges Networked and Electronic Media European Technology Platform The birth of a new sector www.nem-initiative.org Version 11 1. NEM IN THE WORLD The main objective of the Networked and Electronic

More information

Cisco Enterprise Agreement

Cisco Enterprise Agreement PSODGT-1076 Cisco Enterprise Agreement John Marshall, Global Director: Cisco Enterprise Agreement strategy Vinay Nichani, WW Software Sales Cisco Spark How Questions? Use Cisco Spark to communicate with

More information

Data Virtualization for the Enterprise

Data Virtualization for the Enterprise Data Virtualization for the Enterprise New England Db2 Users Group Meeting Old Sturbridge Village, 1 Old Sturbridge Village Road, Sturbridge, MA 01566, USA September 27, 2018 Milan Babiak Client Technical

More information

What s New IBM Multi-Channel Feature Pack 2 for IBM Web Experience Factory 8.0.x IBM Corporation

What s New IBM Multi-Channel Feature Pack 2 for IBM Web Experience Factory 8.0.x IBM Corporation What s New IBM Multi-Channel Feature Pack 2 for IBM Web Experience Factory 8.0.x 2013 IBM Corporation Leaders leverage social business for a competitive advantage IBM MobileFirst As a mobile enterprise,

More information

20777A: Implementing Microsoft Azure Cosmos DB Solutions

20777A: Implementing Microsoft Azure Cosmos DB Solutions 20777A: Implementing Microsoft Azure Solutions Course Details Course Code: Duration: Notes: 20777A 3 days This course syllabus should be used to determine whether the course is appropriate for the students,

More information

Smarter Computing at Sogeti

Smarter Computing at Sogeti Smarter Computing at Sogeti How IBM Smarter Computing technologies enabled a leading global IT service provider to address emerging business needs Introduction: New IT challenges in a changing world The

More information

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information.

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information. INFORMATION SYSTEM LESSON 41 DATA, INFORMATION AND INFORMATION SYSTEM SMK Sultan Yahya Petra 1 DATA Data and information are used in our daily life. Each type of data has its own importance that contribute

More information

SAS offers technology to facilitate working with CDISC standards : the metadata perspective.

SAS offers technology to facilitate working with CDISC standards : the metadata perspective. SAS offers technology to facilitate working with CDISC standards : the metadata perspective. Mark Lambrecht, PhD Principal Consultant, Life Sciences SAS Agenda SAS actively supports CDISC standards Tools

More information

The EDW: An Overview For Foothill-De Anza Community College District

The EDW: An Overview For Foothill-De Anza Community College District The EDW: An Overview For Foothill-De Anza Community College District R. Joanne Keys, SunGard Higher Education October, 2009 1 The Agenda Objective: Set the stage for a successful implementation of the

More information

Windows 10 IoT Overview. Microsoft Corporation

Windows 10 IoT Overview. Microsoft Corporation Windows 10 IoT Overview Microsoft Corporation 25 $7.2 BILLION TRILLION Connected things will by 2020 be in use by 2020 worldwide market for IoT solutions IDC: Worldwide and Regional Internet of Things

More information

Ecommerce Solutions Case Studies

Ecommerce Solutions Case Studies Ecommerce Solutions Case Studies Index 1) Online Jewellery Store 2) Kentico Solutions to Pharmaceutical Company 3) Mobile & Accessories Selling Portal 4) NopCommerce Website Development 5) Magento Website

More information

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [MS20461]: Querying Microsoft SQL Server 2014 Length : 5 Days Audience(s) : IT Professionals Level : 300 Technology : SQL Server Delivery Method : Instructor-led (Classroom) Course Overview This 5-day

More information

20461D: Querying Microsoft SQL Server

20461D: Querying Microsoft SQL Server 20461D: Querying Microsoft SQL Server Course Details Course Code: Duration: Notes: 20461D 5 days This course syllabus should be used to determine whether the course is appropriate for the students, based

More information

From Hours to a Few Seconds

From Hours to a Few Seconds From Hours to a Few Seconds Palle Severinsen Nykredit Data Georg Morsing SAS Institute Presentation of the author Palle Severinsen! Departmental head in Nykredit, IT- Department! Responsible for developing

More information

SQUIZ SUMMIT. Architecting a content personalisation and optimisation solution

SQUIZ SUMMIT. Architecting a content personalisation and optimisation solution SQUIZ SUMMIT 2018 Architecting a content personalisation and optimisation solution Chris Grist Head of Solution Architecture Introduction Different organisations have different needs when it comes to personalisation

More information

Paper ###-YYYY. SAS Enterprise Guide: A Revolutionary Tool! Jennifer First, Systems Seminar Consultants, Madison, WI

Paper ###-YYYY. SAS Enterprise Guide: A Revolutionary Tool! Jennifer First, Systems Seminar Consultants, Madison, WI Paper ###-YYYY SAS Enterprise Guide: A Revolutionary Tool! Jennifer First, Systems Seminar Consultants, Madison, WI ABSTRACT Whether you are a novice or a pro with SAS, Enterprise Guide has something for

More information

Big Data Analytics for Intelligent Backhaul Networks

Big Data Analytics for Intelligent Backhaul Networks Big Data Analytics for Intelligent Backhaul Networks Taking advantage of network insight in the world of SDN Petar Djukic Office of the CTO November 2015 Copyright Ciena Corporation 2015. All rights reserved.

More information

Micro Focus Partner Program. For Resellers

Micro Focus Partner Program. For Resellers Micro Focus Partner Program For Resellers Contents Micro Focus Today About Micro Focus Our solutions for digital transformation Products and Solutions Program Membership Tiers Become a Portfolio Expert

More information

Beyond Query/400: Leap into Business Intelligence with DB2 Web Query

Beyond Query/400: Leap into Business Intelligence with DB2 Web Query Beyond Query/400: Leap into Business Intelligence with DB2 Web Query Jarek Miszczyk ISV Solutions Enablement, IBM DB2 for i Team Rochester, MN USA 8 Copyright IBM Corporation, 2008. All Rights Reserved.

More information

Table of Contents Chapter 1: Getting Started System requirements and specifications Setting up an IBM Cognos portal Chapter 2: Roambi Publisher

Table of Contents Chapter 1: Getting Started System requirements and specifications Setting up an IBM Cognos portal Chapter 2: Roambi Publisher Table of Contents Chapter 1: Getting Started 7 Roambi workflow 7 System requirements and specifications 8 Supported versions of IBM Cognos 8 Single sign-on support 8 Setting up an IBM Cognos portal 8 Chapter

More information

Microsoft Querying Microsoft SQL Server 2014

Microsoft Querying Microsoft SQL Server 2014 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20461 - Querying Microsoft SQL Server 2014 Length 5 days Price $4290.00 (inc GST) Version D Overview Please note: Microsoft have released a new course which

More information

WatchGuard Technologies

WatchGuard Technologies 1 WatchGuard Technologies Andrés A. Buendía Ucrós Master Sales Engineer Caribbean & LatinAmerica 2 About WatchGuard Who We Are Mission: To bring widely deployable, enterprise-grade security to small and

More information

The Evolution of SAP HANA and 10 Considerations for Projects with SAP HANA

The Evolution of SAP HANA and 10 Considerations for Projects with SAP HANA The Evolution of SAP HANA and 10 Considerations for Projects with SAP HANA Alison Bessho Director, HANA Solutions June, 2014 Copyright 2012 NTT DATA, Inc. Agenda NTT Data at a Glance The Evolution of SAP

More information

From Single Purpose to Multi Purpose Data Lakes. Thomas Niewel Technical Sales Director DACH Denodo Technologies March, 2019

From Single Purpose to Multi Purpose Data Lakes. Thomas Niewel Technical Sales Director DACH Denodo Technologies March, 2019 From Single Purpose to Multi Purpose Data Lakes Thomas Niewel Technical Sales Director DACH Denodo Technologies March, 2019 Agenda Data Lakes Multiple Purpose Data Lakes Customer Example Demo Takeaways

More information

Data Mining: Approach Towards The Accuracy Using Teradata!

Data Mining: Approach Towards The Accuracy Using Teradata! Data Mining: Approach Towards The Accuracy Using Teradata! Shubhangi Pharande Department of MCA NBNSSOCS,Sinhgad Institute Simantini Nalawade Department of MCA NBNSSOCS,Sinhgad Institute Ajay Nalawade

More information

Introducing Oracle R Enterprise 1.4 -

Introducing Oracle R Enterprise 1.4 - Hello, and welcome to this online, self-paced lesson entitled Introducing Oracle R Enterprise. This session is part of an eight-lesson tutorial series on Oracle R Enterprise. My name is Brian Pottle. I

More information

The ROI of UI Toolkit Standardization

The ROI of UI Toolkit Standardization The ROI of UI Toolkit Standardization Whitepaper Introduction 1 Buy vs. Build 2 The ROI of Standardization 3 The ROI of Infragistics as your UX Team 3-4 Leveraged Learning 4 The Overall Value of Standardization

More information

Querying Microsoft SQL Server

Querying Microsoft SQL Server 20461 - Querying Microsoft SQL Server Duration: 5 Days Course Price: $2,975 Software Assurance Eligible Course Description About this course This 5-day instructor led course provides students with the

More information

QMF Analytics v11: Not Your Green Screen QMF

QMF Analytics v11: Not Your Green Screen QMF QMF Analytics v11: Not Your Green Screen QMF Central Ohio Db2 Users Group CODUG December 5, 2017 Roger Midgette The Fillmore Group Frank Fillmore The Fillmore Group Doug Anderson Rocket Software roger.midgette@thefillmoregroup.com

More information

SAS IT Resource Management 3.8: Reporting Guide

SAS IT Resource Management 3.8: Reporting Guide SAS IT Resource Management 3.8: Reporting Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2017. SAS IT Resource Management 3.8: Reporting Guide.

More information

What is Liferay and why do we need it? Vy Bui

What is Liferay and why do we need it? Vy Bui What is Liferay and why do we need it? Vy Bui Today s agenda Introduction What is Liferay? Why should developers care about Liferay? What is Liferay as a CMS? How to use some cool features to achieve the

More information

About Us! September, 2007 Information Security or Ethical Hacking,

About Us! September, 2007 Information Security or Ethical Hacking, About Us! INNOBUZZ is privately owned Indian company based out of New Delhi, India which has been providing High Technology Training and Knowledge Based Solutions since September, 2007. Innobuzz has grown

More information

Why Relational Databases? Relational databases allow for the storage and analysis of large amounts of data.

Why Relational Databases? Relational databases allow for the storage and analysis of large amounts of data. DATA 301 Introduction to Data Analytics Relational Databases Dr. Ramon Lawrence University of British Columbia Okanagan ramon.lawrence@ubc.ca DATA 301: Data Analytics (2) Why Relational Databases? Relational

More information

Automation, DevOps, and the Demands of a Multicloud World in the Telecommunications Industry

Automation, DevOps, and the Demands of a Multicloud World in the Telecommunications Industry Automation, DevOps, and the Demands of a Multicloud World in the Telecommunications Industry An IDC InfoBrief, Sponsored by Red Hat March 2018 Sponsored by Red Hat Page 1 Methodology In September, 2017

More information

CELLULAR M2M DEVICE CONNECTIONS AND REVENUE: WORLDWIDE TRENDS AND FORECASTS

CELLULAR M2M DEVICE CONNECTIONS AND REVENUE: WORLDWIDE TRENDS AND FORECASTS analysysmason.com RESEARCH FORECAST REPORT CELLULAR M2M DEVICE CONNECTIONS AND REVENUE: WORLDWIDE TRENDS AND FORECASTS 2015 2025 MICHELE MACKENZIE Analysys Mason Limited 2016 About this report This report

More information

Configuring SAS Web Report Studio Releases 4.2 and 4.3 and the SAS Scalable Performance Data Server

Configuring SAS Web Report Studio Releases 4.2 and 4.3 and the SAS Scalable Performance Data Server TS-807 Configuring SAS Web Report Studio Releases 4.2 and 4.3 and the SAS Scalable Performance Data Server Leveraging Large Amounts of SAS Performance Scalable Data Server Data in Your SAS Web Report Studio

More information

SAS STUDIO. JUNE 2014 PRESENTER: MARY HARDING Education SAS Canada. Copyr i g ht 2014, SAS Ins titut e Inc. All rights res er ve d.

SAS STUDIO. JUNE 2014 PRESENTER: MARY HARDING Education SAS Canada. Copyr i g ht 2014, SAS Ins titut e Inc. All rights res er ve d. JUNE 2014 PRESENTER: MARY HARDING Education SAS Canada NEW SAS PROGRAMMING ENVIRONMENT Available Consistent Assistive AVAILABLE THROUGH ALL MODERN WEB BROWSERS Available Consistent Assistive ONE INTERFACE

More information

Querying Data with Transact SQL Microsoft Official Curriculum (MOC 20761)

Querying Data with Transact SQL Microsoft Official Curriculum (MOC 20761) Querying Data with Transact SQL Microsoft Official Curriculum (MOC 20761) Course Length: 3 days Course Delivery: Traditional Classroom Online Live MOC on Demand Course Overview The main purpose of this

More information

3 - Welcome. 4 - Your Success Begins Here Microsoft IT Academy. 7 - IBM Training. 8 - VMware Training. 9 - HP and Symantec Training

3 - Welcome. 4 - Your Success Begins Here Microsoft IT Academy. 7 - IBM Training. 8 - VMware Training. 9 - HP and Symantec Training 3 - Welcome 4 - Your Success Begins Here 5-6 - Microsoft IT Academy 7 - IBM Training 8 - VMware Training 9 - HP and Symantec Training 10 - Citrix Training 10 - Flexi Credits 11 - Our Partner Portfolio

More information

Accelerating Citizen Access with Portals

Accelerating Citizen Access with Portals Accelerating Citizen Access with Portals Allen Hy Cheung, Senior IT Specialist, Lotus Software, IBM Software Group Agenda Business Unit or Product Name Internet Portal as a Driver What Portal can help

More information

Solutions Overview. Nortel Networks. Preside. Next-Generation Management Solutions

Solutions Overview. Nortel Networks. Preside. Next-Generation Management Solutions Solutions Overview Nortel Networks Next-Generation Management Solutions Giving Service Providers a View to the Future Today A place where you can......rapidly create new services...attract new customers...discover

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Computers Are Your Future Databases and Information Systems Slide 2 What You Will Learn About The potential uses of a database program The basic components of a database The differences

More information

Differentiate Your Business with Oracle PartnerNetwork. Specialized. Recognized by Oracle. Preferred by Customers.

Differentiate Your Business with Oracle PartnerNetwork. Specialized. Recognized by Oracle. Preferred by Customers. Differentiate Your Business with Oracle PartnerNetwork Specialized. Recognized by Oracle. Preferred by Customers. OPN Specialized Recognized by Oracle. Preferred by Customers. Joining Oracle PartnerNetwork

More information

Using Metadata Queries To Build Row-Level Audit Reports in SAS Visual Analytics

Using Metadata Queries To Build Row-Level Audit Reports in SAS Visual Analytics SAS6660-2016 Using Metadata Queries To Build Row-Level Audit Reports in SAS Visual Analytics ABSTRACT Brandon Kirk and Jason Shoffner, SAS Institute Inc., Cary, NC Sensitive data requires elevated security

More information

DaaS Market Report Workspace Services and Desktops-as-a-Service Global Market Trends: The Service Provider Perspective

DaaS Market Report Workspace Services and Desktops-as-a-Service Global Market Trends: The Service Provider Perspective DaaS Market Report 2017 2017 Workspace Services and Desktops-as-a-Service Global Market Trends: The Service Provider Perspective Survey shows jump in traditional Value Added Resellers (VARs) embracing

More information

SALESFORCE CERTIFIED SALES CLOUD CONSULTANT

SALESFORCE CERTIFIED SALES CLOUD CONSULTANT Certification Exam Guide SALESFORCE CERTIFIED SALES CLOUD CONSULTANT Winter 18 2017 Salesforce.com, inc. All rights reserved. S ALESFORCE CERTIFIED SALES CLOUD CONSULTANT CONTENTS About the Salesforce

More information

M2M device connections and revenue: worldwide forecast

M2M device connections and revenue: worldwide forecast Research Forecast Report M2M device connections and revenue: worldwide forecast 2013 2023 August 2013 Morgan Mullooly and Steve Hilton 2 Contents Slide no. 5. About this report 6. Executive summary 7.

More information

Summary Slide. SAS 9.1 and AstraZeneca Agenda EA program Pre-requisites Migration Activities Applications to migrate Strategies Migrating as-is

Summary Slide. SAS 9.1 and AstraZeneca Agenda EA program Pre-requisites Migration Activities Applications to migrate Strategies Migrating as-is Summary Slide SAS 9. and AstraZeneca Agenda EA program Pre-requisites Migration Activities Applications to migrate Strategies Migrating as-is Summary Slide (cont.) Migrating the application Migrating the

More information

The OLAPCONTENTS Procedure Shine the light onto your OLAP Cubes Jerry Copperthwaite, SAS Institute, Cary, NC

The OLAPCONTENTS Procedure Shine the light onto your OLAP Cubes Jerry Copperthwaite, SAS Institute, Cary, NC The OLAPCONTENTS Procedure Shine the light onto your OLAP Cubes Jerry Copperthwaite, SAS Institute, Cary, NC Introduction Prior to SAS 9.4, seeing the layout of your OLAP cube, its dimensions, hierarchies,

More information

Turbo charging SAS Data Integration using SAS In-Database technologies Paul Jones

Turbo charging SAS Data Integration using SAS In-Database technologies Paul Jones Turbo charging SAS Data Integration using SAS In-Database technologies Paul Jones Agenda What is SAS In-Database Why do we do Who are we working with.. When? How.does it work What is SAS In-Database? Integration

More information

RTL & OnlineSeminar. Partnership Presentation Summer 2018

RTL & OnlineSeminar. Partnership Presentation Summer 2018 RTL & OnlineSeminar Partnership Presentation Summer 2018 Our Partnership in Interactive Broadcasting RTL s corporate platform represents quality, and is up-to-date, reliable and curious. RTL-Z is the place

More information

2(&'ÃJOREDOÃFRQIHUHQFHÃRQ WHOHFRPPXQLFDWLRQVÃSROLF\ÃIRUÃWKH GLJLWDOÃHFRQRP\

2(&'ÃJOREDOÃFRQIHUHQFHÃRQ WHOHFRPPXQLFDWLRQVÃSROLF\ÃIRUÃWKH GLJLWDOÃHFRQRP\ 2(&'ÃJOREDOÃFRQIHUHQFHÃRQ WHOHFRPPXQLFDWLRQVÃSROLF\ÃIRUÃWKH GLJLWDOÃHFRQRP\ Competition and an incumbent operator John Butler January 22 British Telecommunications experience of telecommunications liberalisation

More information

SAS System Powers Web Measurement Solution at U S WEST

SAS System Powers Web Measurement Solution at U S WEST SAS System Powers Web Measurement Solution at U S WEST Bob Romero, U S WEST Communications, Technical Expert - SAS and Data Analysis Dale Hamilton, U S WEST Communications, Capacity Provisioning Process

More information

Introduction to SQL/PLSQL Accelerated Ed 2

Introduction to SQL/PLSQL Accelerated Ed 2 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 Introduction to SQL/PLSQL Accelerated Ed 2 Duration: 5 Days What you will learn This Introduction to SQL/PLSQL Accelerated course

More information

Optimized Data Integration for the MSO Market

Optimized Data Integration for the MSO Market Optimized Data Integration for the MSO Market Actions at the speed of data For Real-time Decisioning and Big Data Problems VelociData for FinTech and the Enterprise VelociData s technology has been providing

More information

Tech Data s Acquisition of Avnet Technology Solutions

Tech Data s Acquisition of Avnet Technology Solutions Tech Data s Acquisition of Avnet Technology Solutions Creating a Premier Global IT Distributor: From the Data Center to the Living Room September 19, 2016 techdata.com 1 Forward-Looking Statements Safe

More information

Enterprise Recording and Live Streaming Architecture with VBrick

Enterprise Recording and Live Streaming Architecture with VBrick Enterprise Recording and Live Streaming Architecture with VBrick Terry French Technical Manager - International - VBrick Systems Inc BRKCOL-2111 Agenda Enterprise Video Overview VBrick Core Components

More information

Delivering Windows-based Client-Server Applications Anywhere, On Demand with Presentation Server 4.5

Delivering Windows-based Client-Server Applications Anywhere, On Demand with Presentation Server 4.5 Delivering Windows-based Client-Server Applications Anywhere, On Demand with Presentation Server 4.5 Conrad Lee Enterprise Sales Engineer Hong Kong & Taiwan Delivering Windows Applications (IT Infrastructure

More information

Compact Solutions Connector FAQ

Compact Solutions Connector FAQ Compact Solutions Connector FAQ We Solve Problems Others Can t Experts for over 15 years providing solutions in the data transformation and management fields Passion for cutting-edge technology and the

More information

State of Office 365 Adoption & Risk A Dive into the Data. Jim Reavis, CEO, Cloud Security Alliance Brandon Cook, VP, Marketing, Skyhigh Networks

State of Office 365 Adoption & Risk A Dive into the Data. Jim Reavis, CEO, Cloud Security Alliance Brandon Cook, VP, Marketing, Skyhigh Networks State of Office 365 Adoption & Risk A Dive into the Data Jim Reavis, CEO, Cloud Security Alliance Brandon Cook, VP, Marketing, Skyhigh Networks Q4 2016 Office 365 Usage and Risk Report Brandon Cook, Skyhigh

More information

Introductions. Course Goal

Introductions. Course Goal Banner Performance Reporting and Analytics Introductions Name Title/function Job responsibilities ODS experience Expectations 2 Course Goal Provide the participants with an understanding of information

More information