Guide CICS 4 Février Aymeric Affouard IBM Advanced Technical Skill IBM Client Center Montpellier

Size: px
Start display at page:

Download "Guide CICS 4 Février Aymeric Affouard IBM Advanced Technical Skill IBM Client Center Montpellier"

Transcription

1 Guide CICS 4 Février 2016 Aymeric Affouard IBM Advanced Technical Skill IBM Client Center Montpellier aymeric.affouard@fr.ibm.com

2 Agenda 1. Création d une API via z/os Connect EE pour l application CICS Catalog Manager 2. Exposition de cette API via une API Gateway 3. Exemple d applications Bluemix et Mobile qui vont utiliser cette API 4. Et pour la Sécurité de bout en bout? 2

3 CICS Catalog Manager application COBOL based CICS application (EGUI) VSAM File Separate Presentation Logic and Business Logic Callable Interface COMMAREA 3

4 Office Supplies Web application (running in Bluemix) 4 and address validation features are added using Bluemix services. These features do not currently exist in the CICS application.

5 Demos architecture DataPower : 1. Secure Gateway Client 2. AAA 3. API Gateway API z Systems mongodb API SG 3A API z/os API CICS LDAP 5

6 CICS 3270 Application : Catalog Manager EGUI 3270 Client z/os DFH0XGUI CICS DFH0XCMN Inquire Catalog Inquiry item Place Order VSAM File (EXMPCAT) 6

7 Catalog Manager API z/os Connect EE V2.0 z/os CICS GET or POST https/json catalog API GET /items?startitemid GET /items/{itemid} POST /orders Services inquirecatalog inquiresingle placeorder Inquire Catalog DFH0XCMN Inquire item Place Order VSAM File (EXMPCAT) API HTTP verb URL List catalog GET Get details of item GET Order item POST 7

8 RESTful API 1. URI : Uniform Resource Identifier to determine the resource(s) to operate upon http(s)://<host>:<port>/<path>/<path-parameters>?<query-parameters> 2. Uses the HTTP verbs (below) to indicate the nature of an operation Create Read Update Delete HTTP POST HTTP GET HTTP PUT HTTP DELETE 3. Payload/Body (in JSON) { "ca_order_request": { "ca_quantity_req": 1, "ca_item_ref_number": 10 } } 8

9 Plan API and services z/os Connect EE V2.0 API Definition 6 GET /items?startitemid=<value> GET /items/{itemid} POST /orders This will be generated using the z/os Connect EE V2.0 API Editor in Eclipse z/os Connect EE V2.0 Service Definitions 3 Service for Inquire Catalog invokeuri="/inquirecatalog" servicename="inquirecatalog" Service for Inquire Single invokeuri="/inquiresingle" servicename="inquiresingle" Service for Place Order invokeuri="/placeorder" servicename="placeorder" Data transformation information zosconnectdataxform WOLA Information registername="cicsreg" servicename="dfh0xcmn" 5 4 CICS Program DFH0XCMN 1 Inquire Catalog DFH0XCP3 2 Inquire Single DFH0XCP4 Place Order DFH0XCP5 1. CICS program named in WOLA servicename 2. CICS copybooks used to create data transformation wsbind files (JSON to COMMAREA) 3. Service definitions 4. CICS region named in WOLA registername 5. Specifies location of wsbind files 6. API we want to construct with the API Editor

10 Les solutions Linux on z Enterprise Big Data and Analytics Hybrid Cloud Enterprise Open Source Industry Solutions Extremophil e Computing Systems of Record Systems of Insight Pattern-Enabled Infrastructure as a Service Flexibility & Choice with Enterprise- Grade Security & Uptime Industry-Specific Applications with Unmatched Performance & Reliability Extreme Scalability, Uptime, & Security Extreme Scalability A single MongoDB node scales up to 2TBs with 460,000 reads / writes per second without sharding vrealize Cloud Manager Extreme Uptime Best-in-class uptime engineering: Faulttolerant memory, spare processor cores in reserve, system-wide error detection and correction, optional earthquake resistance 10 Extreme Security Best-in-class security with fully checked hardware and memory for data integrity, hardwareprotected secure key cryptography, secure highly-available centralized key repository and management

11 API-enabled services z/os Connect EE V2.0 CICS z/os GET or POST https/json catalog API GET /items?startitemid GET /items/{itemid} POST /orders Services inquirecatalog inquiresingle placeorder DFH0XCMN Inquire Catalog Inquire item Place Order Create Read Update Delete VSAM File (EXMPCAT) Linux on z Mongo DB HTTP POST HTTP GET HTTP PUT CRUD HTTP DELETE https/json images API GET /api/images?filter={ "where" : {"reference": "{itemid}"}} GET /api/pictures/{itemid}?field=thu mbnail images thumbnails 11

12 API Management 12

13 API organizations Developer Organizations Cloud Management Console API Provider Organizations Developer portal API Manager Gateway Server StrongLoop mongodb User Application z/os Connect CICS 13

14 Démonstration Bluemix 14

15 IBM Bluemix Bluemix is an implementation of IBM s Open Cloud Architecture, leveraging Cloud Foundry to enable developers to rapidly build, deploy, and manage their cloud applications, while tapping a growing ecosystem of available services and runtime frameworks. IBM will provide services and runtimes into the ecosystem based on our extensive software portfolio.

16 Secure Gateway Service in Bluemix Bluemix On Premise App App Secure Gateway F W Secure Gateway Client (Docker Cont., DataPower) F W Destination Hostname:Port

17 Demos architecture DataPower : 1. Secure Gateway Client 2. AAA 3. API Gateway API z Systems mongodb API SG 3A API z/os API CICS LDAP 17

18 End to End Security Mainframe LTPA token Bluemix userid/pwd HTTPS/JSON SSL IDG HTTPS/JSON Identity in token SSL z/os Connect COMMAREA mapped identity z/os CICS LDAP RACF 1. User logs into mobile app using "distributed" user ID and password 2. IDG authenticates user in LDAP, forwards ID in LTPA token to z/os Connect 3. z/os Connect validates LTPA token and maps distributed user ID to RACF user ID (1:1 mapping for employees, many:1 mapping for customers) 4. RACF user ID is used for authorization checking 5. RACF user ID passed to CICS over WOLA, CICS checks user authority 18

19 O=mop,C=fr Mapping OU=employees UID=JeanLeclerc EMPLOY1 UID=AliceNevers EMPLOY2 UID=MarieDupond OU=customers UID=PierreDuclos CUSTOM OU=partner1 UID=ArthurLeroy PARTNE1 UID=JulieLaforest UID=RoryWilliams OU=partner2 PARTNE2 UID=RoseMoubinou DN: UID=JeanLeclerc,OU=employees,O=mop,C=fr 19

20 z/os Connect EE Guides z/os Connect EE V2.0 Getting Started Guide Step by step guide to install z/os Connect EE and create APIs available here API created from CICS Catalog Manager application Eclipse project provided to customers with guide z/os Connect EE V2.0 Performance Study Performance measurements for z/os Connect EE V2.0 available here Focuses on the API mapping feature Based on very simple API with varying message lengths 20

21 Collateral Redpapers etc. 21

22 Transforming z Systems for the Mobile, Digital & API Economy Fuel innovation Reach new markets Build your APIs April IBM Montpellier The API economy plays a central role in contemporary Cloud, Mobile and Web applications By 2018, some 68% mobile apps will be built on APIs The API Economy will become a $2.2 trillion market by 2018, analysts estimate 70% of business transactions in enterprises today touch IBM z Systems These significant business opportunities are tempered by technical challenges including integration, security and cost-effective delivery, at the speed-of-digital Join IBM world experts at this 3-day client event, exploring topics including: The evolution to the API economy What makes a good API? Best practices for the API world Create world-class APIs for speedy access to core business logic Secure, govern and enhance APIs to reach new markets Consumers of APIs in practice: Mobile, Cloud and Internet of Things (IoT) To register for this event, please contact Colette Lambert-Geyer (clambertg@fr.ibm.com)

23 z Systems Mobile support offerings by IBM Montpellier 1 Technical Awareness F.van der Wal N Williams Multi-client workshop z Systems in a mobile world covering: Business implications and benefits of mobility Challenges and solutions for successfully delivering mobile solutions with z Systems Integration, security, performance and the recently announced Mobile Workload Pricing (MWP) A.Affouard Agenda tailored to fit IMT requirements 2 Live demos and hands-on access Industry mobile demos based on Smarter Banking and Intelligent Operation Center showcases Access to mobile demos on ztec including IBM MobileFirst Platform Server on Linux for z Systems S. Faure Y. Kindelberger 3 Design workshops Workshop focused on mobile enablement and enterprise modernization, including End to end architecture and infrastructure Secure mobile integration Tagging and tracking of mobile transactions (requirement for MWP) Agenda tailored to fit individual customer requirements P.Bruschet O.Boehler 4 PoC, zmax performance studies & benchmarks Functional tests involving Worklight and other zmobile SWG products Analysis of customer performance data and recommendations on implementing MWP Sizing, performance, scalability, availability tests proving zmobile solutions

24 What makes a good API? Quick to learn, easy to use, and aimed at specific use cases Focused on a resource not a procedure or method URI should be intuitive Be stateless Explicit use of HTTP verbs To create a resource on the server, use POST To retrieve a resource, use GET To change the state of a resource or to update it, use PUT To remove or delete a resource, use DELETE Simple message payload, no redundant data 24

Il Mainframe e il paradigma dell enterprise mobility. Carlo Ferrarini zsystems Hybrid Cloud

Il Mainframe e il paradigma dell enterprise mobility. Carlo Ferrarini zsystems Hybrid Cloud Il Mainframe e il paradigma dell enterprise mobility Carlo Ferrarini carlo_ferrarini@it.ibm.com zsystems Hybrid Cloud Agenda Exposing enterprise assets in the API Economy Era Deliver natural APIs from

More information

API Connect. Arnauld Desprets - Technical Sale

API Connect. Arnauld Desprets - Technical Sale API Connect Arnauld Desprets - arnauld_desprets@fr.ibm.com Technical Sale 0 Agenda 1. API Understanding the space 2. API Connect 3. Sample implementations 4. Démonstration 1 sales introduction growth decline

More information

Introduction and Overview

Introduction and Overview IBM z/os Connect Enterprise Edition V2.0 API API API API API CICS Clients in the API Economy IMS DB2 Other Introduction and Overview 1 2015, IBM Corporation Topics to be Discussed Links to Pages Setting

More information

Expose Existing z Systems Assets as APIs to extend your Customer Reach

Expose Existing z Systems Assets as APIs to extend your Customer Reach Expose Existing z Systems Assets as APIs to extend your Customer Reach Unlocking mainframe assets for mobile and cloud applications Asit Dan z Services API Management, Chief Architect asit@us.ibm.com Insert

More information

IBM Data Virtualization Manager for z/os Leverage data virtualization synergy with API economy to evolve the information architecture on IBM Z

IBM Data Virtualization Manager for z/os Leverage data virtualization synergy with API economy to evolve the information architecture on IBM Z IBM for z/os Leverage data virtualization synergy with API economy to evolve the information architecture on IBM Z IBM z Analytics Agenda Big Data vs. Dark Data Traditional Data Integration Mainframe Data

More information

APIs Economy for Mainframe Customers: A new approach for modernizing and reusing mainframe assets

APIs Economy for Mainframe Customers: A new approach for modernizing and reusing mainframe assets Contact us: ZIO@hcl.com APIs Economy for Mainframe Customers: A new approach for modernizing and reusing mainframe assets www.zio-community.com Meet Our Experts and Learn the Latest News Copyright 2018

More information

IBM DATA VIRTUALIZATION MANAGER FOR z/os

IBM DATA VIRTUALIZATION MANAGER FOR z/os IBM DATA VIRTUALIZATION MANAGER FOR z/os Any Data to Any App John Casey Senior Solutions Advisor jcasey@rocketsoftware.com IBM z Analytics A New Era of Digital Business To Remain Competitive You must deliver

More information

Discover the CICS Catalog Manager The CICS TS V3.1 sample application

Discover the CICS Catalog Manager The CICS TS V3.1 sample application Summer University Discover the CICS Catalog Manager The CICS TS V3.1 sample application Lab Version V1.00 Tuesday, 23 July, 2013 Page 1 of 1 Overview With CICS TS V3.1 comes a sample application called

More information

1 Billion Smartphones a Year and Counting

1 Billion Smartphones a Year and Counting 1 Billion Smartphones a Year and Counting Dr Chris Poole chrispoole@uk.ibm.com @chrispoole Please note IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without

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

2014 IBM Corporation IBM Advanced Technical Skills ZCONN1. WebSphere Application Server Liberty Profile z/os. z/os Connect

2014 IBM Corporation IBM Advanced Technical Skills ZCONN1. WebSphere Application Server Liberty Profile z/os. z/os Connect IBM Advanced Technical Skills ZCONN1 WebSphere Application Server Liberty Profile z/os z/os Connect This page intentionally left blank 2 Agenda The agenda for this workshop is as follows: Overview Establish

More information

DB2 REST API and z/os Connect SQL/Stored Procedures Play a Role in Mobile and API Economics

DB2 REST API and z/os Connect SQL/Stored Procedures Play a Role in Mobile and API Economics DB2 REST API and z/os Connect SQL/Stored Procedures Play a Role in Mobile and API Economics Maryela Weihrauch IBM Distinguished Engineer z Systems Analytics WW Technical Sales and Client Champion Please

More information

IBM API Connect: Introduction to APIs, Microservices and IBM API Connect

IBM API Connect: Introduction to APIs, Microservices and IBM API Connect IBM API Connect: Introduction to APIs, Microservices and IBM API Connect Steve Lokam, Sr. Principal at OpenLogix @openlogix @stevelokam slokam@open-logix.com (248) 869-0083 What do these companies have

More information

Making Sense of The API * Economy

Making Sense of The API * Economy Making Sense of The API * Economy Joseph Gulla, Ph.D. IT Thought Leader, Consultant and Business Leader * Application Programming Interface Snapshot of My Activities 2 IT Analysis, Research, Services and

More information

ADABAS & NATURAL 2050+

ADABAS & NATURAL 2050+ ADABAS & NATURAL 2050+ Guido Falkenberg SVP Global Customer Innovation DIGITAL TRANSFORMATION #WITHOUTCOMPROMISE 2017 Software AG. All rights reserved. ADABAS & NATURAL 2050+ GLOBAL INITIATIVE INNOVATION

More information

ANY Data for ANY Application Exploring IBM Data Virtualization Manager for z/os in the era of API Economy

ANY Data for ANY Application Exploring IBM Data Virtualization Manager for z/os in the era of API Economy ANY Data for ANY Application Exploring IBM for z/os in the era of API Economy Francesco Borrello francesco.borrello@it.ibm.com IBM z Analytics Traditional Data Integration Inadequate No longer Viable to

More information

IBM Advantage: IBM Watson Compare and Comply Element Classification

IBM Advantage: IBM Watson Compare and Comply Element Classification IBM Advantage: IBM Watson Compare and Comply Element Classification Executive overview... 1 Introducing Watson Compare and Comply... 2 Definitions... 3 Element Classification insights... 4 Sample use cases...

More information

Connect and Transform Your Digital Business with IBM

Connect and Transform Your Digital Business with IBM Connect and Transform Your Digital Business with IBM 1 MANAGEMENT ANALYTICS SECURITY MobileFirst Foundation will help deliver your mobile apps faster IDE & Tools Mobile App Builder Development Framework

More information

IBM Cloud for VMware Solutions

IBM Cloud for VMware Solutions Introduction 2 IBM Cloud IBM Cloud for VMware Solutions Zeb Ahmed Senior Offering Manager VMware on IBM Cloud Mehran Hadipour Director Business Development - Zerto Internal Use Only Do not distribute 3

More information

API s in a hybrid world. Date 28 September 2017

API s in a hybrid world. Date 28 September 2017 API s in a hybrid world Date 28 September 2017 So, What is this API Economy thing? A mutually beneficial ecosystem of suppliers & consumers of APIs. Suppliers use APIs to securely provide specific types

More information

Which compute option is designed for the above scenario? A. OpenWhisk B. Containers C. Virtual Servers D. Cloud Foundry

Which compute option is designed for the above scenario? A. OpenWhisk B. Containers C. Virtual Servers D. Cloud Foundry 1. A developer needs to create support for a workload that is stateless and short-living. The workload can be any one of the following: - API/microservice /web application implementation - Mobile backend

More information

DB2 REST API and z/os Connect SQL/Stored Procedures Play a Role in Mobile and API Economics

DB2 REST API and z/os Connect SQL/Stored Procedures Play a Role in Mobile and API Economics DB2 REST API and z/os Connect SQL/Stored Procedures Play a Role in Mobile and API Economics Maryela Weihrauch, IBM Distinguished Engineer, WW Analytics on System z weihrau@us.ibm.com Jun 5th, 2018 1 2018

More information

CICS Event Processing

CICS Event Processing information CICS Transaction Server v4 CICS Event Processing George Bogner WBE Trademarks The following terms are trademarks of the International Business Machines Corporation or/and Lotus Development

More information

z/os Update Jeff Magdall z/os PDT Lead February 4, IBM Corporation

z/os Update Jeff Magdall z/os PDT Lead February 4, IBM Corporation z/os Update Jeff Magdall z/os PDT Lead magdall@us.ibm.com February 4, 2013 Topics Update on 2012 z/os Version 2 Statement of Direction zec12 Announcement February 5 th Preview New Solutions Announcement

More information

Making Sense of The API Economy By Joseph Gulla, Ph.D.

Making Sense of The API Economy By Joseph Gulla, Ph.D. Making Sense of The API Economy By Joseph Gulla, Ph.D. joseph.g.gulla@gmail.com LINKEDIN profile at https://www.linkedin.com/in/joseph-gulla-ph-d-ba5b9515/ Abstract In this paper, the author presents a

More information

Smarter Business Agility with WebSphere DataPower Appliances Introduction

Smarter Business Agility with WebSphere DataPower Appliances Introduction Mike Masterson Worldwide Executive WebSphere Appliances 14 October 2010 Smarter Business Agility with WebSphere DataPower Appliances Introduction Smarter Business Agility with WebSphere DataPower Appliances

More information

IBM Rational Developer for System z Version 7.5

IBM Rational Developer for System z Version 7.5 Providing System z developers with tools for building traditional and composite applications in an SOA and Web 2.0 environment IBM Rational Developer for System z Version 7.5 Highlights Helps developers

More information

Linux on IBM Z. Operational efficiency and trustworthiness. Linux at its best. Highlights. IBM Systems Data Sheet

Linux on IBM Z. Operational efficiency and trustworthiness. Linux at its best. Highlights. IBM Systems Data Sheet Linux on Operational efficiency and trustworthiness Highlights Scalability and flexibility Openness and connectivity Trustworthiness and reliability Pervasive encryption enablement Operational efficiency

More information

THINK DIGITAL RETHINK LEGACY

THINK DIGITAL RETHINK LEGACY THINK DIGITAL RETHINK LEGACY Adabas & 2050+ Platform Strategy & Roadmap Bruce Beddoe VP Adabas Systems 1 % BUSINESS & MISSION-CRITICAL 2 For internal use only Billions invested in DIFFERENTIATING business

More information

IBM POWER SYSTEMS: YOUR UNFAIR ADVANTAGE

IBM POWER SYSTEMS: YOUR UNFAIR ADVANTAGE IBM POWER SYSTEMS: YOUR UNFAIR ADVANTAGE Choosing IT infrastructure is a crucial decision, and the right choice will position your organization for success. IBM Power Systems provides an innovative platform

More information

Evaluating Cloud Databases for ecommerce Applications. What you need to grow your ecommerce business

Evaluating Cloud Databases for ecommerce Applications. What you need to grow your ecommerce business Evaluating Cloud Databases for ecommerce Applications What you need to grow your ecommerce business EXECUTIVE SUMMARY ecommerce is the future of not just retail but myriad industries from telecommunications

More information

A global technology leader approaching $42B in sales with 57,000 people, and customers in 160+ countries LENOVO. ALL RIGHTS RESERVED

A global technology leader approaching $42B in sales with 57,000 people, and customers in 160+ countries LENOVO. ALL RIGHTS RESERVED A global technology leader approaching $42B in sales with 57,000 people, and customers in 160+ countries. 2 Lenovo s Performance Lenovo WW PC Market Share 19.7% 2014 13.1% 2013 2012 9.6% 8.2% 2011 6.5%

More information

Connect and Transform Your Digital Business with IBM

Connect and Transform Your Digital Business with IBM Connect and Transform Your Digital Business with IBM Optimize Your Hybrid Cloud Solution 1 Your journey to the Cloud can have several entry points Competitive Project Office Create and deploy new apps

More information

The IBM MobileFirst Platform

The IBM MobileFirst Platform The IBM MobileFirst Platform Curtis Miles IBM MobileFirst Solution Architect April 14, 2015 What is the IBM MobileFirst Platform? A modular set " of libraries, tools, and runtimes " that help you " easily

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

Building an Enterprise API Strategy

Building an Enterprise API Strategy Front cover Building an Enterprise API Strategy Mark Moore Point-of-View Highlights There is untapped value in your IBM z/os assets. APIs are the way to extract and grow that value: APIs provide access

More information

Introduction to Worklight Integration IBM Corporation

Introduction to Worklight Integration IBM Corporation Introduction to Worklight Integration Agenda IBM Mobile Foundation Introduction to Worklight How to Integrate Worklight Adapters WebAPI HTTP & SOAP Database (SQL) WebSphere Message Broker Cast Iron 2 IBM

More information

Reliable Collaboration for an Optimized Workforce Social Collaboration on System z

Reliable Collaboration for an Optimized Workforce Social Collaboration on System z Reliable Collaboration for an Optimized Workforce Social Collaboration on System z Dexter J. Doyle IBM Collaboration Solutions z Client Technical Professional doylejd@us.ibm.com @DoyleKnows August 12,

More information

Db2 Partner Application Verification Quick Guide

Db2 Partner Application Verification Quick Guide Db2 Partner Application Verification Quick Guide VERSION: 1.6 DATE: Sept. 13, 2017 EDITOR: R. Wozniak Table of Contents 1 Overview of the Application Verification Process... 3 2 Platform Specific Considerations

More information

REALIZE YOUR. DIGITAL VISION with Digital Private Cloud from Atos and VMware

REALIZE YOUR. DIGITAL VISION with Digital Private Cloud from Atos and VMware REALIZE YOUR DIGITAL VISION with Digital Private Cloud from Atos and VMware Today s critical business challenges and their IT impact Business challenges Maximizing agility to accelerate time to market

More information

REST Services in Action: Using RESTful APIs with HPE NonStop Applications. Todd Barth - NuWave Andrew Price - NuWave

REST Services in Action: Using RESTful APIs with HPE NonStop Applications. Todd Barth - NuWave Andrew Price - NuWave REST Services in Action: Using RESTful APIs with HPE NonStop Applications Todd Barth - NuWave Andrew Price - NuWave Agenda REST API Overview Market Adoption APIs in Financial Services NuWave REST-based

More information

Guide Share France Groupe de Travail MQ septembre 2017

Guide Share France Groupe de Travail MQ septembre 2017 Systems Middleware Guide Share France Groupe de Travail MQ septembre 2017 Carl Farkas Pan-EMEA zwebsphere Application Integration Consultant IBM France D/2708 Paris, France Internet : farkas@fr.ibm.com

More information

DXC Technology and VMware: Innovation that Transforms

DXC Technology and VMware: Innovation that Transforms DXC Technology and VMware: Innovation that Transforms DXC and VMware for Digital Transformation Digital transformation is the talk of IT today, and although driven by technology, the focus is on real,

More information

THE API DEVELOPER EXPERIENCE ENABLING RAPID INTEGRATION

THE API DEVELOPER EXPERIENCE ENABLING RAPID INTEGRATION THE API DEVELOPER EXPERIENCE ENABLING RAPID INTEGRATION Ramchandar Loganathan IBS Solution Architect Banks require application programming interface (API) capabilities to realize the significant benefits

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

IBM Bluemix compute capabilities IBM Corporation

IBM Bluemix compute capabilities IBM Corporation IBM Bluemix compute capabilities After you complete this section, you should understand: IBM Bluemix infrastructure compute options Bare metal servers Virtual servers IBM Bluemix Container Service IBM

More information

Lotus Learning Management System R1

Lotus Learning Management System R1 Lotus Learning Management System R1 Version 1.0.4 March 2004 Administrator's Guide G210-1785-00 Contents Chapter 1 Introduction to the Learning Management System and Administration...1 Understanding the

More information

VMworld 2015 Track Names and Descriptions

VMworld 2015 Track Names and Descriptions Software- Defined Data Center Software- Defined Data Center General VMworld 2015 Track Names and Descriptions Pioneered by VMware and recognized as groundbreaking by the industry and analysts, the VMware

More information

The API Economy in a Mobile World What are we talking about?

The API Economy in a Mobile World What are we talking about? IBM BusinessConnect A New Era of Thinking The API Economy in a Mobile World What are we talking about? Frank van der Wal Human Being Digital Transformation Specialist thewall@nl.ibm.com @thewalls 1 2016

More information

IBM Mainframe Makeover: What Powers your Mobile Applications and Smart Phones?

IBM Mainframe Makeover: What Powers your Mobile Applications and Smart Phones? IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 09 March 2016 ISSN (online): 2349-784X IBM Mainframe Makeover: What Powers your Mobile Applications and Smart Phones? Pramod

More information

Exam C Foundations of IBM Cloud Reference Architecture V5

Exam C Foundations of IBM Cloud Reference Architecture V5 Exam C5050 287 Foundations of IBM Cloud Reference Architecture V5 1. Which cloud computing scenario would benefit from the inclusion of orchestration? A. A customer has a need to adopt lean principles

More information

REDEFINING THE ENTERPRISE

REDEFINING THE ENTERPRISE REDEFINING THE ENTERPRISE ENABLING IT AND BUSINESS TRANSFORMATION WITH INDUSTRY BENCHMARKS 1 TODAY S BUSINESS CHALLENGES REACT FASTER TO FIND NEW GROWTH CUT OPERATIONAL COSTS & LEGACY MORE THAN EVER 2

More information

Db2 for z/os Gets Agile

Db2 for z/os Gets Agile New England Db2 Users Group September 28, 2017 Db2 for z/os Gets Agile Robert Catterall IBM Senior Consulting Db2 for z/os Specialist 2017 IBM Corporation Agenda The distinction between data-as-a-service

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

Mobile Apps on IBM i with IBM MobileFirst & Bluemix

Mobile Apps on IBM i with IBM MobileFirst & Bluemix Mobile Apps on IBM i with IBM MobileFirst & Bluemix Demonstration Benoit MAROLLEAU - Architect IBM Client Center Montpellier, France Benoit.Marolleau@fr.ibm.com linkedin.com/in/bmarolleau @MarolleauBenoit

More information

Latest from the Lab: What's New Machine Learning Sam Buhler - Machine Learning Product/Offering Manager

Latest from the Lab: What's New Machine Learning Sam Buhler - Machine Learning Product/Offering Manager Latest from the Lab: What's New Machine Learning Sam Buhler - Machine Learning Product/Offering Manager Please Note IBM s statements regarding its plans, directions, and intent are subject to change or

More information

Introduction to CICS. Course introduction

Introduction to CICS. Course introduction Introduction to CICS Course introduction Course introduction What is CICS? What is an application server? Why use an application server? Course introduction Services provided by CICS How CICS applications

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

Build a system health check for Db2 using IBM Machine Learning for z/os

Build a system health check for Db2 using IBM Machine Learning for z/os Build a system health check for Db2 using IBM Machine Learning for z/os Jonathan Sloan Senior Analytics Architect, IBM Analytics Agenda A brief machine learning overview The Db2 ITOA model solutions template

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

Build an open hybrid cloud and paint it red and blue

Build an open hybrid cloud and paint it red and blue Build an open hybrid cloud and paint it red and blue Khaled Elbedri Technical sales lead, Microsoft Ismail Dhaoui EMEA Senior Specialist Solutions Architect, Red Hat Tuesday, May 8, 2018 Agenda RH & MS

More information

IBM Data Virtualization Manager in Detail + Demo Atlanta DB2 User Group Meeting December 7, 2018

IBM Data Virtualization Manager in Detail + Demo Atlanta DB2 User Group Meeting December 7, 2018 IBM Data Virtualization Manager in Detail + Demo Atlanta DB2 User Group Meeting December 7, 2018 Milan Babiak Client Technical Professional, Analytics on Z Systems North America IBM Canada Milan.Babiak@ca.ibm.com

More information

IBM Planning Analytics Workspace Local Distributed Soufiane Azizi. IBM Planning Analytics

IBM Planning Analytics Workspace Local Distributed Soufiane Azizi. IBM Planning Analytics IBM Planning Analytics Workspace Local Distributed Soufiane Azizi IBM Planning Analytics IBM Canada - Cognos Ottawa Lab. IBM Planning Analytics Agenda 1. Demo PAW High Availability on a Prebuilt Swarm

More information

Deploying Applications on DC/OS

Deploying Applications on DC/OS Mesosphere Datacenter Operating System Deploying Applications on DC/OS Keith McClellan - Technical Lead, Federal Programs keith.mcclellan@mesosphere.com V6 THE FUTURE IS ALREADY HERE IT S JUST NOT EVENLY

More information

Implementing IBM CICS JSON Web Services for Mobile Applications IBM Redbooks Solution Guide

Implementing IBM CICS JSON Web Services for Mobile Applications IBM Redbooks Solution Guide Implementing IBM CICS JSON Web Services for Mobile Applications IBM Redbooks Solution Guide This IBM Redbooks Solution Guide describes the existing and new aspects of IBM CICS Transaction Server that allow

More information

DevOps: APIs and Microservices Program Guide Accelerate digital innovation and business agility

DevOps: APIs and Microservices Program Guide Accelerate digital innovation and business agility DevOps: Program Guide Accelerate digital innovation and business agility API management has grown to embrace both APIs and microservices the building blocks of today s modern application architectures.

More information

VMworld 2015 Track Names and Descriptions

VMworld 2015 Track Names and Descriptions VMworld 2015 Track Names and Descriptions Software- Defined Data Center Software- Defined Data Center General Pioneered by VMware and recognized as groundbreaking by the industry and analysts, the VMware

More information

IBM CICS TS V5.5. Your essential guide to this release

IBM CICS TS V5.5. Your essential guide to this release IBM CICS TS V5.5 Your essential guide to this release CICS TS V5.5 As CICS reaches its 50th year of CICS Transaction Server we arrive at the launch of CICS TS V5.5, our most advanced and powerful version

More information

C ibm IBM C Foundations of IBM Cloud Reference Architecture V5 Version 1.0

C ibm  IBM C Foundations of IBM Cloud Reference Architecture V5 Version 1.0 C5050-287.ibm Number: C5050-287 Passing Score: 800 Time Limit: 120 min File Version: 1.0 IBM C5050-287 Foundations of IBM Cloud Reference Architecture V5 Version 1.0 Exam A QUESTION 1 Which IT methodology

More information

Why Enterprises Need to Optimize Their Data Centers

Why Enterprises Need to Optimize Their Data Centers White Paper Why Enterprises Need to Optimize Their Data Centers Introduction IT executives have always faced challenges when it comes to delivering the IT services needed to support changing business goals

More information

Cloud Computing Introduction & Offerings from IBM

Cloud Computing Introduction & Offerings from IBM Cloud Computing Introduction & Offerings from IBM Gytis Račiukaitis IT Architect, IBM Global Business Services Agenda What is cloud computing? Benefits Risks & Issues Thinking about moving into the cloud?

More information

MQ Service Provider for z/os Connect Enterprise Edition

MQ Service Provider for z/os Connect Enterprise Edition MQ Service Provider for z/os Connect Enterprise Edition Mitch Johnson mitchj@us.ibm.com Washington System Center /first_what_is_rest? What makes an API RESTful? 2 1 REST is an Architectural Style REST

More information

Atos Canopy Orchestrated Hybrid Cloud. Mark Nouris - Atos Head of Cloud Michael Kollar Head of Cloud engineering & TIC

Atos Canopy Orchestrated Hybrid Cloud. Mark Nouris - Atos Head of Cloud Michael Kollar Head of Cloud engineering & TIC Atos Canopy Orchestrated Hybrid Cloud Mark Nouris - Atos Head of Cloud Michael Kollar Head of Cloud engineering & TIC Cloud Animation Video 02-03-2017 Addressing Customer Challenges in all verticals With

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

VMware Cloud Application Platform

VMware Cloud Application Platform VMware Cloud Application Platform Jerry Chen Vice President of Cloud and Application Services Director, Cloud and Application Services VMware s Three Strategic Focus Areas Re-think End-User Computing Modernize

More information

TECHED USER CONFERENCE MAY 3-4, 2016

TECHED USER CONFERENCE MAY 3-4, 2016 TECHED USER CONFERENCE MAY 3-4, 2016 Bruce Beaman, Senior Director Adabas and Natural Product Marketing Software AG Software AG s Future Directions for Adabas and Natural WHAT CUSTOMERS ARE TELLING US

More information

Enterprise Cloud One OS. One Click.

Enterprise Cloud One OS. One Click. Une infrastructure agile pour soutenir vos pratiques DevOps Enterprise Cloud One OS. One Click. Anthony Costeseque, Sr. Systems Engineer Sud-Est, @acosteseque Hybrid Cloud and DevOps SME @nutanix Planning

More information

Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges

Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges Why Upgrade to Liferay Digital Experience Platform? The Right Solution for Your Future Challenges Table of Contents Transform Your Business With a Modern Platform.............. 1 The Evolving Role of IT

More information

IBM Enterprise Modernization for System z: Wrap existing COBOL programs as Web Services with IBM Rational Developer for System z

IBM Enterprise Modernization for System z: Wrap existing COBOL programs as Web Services with IBM Rational Developer for System z IBM Enterprise Modernization for System z: Wrap existing COBOL programs as Web Services with IBM Rational Developer for System z Extend value of existing enterprise software assets Skill Level: Intermediate

More information

Cisco Tetration Analytics

Cisco Tetration Analytics Cisco Tetration Analytics Enhanced security and operations with real time analytics John Joo Tetration Business Unit Cisco Systems Security Challenges in Modern Data Centers Securing applications has become

More information

Revolutionize the Way You Work With IMS Applications Using IBM UrbanCode Deploy Evgeni Liakhovich, IMS Developer

Revolutionize the Way You Work With IMS Applications Using IBM UrbanCode Deploy Evgeni Liakhovich, IMS Developer Revolutionize the Way You Work With IMS Applications Using IBM UrbanCode Deploy Evgeni Liakhovich, IMS Developer evgueni@us.ibm.com * 2016 IBM Corporation Trademarks, copyrights, disclaimers IBM, the IBM

More information

B14: APIs to the Data Prize: Discovery of IMS and DB2 Services with z/os Connect Haley Fung, IMS Development

B14: APIs to the Data Prize: Discovery of IMS and DB2 Services with z/os Connect Haley Fung, IMS Development B14: APIs to the Data Prize: Discovery of IMS and DB2 Services with z/os Connect Haley Fung, IMS Development hfung@us.ibm.com 2016 IBM Corporation Agenda 1 Business drivers/opportunities for leveraging

More information

IMS Connect Much More Than a TCP/IP Gateway

IMS Connect Much More Than a TCP/IP Gateway Connect Much More Than a TCP/IP Gateway Haley Fung Development hfung@us.ibm.com * Technical Symposium 2015 Trademarks, copyrights, disclaimers IBM, the IBM logo, and ibm.com are trademarks or registered

More information

Creating a Hybrid Gateway for API Traffic. Ed Julson API Platform Product Marketing TIBCO Software

Creating a Hybrid Gateway for API Traffic. Ed Julson API Platform Product Marketing TIBCO Software Creating a Hybrid Gateway for API Traffic Ed Julson API Platform Product Marketing TIBCO Software Housekeeping Webinar Recording Today s webinar is being recorded and a link to the recording will be emailed

More information

IBM WebSphere Application Server for Bluemix

IBM WebSphere Application Server for Bluemix IBM WebSphere Application Server for Bluemix Innovate, Reduce Cost & Accelerate Time to Market for Traditional WAS Workloads Deliver the right app to the right user at the right time for the right experience

More information

Narration Script for Web Service Medation Patterns WebSphere DataPower Demo

Narration Script for Web Service Medation Patterns WebSphere DataPower Demo Narration Script for Web Service Medation Patterns WebSphere DataPower Demo IBM Software Group Web Service mediation patterns for dynamic routing of multiple tenant requests using WebSphere DataPower SOA

More information

2008 WebSphere System z Podcasts Did you say Mainframe? TITLE: Announcing WebSphere Business Monitor for Linux on System z

2008 WebSphere System z Podcasts Did you say Mainframe? TITLE: Announcing WebSphere Business Monitor for Linux on System z TITLE: Announcing WebSphere Business Monitor for Linux on System z HOST: Hi, and welcome to the Did you say Mainframe? podcast series. This is where we regularly interview IBM technical experts who can

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

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

Cloud without Compromise - Continuous Innovation for Growth

Cloud without Compromise - Continuous Innovation for Growth Cloud without Compromise - Continuous Innovation for Growth Michael Healy Vice President IBM Cloud Computing We are at an inflection point in the industry Technology is increasingly the most critical driver

More information

Transform to Your Cloud

Transform to Your Cloud Transform to Your Cloud Presented by VMware 2012 VMware Inc. All rights reserved Agenda Corporate Overview Cloud Infrastructure & Management Cloud Application Platform End User Computing The Journey to

More information

SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014

SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 SAP HANA SPS 08 - What s New? SAP HANA Interactive Education - SHINE (Delta from SPS 07 to SPS 08) SAP HANA Product Management May, 2014 Agenda SHINE - Overview SHINE What s new in SPS 08 SHINE - Roadmap

More information

Syncsort DMX-h. Simplifying Big Data Integration. Goals of the Modern Data Architecture SOLUTION SHEET

Syncsort DMX-h. Simplifying Big Data Integration. Goals of the Modern Data Architecture SOLUTION SHEET SOLUTION SHEET Syncsort DMX-h Simplifying Big Data Integration Goals of the Modern Data Architecture Data warehouses and mainframes are mainstays of traditional data architectures and still play a vital

More information

Going cloud-native with Kubernetes and Pivotal

Going cloud-native with Kubernetes and Pivotal Going cloud-native with Kubernetes and Pivotal A guide to Pivotal Container Service (PKS) by role Fast, low-risk enterprise-grade Kubernetes has arrived With Pivotal Container Service (PKS), organizations

More information

Understanding the latent value in all content

Understanding the latent value in all content Understanding the latent value in all content John F. Kennedy (JFK) November 22, 1963 INGEST ENRICH EXPLORE Cognitive skills Data in any format, any Azure store Search Annotations Data Cloud Intelligence

More information

Launch Smart Products With End-to-End Solutions You & Your Customers Can Trust

Launch Smart Products With End-to-End Solutions You & Your Customers Can Trust Solution Brief: Launch Smart Products With End-to-End Solutions You & Your Customers Can Trust DeviceTone, our ready to run "connect, manage and enable" solution for product companies, makes secure connectivity,

More information

BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE

BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE OUR ORGANISATION AND SPECIALIST SKILLS Focused on delivery, integration and managed services around Identity and Access Management.

More information

IBM Db2 Warehouse on Cloud

IBM Db2 Warehouse on Cloud IBM Db2 Warehouse on Cloud February 01, 2018 Ben Hudson, Offering Manager Noah Kuttler, Product Marketing CALL LOGISTICS Data Warehouse Community Share. Solve. Do More. There are 2 options to listen to

More information

The Latest EMC s announcements

The Latest EMC s announcements The Latest EMC s announcements Copyright 2014 EMC Corporation. All rights reserved. 1 TODAY S BUSINESS CHALLENGES Cut Operational Costs & Legacy More Than Ever React Faster To Find New Growth Balance Risk

More information

A platform that delivers superior business results, time and time again.

A platform that delivers superior business results, time and time again. Mark Binks System z Platform Executive Australia & New Zealand Norman Joe System z Sales Manager New Zealand A platform that delivers superior business results, time and time again. Yet the Reality Can

More information