IBM i Update and Directions

Size: px
Start display at page:

Download "IBM i Update and Directions"

Transcription

1 IBM i Update and Directions Strategy, Priorities and Roadmaps for IBM i on Power Systems Mike Breitbach mbreit@us.ibm.com Technical CEM IBM i Power Development

2

3

4

5 The Future of IBM i - The Roadmaps POWER Roadmap POWER5 POWER6 POWER7 POWER8 POWER9 POWER IBM i Roadmap i Next i Next+1

6 Processor Technology Roadmap POWER5 130 nm POWER6 65 nm POWER7 45 nm POWER8 22 nm POWER9 14 nm Future POWER10 Or whatever it is named

7 A NEW GENERATION OF IBM Power Systems Open Innovation to put data to work Designed for Big Data Superior Cloud Economics Open Innovation Platform 7

8 Strength of IBM Power Vertical Stack: 22nm Semiconductor 15LM Layer (industry) metal stack

9 Strength of IBM Power Stack Layer IBM metal stack Layer (industry) metal stack

10 Strength of IBM Power Stack Low level wires used for dense local circuit interconnect. 15 Layer IBM metal stack Layer (industry) metal stack

11 Strength of IBM Power Stack Low level wires used for dense local circuit interconnect. Top level wires used for for power distribution, clocks, and off-chip signalling. 15 Layer IBM metal stack Layer (industry) metal stack

12 Strength of IBM Power Stack 15 Remaining wires form on-chip highway system (varying speeds) 15 Layer IBM metal stack Layer (industry) metal stack

13 Comparing POWER8 to Industry On-Chip Speeds Industry IBM

14 Over 300 members in total, since inception in Dec 2013.

15 Over 300 members in total, since inception in Dec 2013.

16 IBM i Roadmap x i next i next+1 ** All statements regarding IBM's future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only.

17 17

18 IBM i Strategy Whitepaper IBM i plays a critical role in our Power Systems software portfolio. We continuously provide new solutions and are actively engaged in expanding into new technology areas to support the new business requirements of our clients. Doug Balog General Manager, Power Systems

19 IBM i Strategy Solutions plus Partners IBM i Solutions Providers IBM i Modernization Partners IBM i Cloud Providers

20 IBM i Strategy Choices & Open SOA

21 IBM i Strategy - Integration Directory

22 IBM i Strategy Power Solutions Delivering an integrated platform focused on leading industry applications Engaging with partner ISVs & MSPs for flexible solutions delivery options Enabling clients to transform their customer experience via mobile solutions Open Platform for Choice IBM demonstrating commitment with continuing deliverables - IBM i 7.3 & TRs Providing new capabilities between releases based on user feedback Growing IBM i solutions options including open source languages and applications The Integrated Promise of IBM i Deliver a simple, high value platform for business applications Provide exceptional security and resiliency for critical business data Leverage IBM systems, storage and software technologies

23 IBM i Release Roadmap x i next i next+1 Technology Refreshes Multiple Major Releases with significant business features. Two Future Major Releases under development. Semi-annual Technology Refreshes for additional non-disruptive new function. ** All statements regarding IBM's future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only.

24 IBM i Support Roadmap ** All statements regarding IBM's future direction and intent are subject to change or withdrawal without notice, and represent goals and objectives only.

25 IBM i Power System Support Systems IBM i 7.1 IBM i 7.2 IBM i 7.3 POWER8 S812*, S814, S822 (VIOS only), S824, E870/C, E880/C POWER7/7+ Servers Power 710, 720, 730, 740, 750, 760, 770, 780, 795 POWER7/7+ Blades and Compute Nodes PS700/701/702/730/704, PureFlex p260/460 POWER6+ 520, 550, 560, JS23/43 POWER6 520, 550, 570, 595, JS12/22 POWER5/5+ 515, 520, 525, 550, 570, Note 1 no IOP or HSL support

26 IBM i Solution Providers

27 Enabling solutions for business IBM i Systems of Record IBM i Systems of Engagement

28 7.2 Major Enhancements DB2 Row & Column Access Control Need to Know built into DB2 In-Memory highlight & new functions Managing the System Any device: Mobile, Web or PC/Mac/Linux Fully Cloud Capable OS, with PowerVM & PowerVC Solution Development Free-Form RPG for rapid learning and lower maintenance costs PHP, Perl, Ruby, node.js etc. options in Application Development #ibmioss

29 Social Media Plan

30

31 IBM i 7.3 Historical data simplifies business insights for the future DB2 Temporal support automatically maintains history Simple, integrated data analysis for new insights OLAP enhancements built into DB2 for i Intelligent Security matches actual authority with policy Authority Collection analysis ensures continuous operation Extensive application development options Easy-to-learn RPG Integrated Open Source development technology

32 Temporal Queries SELECT * FROM employees AS OF TIMESTAMP :00: SELECT * FROM employees FOR SYSTEM_TIME FROM AND SELECT * FROM employees FOR SYSTEM_TIME BETWEEN AND SET CURRENT TEMPORAL_SYSTEM_TIME = :00: SELECT * FROM employees

33 Data History Do It Yourself Accessing Data SELECT Accessing Data SELECT Current UNION Triggers History Modifying Data INSERT UPDATE DELETE Modifying Data INSERT UPDATE DELETE

34 History DB2 for i Managed Accessing Data SELECT Accessing Data SELECT Current DB2 Managed History Modifying Data INSERT UPDATE DELETE Modifying Data INSERT UPDATE DELETE (DBE Only)

35 Temporal construction for data-centric history ALTER TABLE account ADD COLUMN row_birth TIMESTAMP(12) NOT NULL GENERATED ALWAYS AS ROW BEGIN ADD COLUMN row_death TIMESTAMP(12) NOT NULL GENERATED ALWAYS AS ROW END ADD COLUMN transaction_time TIMESTAMP(12) GENERATED ALWAYS AS TRANSACTION START ID ADD PERIOD SYSTEM_TIME (row_birth, row_death); Establish Generated Columns CREATE TABLE account_hist LIKE account; ALTER TABLE account ADD VERSIONING USE HISTORY TABLE account_hist; Create history table Enable Temporal tracking

36 DB2 for i SQL answers With Temporal Table & Generated columns, you can: o o o o Show me the client reps from two years ago SELECT CLIENT_REP FROM ACCOUNTS FOR SYSTEM_TIME AS OF CURRENT TIMESTAMP 2 YEARS Produce an inventory report using a different point in time SET CURRENT TEMPORAL SYSTEM_TIME ' :00:00'; CALL GENERATE_INVENTORY_REPORT(); Who deleted that row? SELECT AUDIT_USER, AUDIT_JOB FROM SALES FOR SYSTEM_TIME FROM CURRENT DATE 1 MONTH TO CURRENT DATE WHERE AUDIT_OP = D Who last updated this row? SELECT AUDIT_USER, AUDIT_CLIENT_IP FROM ITEM_FACT WHERE ITEM_KEY = 125A16

37 How to Use Authority Collection Trace security enforcement for a user Four actions: 1. Start (STRAUTCOL) 2. End (ENDAUTCOL) 3. Display (iaccess for Web or QSYS2.AUTHORITY_COLLECTION) 4. Delete (DLTAUTCOL) Reduce data collection using filters: Users Libraries Objects Object Types File System Objects Exclude OS Programs, internal objects, etc

38 Authority Collection Interrogate the collected data Determine whether excess authority exists for a user: SELECT SYSTEM_OBJECT_NAME, DETAILED_REQUIRED_AUTHORITY, DETAILED_CURRENT_AUTHORITY FROM QSYS2.AUTHORITY_COLLECTION A WHERE AUTHORIZATION_NAME = 'SCOTTF' AND SYSTEM_OBJECT_SCHEMA = 'TOYSTORE GROUP BY SYSTEM_OBJECT_NAME, DETAILED_REQUIRED_AUTHORITY, DETAILED_CURRENT_AUTHORITY ORDER BY 1,2,3;

39 Manage and Access your System Access Client Solution 5733XJ1 Run SQL Scripts SQL Performance Center Direct Connect to Navigator Improved 5250 Emulator Full Windows 10 Support Plus Mac & Linux

40 ACS Version (delivered in March, 2017) Schemas Run SQL Scripts CL Prompting Enhanced SQL Highlighting Show Object References Upload Results More Insert from Examples Printer Output IFS Multiple User Filter Filter

41 Schemas in ACS ACS-based Actions: Definition Description Generate SQL Properties Rename New Database Object Explain Data o View, Clear, etc Actions also enabled in Visual Explain Others

42 Built-in examples

43 Work with Your Data SQL Performance Center SQL Performance Center Understand how your SQL is running Tune your SQL to run better

44 Visualize Performance Metrics in Navigator Navigator Monitor Performance Metrics Set Thresholds to take actions Visualize the collected results View Many Metrics at Once

45 Mobile Dashboard iaccess Mobile Watch several Key Metrics with Live data Set thresholds to quickly visualize issues on your system Watch from your favorite Mobile Device including Phone Tablet Visual notification when a threshold is exceeded

46 IBM i Application Development

47 Modern RPG Free Format, RDI Development Visual editors, outline views, content assist, integrated language help File management, search, edit, compile/build, debug capabilities Analysis tools (application diagram, call hierarchies, type hierarchies) Easily debug batch, interactive, and Web applications with a common visual debugger ctl-opt bnddir('accrcv'); dcl-f custfile usage(*update); dcl-ds custds likerec(custrec); dcl-f report printer; read custfile custds; dow not %eof; if duedate > %date(); // overdue? sendoverduenotice(); write reportfmt; exec sql insert :name, :duedate into mylib/myfile; endif; read custfile custds; enddo; *inlr = '1'; dcl-proc sendoverduenotice; sendinvoice (custds : %date()); end-proc;

48 Open Source for IBM i Recently created LPO Open Source for IBM i 5733-OPS What we have added Option 1 Node.JS 1.x Option 2 Python 3.x Option 3 GCC & CHROOT Option 4 Python 2.7 Option 5 Node.JS 4.x Option 6 Git Option 7 Tools (.zip,.unzip, bash) Option 8 Orion Option 9 cloud-init Option 10 Node.JS 6.x Option 11 - Nginx Continue to Partner for other key technologies (PHP, Ruby)

49 Services and APIs

50 IBM i has an Active, Passionate Community MITEC

51 IBM i Customer Input COMMON (CAAC) Large Users Group COMMON Europe ISV Advisory Council 实验室之旅 ISV Interlocked Development RFEs Customer Briefings & Planning Sessions

52 IBM i Priorities Solutions for Today and the Future Focus on solutions integration with new technology Invest in DB2 and language features for strategic solutions Enable Mobile Device Support #ibmioss Systems On-Site or In the Cloud Exploit future POWER system technology Deliver advanced virtualization of system & storage Provide resiliency, availability & flexibility Simple & Integrated, Secure & Available Simplify management of systems and high availability Broaden storage area network integration Extend industry-leading integrated security

53 IBM i Application Languages Strategy RPG is the most commonly used language on IBM i so Enable RPG as a powerful, modern procedural language Partner for tools which transform older RPG to modern RPG Work with partners & schools to teach RPG to non-rpg developers quickly Extensive skills and catalogs of solutions exist for business in other languages Support key industry languages and programming models on IBM i Ensure those new approaches can integrate with existing IBM i solutions Enable tools for development, debug, lifecycle from IBM and from partners

54 IBM i Enabling solutions for your business IBM i Native Solutions Open Source on IBM i Linux Solutions Expanded Linux ecosystem of solutions for CAMSS RPG Cobol PASE

55

56 Welcome to the Waitless World Mike Breitbach

How Application Modernization is Helping to Transform Business. Alison Butterill WW IBM i Offering Manager

How Application Modernization is Helping to Transform Business. Alison Butterill WW IBM i Offering Manager How Application Modernization is Helping to Transform Business Alison Butterill WW IBM i Offering Manager akbutter@us.ibm.com The Evolution of IT IBM i Architecture DB2 for i & Single Level Store Object

More information

An Evening with the Chief Architect. IBM i on POWER Directions & Update. Steve Will IBM i Chief Architect

An Evening with the Chief Architect. IBM i on POWER Directions & Update. Steve Will IBM i Chief Architect Welcome to the Waitless World An Evening with the Chief Architect IBM i on POWER Directions & Update Steve Will IBM i Chief Architect stwill@us.ibm.com 18 April 2017 Travels of a Chief Architect Used

More information

IBM i テクニカル ワークショップ IBM i and the Future. Tim Rowe. IBM i Architect Application Development Systems Management.

IBM i テクニカル ワークショップ IBM i and the Future. Tim Rowe. IBM i Architect Application Development Systems Management. IBM i and the Future Tim Rowe IBM i Architect Application Development Systems Management timmr@us.ibm.com IBM i Business 2015 International Business Machines Corporation 2 2015 International Business Machines

More information

What s New with RDi V9.6

What s New with RDi V9.6 What s New with RDi V9.6 Eric Simpson Rational Developer for i - Developer, Release and Install lead esimpson@ca.ibm.com Agenda Why RDi What s New in 9.6 November 2017 Eclipse IBM i tooling Code Coverage

More information

Université IBM i 2017

Université IBM i 2017 Université IBM i 2017 17 et 18 mai IBM Client Center de Bois-Colombes S24 Architecture IBM POWER: tendances et stratégies Jeudi 18 mai 11h00-12h30 Jean-Luc Bonhommet IBM AGENDA IBM Power Systems - IBM

More information

IBM i 7.2. Therese Eaton Client Technical Specialist

IBM i 7.2. Therese Eaton Client Technical Specialist IBM i 7.2 Therese Eaton Client Technical Specialist IBM i 7.2 Therese Eaton Client Technical Specialist IBM i Decades of ultimate integration & workload optimization that all the vendors in the IT industry

More information

Learn to Fly with RDi Latest and Greatest

Learn to Fly with RDi Latest and Greatest Learn to Fly with RDi Latest and Greatest Tim Rowe Architect Application Development timmr@us.ibm.com Session ID: Agenda Key: 170075 43CL 2016, 2017 IBM Corporation Agenda RDi intro What s New RDi 9.5.1.2

More information

IBM i Trends & Directions. Steve Will IBM i Chief Architect

IBM i Trends & Directions. Steve Will IBM i Chief Architect IBM i Trends & Directions Steve Will IBM i Chief Architect Top 10 Strategic Technology Trends For 2014 Mobile Device Diversity and Management Mobile Apps and Applications The Internet of Everything Hybrid

More information

The Who, What and Why of Application Modernization

The Who, What and Why of Application Modernization The Who, What and Why of Application Modernization Alison Butterill WW Offering Manager, IBM i Modern Interface? 1 The World Looks Like This The Cloud 2 Data growing exponentially & needs new approach

More information

European Tour 2014 NORWAY - SWITZERLAND - AUSTRIA - POLAND - BENELUX - UK

European Tour 2014 NORWAY - SWITZERLAND - AUSTRIA - POLAND - BENELUX - UK European Tour 2014 NORWAY - SWITZERLAND - AUSTRIA - POLAND - BENELUX - UK IBM i Trends & Directions Steve Will IBM i Chief Architect 2014 International Business Machines Corporation 3 Top 10 Strategic

More information

DB2 for i and i 7.3 Reasons to Upgrade Major enhancements in DB2 for i deliver significant client value: o Temporal Tables History of rows Data-centri

DB2 for i and i 7.3 Reasons to Upgrade Major enhancements in DB2 for i deliver significant client value: o Temporal Tables History of rows Data-centri DB2 for i Temporal Support Rob Bestgen (bestgen@us.ibm.com) - DB2 for i Consultant DB2 for i Enhancements delivered via DB2 PTF Groups 7.2 TR4 7.3 GA 7.2 TR5 7.3 TR1 2016 2017 7.2 TR6 7.3 TR2 SF99702 Level

More information

IBM i Edition Express for BladeCenter S

IBM i Edition Express for BladeCenter S Affordable Solution for a Flexible Business Foundation IBM i Edition Express for BladeCenter S The i Edition Express for BladeCenter S is a complete integrated business system that offers an attractive

More information

IBM i Strategy and Roadmap in an ever changing world

IBM i Strategy and Roadmap in an ever changing world IBM i Strategy and Roadmap in an ever changing world Your virtualization platform matters Power is performance redefined Peter Croes IBM Nederland peter_g_croes@nl.ibm.com 18-04-2013 http://www.youtube.com/watch?v=vkge0szx-3s

More information

IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion.

IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at IBM s sole discretion. Please note Copyright 2018 by International Business Machines Corporation (IBM). No part of this document may be reproduced or transmitted in any form without written permission from IBM IBM s statements

More information

DevOps Tooling from AWS

DevOps Tooling from AWS DevOps Tooling from AWS What is DevOps? Improved Collaboration - the dropping of silos between teams allows greater collaboration and understanding of how the application is built and deployed. This allows

More information

Power Systems for Your Business

Power Systems for Your Business Hotel Mulia Jakarta Power Systems for Your Business Septia Sukariningrum Power Systems Technical Sales Specialist IBM Indonesia The datacenter is changing Server sprawl resulting in lack of space Datacenter

More information

Microsoft vision for a new era

Microsoft vision for a new era Microsoft vision for a new era United platform for the modern service provider MICROSOFT AZURE CUSTOMER DATACENTER CONSISTENT PLATFORM SERVICE PROVIDER Enterprise-grade Global reach, scale, and security

More information

IBM i: JOURNEY TO THE CENTER OF THE CLOUD

IBM i: JOURNEY TO THE CENTER OF THE CLOUD IBM i: JOURNEY TO THE CENTER OF THE CLOUD Prepared by Matt Shannon, Sr. Solutions Specialist and Jeffrey Whicker, Sr. Solutions Specialist Sirius Computer Solutions, Inc. July 2017 Contents Executive Summary...

More information

Blended Learning Outline: Cloudera Data Analyst Training (171219a)

Blended Learning Outline: Cloudera Data Analyst Training (171219a) Blended Learning Outline: Cloudera Data Analyst Training (171219a) Cloudera Univeristy s data analyst training course will teach you to apply traditional data analytics and business intelligence skills

More information

Time travel with DB2 for i - Temporal tables on IBM i 7.3

Time travel with DB2 for i - Temporal tables on IBM i 7.3 Scott Forstie forstie@us.ibm.com @Forstie_IBMi DB2 for i Business Architect Cognitive Systems Time travel with DB2 for i - Temporal tables on IBM i 7.3 Session ID: Agenda Key: 170113 21CL Knowledge Center

More information

Learn to Fly with RDi

Learn to Fly with RDi Cognitive Systems Learn to Fly with RDi Tim Rowe timmr@us.ibm.com Business Architect Application Development Cognitive Systems Agenda RDi Quick Introduction What s New 9.5.1.1 December 2016 9.5.1.2 April

More information

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region

Azure DevOps. Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region Azure DevOps Randy Pagels Intelligent Cloud Technical Specialist Great Lakes Region What is DevOps? People. Process. Products. Build & Test Deploy DevOps is the union of people, process, and products to

More information

6/16/2015. Mobile on IBM i. Wayne Bowers Evolution of User Interface. rich client or browser. Traditional in-house

6/16/2015. Mobile on IBM i. Wayne Bowers Evolution of User Interface. rich client or browser. Traditional in-house Mobile on IBM i Wayne Bowers wbowers@us.ibm.com Evolution of User Interface rich client or browser Traditional in-house mobile 2 1 Mobile services are now a must-have 10B+ mobile devices in the world by

More information

ACS, DB2 for i and the Latest Tools

ACS, DB2 for i and the Latest Tools ACS, DB2 for i and the Latest Tools Scott Forstie Jesse Gorzinski Strategy Windows Install Only Any Device 2 1 IBM i System Management Trends Transformation Resulting Client Value iaccess for Windows Linux

More information

Time travel with Db2 for i - Temporal tables on IBM i 7.3

Time travel with Db2 for i - Temporal tables on IBM i 7.3 Scott Forstie forstie@us.ibm.com @Forstie_IBMi Db2 for i Business Architect Cognitive Systems Time travel with Db2 for i - Temporal tables on IBM i 7.3 IBM i 7.1 End of Support on April 30 th, 2018 Which

More information

IBM Application Runtime Expert for i

IBM Application Runtime Expert for i IBM Application Runtime Expert for i Tim Rowe timmr@us.ibm.com Problem Application not working/starting How do you check everything that can affect your application? Backup File Owner & file size User

More information

Modern Development on IBM i

Modern Development on IBM i Modern Development on IBM i Tim Rowe timmr@us.ibm.com Architect Application Development IBM i テクニカル ワークショップ 2016 IBM i Application Development Strategy Simple.Modernization Languages Methodologies Tools

More information

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013

... IBM Advanced Technical Skills IBM Oracle International Competency Center September 2013 Performance benefits of IBM Power Systems and IBM FlashSystem for JD Edwards EnterpriseOne IBM Power 780 server with AIX and IBM FlashSystem 820 flash storage improves batch performance in a client proof

More information

SUSE Linux Enterprise Server 12 Modules

SUSE Linux Enterprise Server 12 Modules White Paper Server SUSE Linux Enterprise Server 12 Modules Server White Paper SUSE Linux Enterprise Server 12 Modules What Can Modular Packaging Do for You? What if you could use a reliable operating system

More information

Db2 for i Update. Doug Mack Db2 for i Analytics Consultant IBM Systems Lab Services

Db2 for i Update. Doug Mack Db2 for i Analytics Consultant IBM Systems Lab Services Db2 for i Update Doug Mack Db2 for i Analytics Consultant IBM Systems Lab Services mackd@us.ibm.com How is IBM investing in Db2 for i Db2 for i Standard compliant Secure Scalable Functionally Advanced

More information

RED HAT'S CONTAINER STRATEGY. Lars Herrmann General Manager, RHEL, RHEV and Containers June 24, 2015

RED HAT'S CONTAINER STRATEGY. Lars Herrmann General Manager, RHEL, RHEV and Containers June 24, 2015 RED HAT'S CONTAINER STRATEGY Lars Herrmann General Manager, RHEL, RHEV and Containers June 24, 2015 1 DEVELOPMENT VS I.T. OPERATIONS DEVELOPER IT OPERATIONS 2 DEVELOPERS WANT TO GO FAST DEVELOPER 3 HOW

More information

32 nd Annual Spring Conference Tuesday All Day Session

32 nd Annual Spring Conference Tuesday All Day Session 32 nd Annual Spring Conference Tuesday All Day Session *NEW* Lunch is included SQL Programming Overview Tuesday 09:00 AM to 4:00 PM Session Abstract Learn how to use advanced SQL features and syntax that

More information

IBM i Debugger. Overview Service Entry Points Debugger Functions Attach to an IBM i Job Launch Configurations and Settings

IBM i Debugger. Overview Service Entry Points Debugger Functions Attach to an IBM i Job Launch Configurations and Settings 1 IBM i Debugger IBM i Debugger Overview Service Entry Points Debugger Functions Attach to an IBM i Job Launch Configurations and Settings 2 Integrated Debugger - Overview RPG, COBOL, CL, C, and C++ IBM

More information

IBM i Version 7.3. Database Administration IBM

IBM i Version 7.3. Database Administration IBM IBM i Version 7.3 Database Administration IBM IBM i Version 7.3 Database Administration IBM Note Before using this information and the product it supports, read the information in Notices on page 45.

More information

This presentation is for informational purposes only and may not be incorporated into a contract or agreement.

This presentation is for informational purposes only and may not be incorporated into a contract or agreement. This presentation is for informational purposes only and may not be incorporated into a contract or agreement. SQL Developer Introducing Oracle's New Graphical Database Development Tool Craig Silveira

More information

Using Sample DB2 Web Query Reports and Charts built over IBM i (SQL) Services for System Administrators

Using Sample DB2 Web Query Reports and Charts built over IBM i (SQL) Services for System Administrators Using Sample DB2 Web Query Reports and Charts built over IBM i (SQL) Services for System Administrators For those customers with DB2 Web Query Version 2.2 already installed Table of Contents 1. Sample

More information

Data 101 Which DB, When. Joe Yong Azure SQL Data Warehouse, Program Management Microsoft Corp.

Data 101 Which DB, When. Joe Yong Azure SQL Data Warehouse, Program Management Microsoft Corp. Data 101 Which DB, When Joe Yong (joeyong@microsoft.com) Azure SQL Data Warehouse, Program Management Microsoft Corp. The world is changing AI increased by 300% in 2017 Data will grow to 44 ZB in 2020

More information

Citrix Workspace Cloud

Citrix Workspace Cloud Citrix Workspace Cloud Roger Bösch Citrix Systems International GmbH Workspace Cloud is a NEW Citrix Management and Delivery Platform Customers Now Have a Spectrum of Workspace Delivery Options Done By

More information

SQL Stored Procedures and the SQL Procedure Language

SQL Stored Procedures and the SQL Procedure Language SQL Stored Procedures and the SQL Procedure Language John Valance Division 1 Systems johnv@div1sys.com www.div1sys.com 2017 Division 1 Systems About John Valance 30+ years IBM midrange experience

More information

Overview. : Cloudera Data Analyst Training. Course Outline :: Cloudera Data Analyst Training::

Overview. : Cloudera Data Analyst Training. Course Outline :: Cloudera Data Analyst Training:: Module Title Duration : Cloudera Data Analyst Training : 4 days Overview Take your knowledge to the next level Cloudera University s four-day data analyst training course will teach you to apply traditional

More information

& Cross-Channel Customer Engagement RFP Guide

& Cross-Channel Customer Engagement RFP Guide Email & Cross-Channel Customer Engagement RFP Guide Customer Engagement in a Perpetually Connected World Today s perpetually connected customer is interacting with your brand through digital, mobile &

More information

IBM DB2 Analytics Accelerator Trends and Directions

IBM DB2 Analytics Accelerator Trends and Directions March, 2017 IBM DB2 Analytics Accelerator Trends and Directions DB2 Analytics Accelerator for z/os on Cloud Namik Hrle IBM Fellow Peter Bendel IBM STSM Disclaimer IBM s statements regarding its plans,

More information

REST APIs on z/os. How to use z/os Connect RESTful APIs with Modern Cloud Native Applications. Bill Keller

REST APIs on z/os. How to use z/os Connect RESTful APIs with Modern Cloud Native Applications. Bill Keller REST APIs on z/os How to use z/os Connect RESTful APIs with Modern Cloud Native Applications Bill Keller bill.keller@us.ibm.com Important Disclaimer IBM s statements regarding its plans, directions and

More information

Session Abstracts for Friday, July 20, 2018

Session Abstracts for Friday, July 20, 2018 Session Abstracts for Friday, July 20, 2018 CSS: Adding Style to Your Content Patrick Behr Make your web pages look stunning using CSS. We ll start with the basics of CSS including the cascade, rule precedence,

More information

What s New with RDi 9.5.1

What s New with RDi 9.5.1 What s New with RDi 9.5.1 Eric Simpson RDi Developer, Release Lead, and Install Architect esimpson@ca.ibm.com Agenda Why RDi RDi 9.5.1 enhancements Feedback and direction setting RDi currency Which is

More information

13.f Toronto Catholic District School Board's IT Strategic Review - Draft Executive Summary (Refer 8b)

13.f Toronto Catholic District School Board's IT Strategic Review - Draft Executive Summary (Refer 8b) AGENDA ADDENDU TE REGULAR EETING OF TE AUDIT COITTEE COITTEE PUBLIC SESSION Tuesday, June 6, 2017 6:30 P.. Pages 13. Staff Reports 13.f Toronto Catholic District School Board's IT Strategic Review - Draft

More information

Benefits of a SD-WAN Development Ecosystem

Benefits of a SD-WAN Development Ecosystem Benefits of a SD-WAN Development Ecosystem By: Lee Doyle, Principal Analyst at Doyle Research Sponsored by CloudGenix Executive Summary In an era of digital transformation with its reliance on cloud/saas

More information

#techsummitch

#techsummitch www.thomasmaurer.ch #techsummitch Justin Incarnato Justin Incarnato Microsoft Principal PM - Azure Stack Hyper-scale Hybrid Power of Azure in your datacenter Azure Stack Enterprise-proven On-premises

More information

Certkiller.P questions

Certkiller.P questions Certkiller.P2140-020.59 questions Number: P2140-020 Passing Score: 800 Time Limit: 120 min File Version: 4.8 http://www.gratisexam.com/ P2140-020 IBM Rational Enterprise Modernization Technical Sales Mastery

More information

Toad for Oracle Suite 2017 Functional Matrix

Toad for Oracle Suite 2017 Functional Matrix Toad for Oracle Suite 2017 Functional Matrix Essential Functionality Base Xpert Module (add-on) Developer DBA Runs directly on Windows OS Browse and navigate through objects Create and manipulate database

More information

THE RISE OF. The Disruptive Data Warehouse

THE RISE OF. The Disruptive Data Warehouse THE RISE OF The Disruptive Data Warehouse CONTENTS What Is the Disruptive Data Warehouse? 1 Old School Query a single database The data warehouse is for business intelligence The data warehouse is based

More information

Oracle Application Container Cloud

Oracle Application Container Cloud Oracle Application Container Cloud Matthew Baldwin Principal Product Manager Safe Harbor Statement The following is intended to outline our general product direction. It is intended for information purposes

More information

Inventory (input to ECOMP and ONAP Roadmaps)

Inventory (input to ECOMP and ONAP Roadmaps) Inventory (input to ECOMP and ONAP Roadmaps) 1Q2018 2Q2018 3Q2018 4Q2018 1Q2019 2Q2019 3Q2019 4Q2019 ONAP participation and alignment Operations, Product, and other features with A&AI design impact Inventory

More information

Rational Update for IBM i

Rational Update for IBM i Rational Update for IBM i Alison Butterill Application Development Offering Manager, Power Systems Software Agenda Introduction What's New from Rational Rational Tools Optimized Compilers Rational Open

More information

A Modern Programmers Tool Set: CODE

A Modern Programmers Tool Set: CODE A Modern Programmers Tool Set: CODE OCEAN Technical Conference Catch the Wave Susan M. Gantner Partner400 susan.gantner @ partner400.com www.partner400.com Your partner in AS/400 and iseries Education

More information

The Modern Mainframe. IBM Systems. Powerful, secure, dependable and easier to use. Bernice Casey System z User Experience

The Modern Mainframe. IBM Systems. Powerful, secure, dependable and easier to use. Bernice Casey System z User Experience Powerful, secure, dependable and easier to use Bernice Casey (casey@us.ibm.com) System z User Experience Steven Ma (stevenma@us.ibm.com) Application Integration Middleware User Experience 2006 IBM Corporation

More information

Microsoft certified solutions associate

Microsoft certified solutions associate Microsoft certified solutions associate MCSA: BI Reporting This certification demonstrates your expertise in analyzing data with both Power BI and Excel. Exam 70-778/Course 20778 Analyzing and Visualizing

More information

IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems

IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems IBM Power Systems: Open innovation to put data to work Dexter Henderson Vice President IBM Power Systems 2014 IBM Corporation Powerful Forces are Changing the Way Business Gets Done Data growing exponentially

More information

IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation

IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation IBM Europe Announcement ZP07-0445, dated October 9, 2007 IBM WebSphere Message Broker for z/os V6.1 delivers the enterprise service bus built for connectivity and transformation Description...2 Product

More information

Progress DataDirect For Business Intelligence And Analytics Vendors

Progress DataDirect For Business Intelligence And Analytics Vendors Progress DataDirect For Business Intelligence And Analytics Vendors DATA SHEET FEATURES: Direction connection to a variety of SaaS and on-premises data sources via Progress DataDirect Hybrid Data Pipeline

More information

The Now Platform Reference Guide

The Now Platform Reference Guide The Now Platform Reference Guide A tour of key features and functionality START Introducing the Now Platform Digitize your business with intelligent apps The Now Platform is an application Platform-as-a-Service

More information

Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure

Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure Power your planet. Optimizing the Enterprise Data Center POWER7 Powers a Smarter Infrastructure Enoch Lau Field Technical Sales Specialist, Power Systems Systems & Technology Group Power your planet. Smarter

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

April Power Systems Roadshow

April Power Systems Roadshow April 2008 Power Systems Roadshow The IBM Systems family BladeCenter Simplify Datacenter complexity. System z The flagship for IBM Systems innovation and the heart of a highly secure, resilient and integrated

More information

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year!

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year! EXAMGOOD QUESTION & ANSWER Exam Good provides update free of charge in one year! Accurate study guides High passing rate! http://www.examgood.com Exam : C2090-610 Title : DB2 10.1 Fundamentals Version

More information

Lenovo Database Configuration

Lenovo Database Configuration Lenovo Database Configuration for Microsoft SQL Server OLTP on Flex System with DS6200 Reduce time to value with pretested hardware configurations - 20TB Database and 3 Million TPM OLTP problem and a solution

More information

Rational Developer for i: What's New in 9.0.1

Rational Developer for i: What's New in 9.0.1 John Fellner, Developer, Rational Developer for i Rational Developer for i: What's New in 9.0.1 TUG Meeting of Members, Jan 22, 2014 Agenda Quick Product Intro What's New in Rational Developer for i v9.0.1

More information

IBM DB2 Analytics Accelerator

IBM DB2 Analytics Accelerator June, 2017 IBM DB2 Analytics Accelerator DB2 Analytics Accelerator for z/os on Cloud for z/os Update Peter Bendel IBM STSM Disclaimer IBM s statements regarding its plans, directions, and intent are subject

More information

Cisco Collaborative Knowledge

Cisco Collaborative Knowledge Cisco Collaborative Knowledge Product Overview. Your workforce needs knowledge, speed and flexibility to solve real-world business challenges in today s fast moving digital economy. Cisco Collaborative

More information

Data 101 Which DB, When Joe Yong Sr. Program Manager Microsoft Corp.

Data 101 Which DB, When Joe Yong Sr. Program Manager Microsoft Corp. 17-18 March, 2018 Beijing Data 101 Which DB, When Joe Yong Sr. Program Manager Microsoft Corp. The world is changing AI increased by 300% in 2017 Data will grow to 44 ZB in 2020 Today, 80% of organizations

More information

DB2 11 for z/os Application Functionality (Check out these New Features) Randy Ebersole IBM

DB2 11 for z/os Application Functionality (Check out these New Features) Randy Ebersole IBM DB2 11 for z/os Application Functionality (Check out these New Features) Randy Ebersole IBM ebersole@us.ibm.com Please note IBM s statements regarding its plans, directions, and intent are subject to change

More information

Dell helps you simplify IT

Dell helps you simplify IT Dell helps you simplify IT Workshops the first step. Reduce desktop and data center complexity. Improve productivity. Innovate. Dell IT Consulting Services New Edition 2011 Introduction Are you spending

More information

IBM DB2 Query Patroller. Administration Guide. Version 7 SC

IBM DB2 Query Patroller. Administration Guide. Version 7 SC IBM DB2 Query Patroller Administration Guide Version 7 SC09-2958-00 IBM DB2 Query Patroller Administration Guide Version 7 SC09-2958-00 Before using this information and the product it supports, be sure

More information

Data collection for small and large businesses. Data Collection Connection

Data collection for small and large businesses. Data Collection Connection Data collection for small and large businesses Data Collection Connection Highlights Gathering information quickly and accurately is a high priority for today s competitive companies. Information must

More information

Ruby in the Sky with Diamonds. August, 2014 Sao Paulo, Brazil

Ruby in the Sky with Diamonds. August, 2014 Sao Paulo, Brazil Ruby in the Sky with Diamonds August, 2014 Sao Paulo, Brazil JELASTIC PLATFORM AS INFRASTRUCTURE Jelastic provides enterprise cloud software that redefines the economics of cloud deployment and management.

More information

How to Evaluate a Next Generation Mobile Platform

How to Evaluate a Next Generation Mobile Platform How to Evaluate a Next Generation Mobile Platform appcelerator.com Introduction Enterprises know that mobility presents an unprecedented opportunity to transform businesses and build towards competitive

More information

Oracle Forms and Oracle APEX The Odd Couple

Oracle Forms and Oracle APEX The Odd Couple Oracle Forms and Oracle APEX The Odd Couple About me 2 Francis Mignault CTO and Co-founder, Insum Solutions 30+ years with Oracle DB, 14+ years with APEX. (Forms 2.3 / Oracle 5) Books: Expert Oracle Application

More information

Virtuoso Layout Suite XL

Virtuoso Layout Suite XL Accelerated full custom IC layout Part of the Cadence Virtuoso Layout Suite family of products, is a connectivity- and constraint-driven layout environment built on common design intent. It supports custom

More information

IMS and Java on zos. Poonam Chitale Joshua Newell IMS Open Database August 13, 2013 Session #14171

IMS and Java on zos. Poonam Chitale Joshua Newell IMS Open Database August 13, 2013 Session #14171 IMS and Java on zos Poonam Chitale pchitale@us.ibm.com Joshua Newell newelljo@us.ibm.com IMS Open Database August 13, 2013 Session #14171 Session Objectives and Agenda Java z/os platform strategy Java

More information

DB Fundamentals Exam.

DB Fundamentals Exam. IBM 000-610 DB2 10.1 Fundamentals Exam TYPE: DEMO http://www.examskey.com/000-610.html Examskey IBM 000-610 exam demo product is here for you to test the quality of the product. This IBM 000-610 demo also

More information

Advanced Functions with DB2 and PHP for IBM i

Advanced Functions with DB2 and PHP for IBM i Advanced Functions with DB2 and PHP for IBM i Mike Pavlak Solution Consultant Agenda DB2 features in i6.1 and i7.1 Review DB2 functions in PHP Explore the possibilities Q&A 2 Three primary ingredients

More information

Charles Guarino. About The Speaker

Charles Guarino. About The Speaker Get With The Program! It s Not Your Grandma s RPG Anymore Charles Guarino Twitter @charlieguarino Central Park Data Systems, Inc. About The Speaker With an IT career spanning over 30 years, Charles Guarino

More information

Modelos de Negócio na Era das Clouds. André Rodrigues, Cloud Systems Engineer

Modelos de Negócio na Era das Clouds. André Rodrigues, Cloud Systems Engineer Modelos de Negócio na Era das Clouds André Rodrigues, Cloud Systems Engineer Agenda Software and Cloud Changed the World Cisco s Cloud Vision&Strategy 5 Phase Cloud Plan Before Now From idea to production:

More information

Optimizing Data Transformation with Db2 for z/os and Db2 Analytics Accelerator

Optimizing Data Transformation with Db2 for z/os and Db2 Analytics Accelerator Optimizing Data Transformation with Db2 for z/os and Db2 Analytics Accelerator Maryela Weihrauch, IBM Distinguished Engineer, WW Analytics on System z March, 2017 Please note IBM s statements regarding

More information

Power Systems Academic Initiative (PSAI)

Power Systems Academic Initiative (PSAI) Power Systems Academic Initiative (PSAI) Program Overview March 2018 Power Systems Academic Initiative 2015 IBM Corporation Teaching IBM Power Skills for 21 Years Historical Perspective 1996 2002 2004

More information

Your IT light is on: get revved up over a speedy new way to upgrade

Your IT light is on: get revved up over a speedy new way to upgrade Your IT light is on: get revved up over a speedy new way to upgrade Next 1 1 Introduction Picture all of the parts that make up your IT infrastructure. Much like an automobile, each year manufacturers

More information

AKAMAI CLOUD SECURITY SOLUTIONS

AKAMAI CLOUD SECURITY SOLUTIONS AKAMAI CLOUD SECURITY SOLUTIONS Whether you sell to customers over the web, operate data centers around the world or in the cloud, or support employees on the road, you rely on the Internet to keep your

More information

IBM i Version 7.3. Database SQL programming IBM

IBM i Version 7.3. Database SQL programming IBM IBM i Version 7.3 Database SQL programming IBM IBM i Version 7.3 Database SQL programming IBM Note Before using this information and the product it supports, read the information in Notices on page 405.

More information

AWS 101. Patrick Pierson, IonChannel

AWS 101. Patrick Pierson, IonChannel AWS 101 Patrick Pierson, IonChannel What is AWS? Amazon Web Services (AWS) is a secure cloud services platform, offering compute power, database storage, content delivery and other functionality to help

More information

Best Practices for Monitoring VMware with System Center Operations Manager

Best Practices for Monitoring VMware with System Center Operations Manager Best Practices for Monitoring VMware with System Center Operations Manager Pete Zerger Cameron Fuller Alec King CEO of WinWorkers USA Principal consultant for Catapult Systems Director, Product Management

More information

Please give me your feedback

Please give me your feedback #HPEDiscover Please give me your feedback Session ID: B4385 Speaker: Aaron Spurlock Use the mobile app to complete a session survey 1. Access My schedule 2. Click on the session detail page 3. Scroll down

More information

IBM EXAM - C DB Fundamentals. Buy Full Product.

IBM EXAM - C DB Fundamentals. Buy Full Product. IBM EXAM - C2090-610 DB2 10.1 Fundamentals Buy Full Product http://www.examskey.com/c2090-610.html Examskey IBM C2090-610 exam demo product is here for you to test the quality of the product. This IBM

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

APPLICATION MODERNIZATION. Brian May IBM i Modernization Specialist

APPLICATION MODERNIZATION. Brian May IBM i Modernization Specialist APPLICATION MODERNIZATION Brian May IBM i Modernization Specialist APPLICATION MODERNIZATION Three critical areas of modernization The future of RPG and Rational Open Access, RPG Edition MVC Modernize

More information

Transform your data estate with cloud, data and AI

Transform your data estate with cloud, data and AI Transform your data estate with cloud, data and AI The world is changing Data will grow to 44 ZB in 2020 Today, 80% of organizations adopt cloud-first strategies AI investment increased by 300% in 2017

More information

An Introduction to SQL for System i. A beginning overview of SQL in System i Navigator and Embedded SQL in RPGLE

An Introduction to SQL for System i. A beginning overview of SQL in System i Navigator and Embedded SQL in RPGLE An Introduction to SQL for System i A beginning overview of SQL in System i Navigator and Embedded SQL in RPGLE Quote heard from IBM at a Conference 80% of everything you will need to know three years

More information

Enterprise Data Architect

Enterprise Data Architect Enterprise Data Architect Position Summary Farmer Mac maintains a considerable repository of financial data that spans over two decades. Farmer Mac is looking for a hands-on technologist and data architect

More information

Db2 9.7 Create Table If Not Exists >>>CLICK HERE<<<

Db2 9.7 Create Table If Not Exists >>>CLICK HERE<<< Db2 9.7 Create Table If Not Exists The Explain tables capture access plans when the Explain facility is activated. You can create them using one of the following methods: for static SQL, The SYSTOOLS schema

More information

Rapid SQL 7.5 Evaluation Guide. Published: September 28, 2007

Rapid SQL 7.5 Evaluation Guide. Published: September 28, 2007 Rapid SQL 7.5 Evaluation Guide Published: September 28, 2007 Embarcadero Technologies, Inc. 100 California Street, 12th Floor San Francisco, CA 94111 U.S.A. This is a preliminary document and may be changed

More information

Copyright 2014 Xilinx

Copyright 2014 Xilinx IP Integrator and Embedded System Design Flow Zynq Vivado 2014.2 Version This material exempt per Department of Commerce license exception TSU Objectives After completing this module, you will be able

More information