SlideShare a Scribd company logo
1 of 12
Download to read offline
VIEWPOINT
APIENABLEMENTONMAINFRAME
Abstract
A key aspect of digital transformation is building effective systems of
engagement across social, mobile and web that can help businesses
sell, serve and engage their customers anytime, anywhere and on
any device. While end user app ecosystems are growing steadily
with the emergence of innovative solutions, mainframes continue
to be a relevant and vital part of business operations for more than
70% of Fortune 500 enterprises. With the bulk of systems of record
applications running on mainframes, there is an ever increasing
need to integrate mainframe data with social, mobile, web, and
cloud-based SaaS applications. This point of view examines the
methodologies, solutions and benefits of such initiatives along with
potential tools and accelerators to streamline implementation. It
also outlines the Infosys approach to developing innovative end
user apps and solutions that engage customers and users.
External Document © 2019 Infosys Limited
System of records
System of differentiation
System of integration
System of engagement
System of insight
System of innovation
• Core business functions
• Critical business functions
• Fundamental and standard functions
like accounts, posting, etc.
• API management and orchestration
of different platforms
• Non-core and peripheral functions
• Functions that deliver a competitive
edgelike payments, mortgages, etc.
• Customer-facing channels
• Analytics and ML
• Innovative functions and solutions
like mobile banking origination, offers
for customers as well as AI-led
customer channels like integration
with Alexa
 Mainframe
 API gateway, ESB
 Microservices based
architecture (x86 /
Cloud)
 Modern UI (e.g.
Angular) on x86/Cloud
 Hadoop, NoSQL, MF
zAnalytics*
 Innovative solutions on
x86/Cloud
Speedatwhichchangesarerequiredtobedelivered
Numberofchangespermonth/yearAPIs are key components that connect
the systems of engagement with the
systems of record. Before getting into API
enablement solutions in detail, let us take
Systems of record are ERP-type systems
used to run various aspects of the business
like financials, manufacturing, CRM, and
HR. These always contain the source-of-
truth data or the master copy of the data.
Systems of engagement are systems
that are used directly by end users and
customers for‘sticky uses’like mobile apps
Introduction
System classifications and a speed layer view of the technology landscape
a quick look at system classifications, the
need for integrating data between systems,
and data access strategies. As the need for
speed varies across system classifications, it
and collaboration systems. Their purpose
is to engage and serve the users anytime,
anywhere.
Not all applications need to have the same
speed in terms of time to market, i.e., the
same cycle time to deploy changes or
the number/frequency of changes. This
depends on the nature of applications.
is vital to establish a standardized, flexible
and adaptable integration solution to
bridge the speed gap.
Systems of engagement are experience
focused applications used to engage large
user bases like customers and employees.
Hence, there is a need to update these
continuously, particularly since user
experience is the key to user/customer
stickiness.
Fig 1: Speed layer view to segregate different workloads based on their system classifications
External Document © 2020 Infosys Limited
External Document © 2019 Infosys Limited
While it is important to build state-of-the-
art systems of engagement (as explained
in Fig 1), such systems need access to
the system of record data to provide
meaningful functionalities to end users.
This paper presents two solution patterns
to expose mainframe business services
(code) and data to end user applications.
While there are numerous ways to do this,
API enablement of mainframes is critical
to seamlessly integrate mainframes with
external applications. This is a standard
modernization pattern. While there has
been significant discussion on APIs and
Representational State Transfer (REST)
based interfaces over the last decade as
well as the latest integration technologies
are already replacing them, there is still
considerable opportunity to expose
mainframe-based services as APIs. Before
delving into the technical solutions, let
us take a quick look at the characteristics
of REST-based APIs and the challenges of
implementing these on mainframes.
Data integration using APIs
Providing data access to end user
applications can be done in two ways:
1.	Data integration – Consume data
directly from mainframe data sources
(DB2, VSAM and IMS) through web
services
the ones presented here are standardized
and widely used. These solutions are based
on data integration with mainframe, not
data offloading. The use cases that require
2.	Data offloading – Create a copy of
the mainframe data source outside the
mainframe through Extract, Transform,
Load (ETL) or Change Data Capture
(CDC) processes
data offloading are already mentioned
above. However, a detailed examination of
these are beyond the scope of this paper.
Fig 2: Use cases and benefits of data integration versus data offloadings
Fig 3: Characteristics and challenges of APIs
• Application re-engineering or decoupling using
Strangler pattern
• Offloading read/inquiry functions to reduce load
on mainframes
• Offloading data for innovative functionalities like
reporting, analytics and machine learning
• API enablement – To enable standards based
integration with external systems
• Application integration – To enable
point-to-point integration with external apps,
both on-premises and cloud-based
• Reduce application sprawl and MIPS cost in
mainframe
• Enable independent application development
and scaling with no dependency on mainframes
• Enable phased migration of application
functionalities
• No redundant copies of data
• No additional cost on middleware (like CDC or ETL)
and infrastructure setup
• Systems of records provide the most accurate and
consistent data
• Standards based integration
Use cases
Benefits
Data integration Data offloading
REST-based
services
Modular
design for
microservices
Standardized
and
rationalized
services
No
point-to-point
interaction
Discoverable
full stack API
catalog
Accurate API
governance
and
management
API
Enablement
Typical problems in legacy landscape
• Lack of support for REST services
• Monolithic programs
• Duplicate or redundant capabilities
• Point-to-point interfaces without versioning
• Not all capabilities are exposed
• Lack of standardization, documentation and
catalogues
• Various custom message formats
• Lack of API management and governance
processes
External Document © 2020 Infosys Limited
Through this solution, existing z/OS business services or data
from disparate legacy data sources can be exposed as APIs. These
services may contain complex business logic and may run into
thousands of lines of code. Thus, utilizing these services as-is
saves time and money. The data from various legacy data sources
like DB2, VSAM and IMS can also be exposed directly as APIs.
Through this solution, z/OS data can be fetched through native
stored procedures and any additional business logic can be
implemented on Java Web Services, which can in turn be consumed
by end-user applications.
Technical overview
z/OS Connect is a product from IBM
that provides a simple and secure way
to discover and invoke applications
and data on z/OS from mobile, cloud
and web applications. Built on IBM
WebSphere Application Server Liberty
profile, the product runs on z/OS and uses
standardized interfaces and data, including
z/OS Connect features
•	Provides a common and consistent entry
point to access Z assets
•	 Leverages specialty processors
•	Provides a point of authorization for all
back-end services
•	Captures usage information by writing
to SMF logs
The key steps involved in exposing an
API are:
•	Create a service definition to map and
Pattern 1: Expose legacy applications as REST APIs
through z/OS Connect
Pattern 2: Expose legacy data as REST APIs through
Java Web Services and DB2 Native SQL PL Stored
Procedures (NSP)
Pattern 1: Expose legacy applications as REST APIs through z/OS Connect
REST APIs and JSON. It also provides
a tooling facility that helps create and
modify REST APIs easily.
Currently, there is an increasing need for
mobile, web and cloud-based applications
to instantly integrate and consume
business services from mainframe. This
requires intuitive, standards-based and
define the API to a z/OS asset. The
service definition or SAR file contains a
bind file and a JSON schema document.
The bind file provides z/OS with
knowledge of how the JSON maps to
the target data structure (copybook) and
a JSON schema, which are used to map
the requests and responses
•	Import the SAR file into the z/OS
Connect API editor and create the API
definition
•	Configure the service provider in the
self-describing APIs that are exposed
from the mainframe. Here, the underlying
technology stack and data model is
irrelevant as long as the functional and
non-functional requirements are met.
z/OS Connect provides this abstraction to
business services and data that reside on
mainframes.
server.xml file of the liberty profile.
A service provider is what provides
services to a specific backend resource
like CICS or DB2. z/OS Connect can
support multiple service providers for
various z/OS backend systems
•	Deploy the bind files and JSON schema
in z/fs and configure the service
providers in server.xml
•	 Deploy the API in z/OS Connect
JSON
CICS
MQ
IMS
DB2
WAS
Mobile apps
Web applications
Cloud
HTTP,TCP/IP
Web server
TCP/IP - SSL
API management
Create
Secure Manage
Run
API
API
API
Fig 4: API enablement using z/OS Connect
External Document © 2020 Infosys Limited
Technical overview
RESTful web services have become a de-
facto standard for application integration.
NSPs are a proven way to extract data
through SQL while implementing simple
processing logic like control flow, loops,
DB2 native stored procedures are invoked
by Java Web Service through JDBC calls
and exposed as RESTful endpoints to
external applications. In the above reference
architecture (Fig 5), Java Web Service
makes multiple parallel calls to the DB2
stored procedures, maps result sets to data
objects (through OR mapping), applies
business rules, and aggregates the results
into a response object. The DB2 NSP is
mainly used for data access with some basic
validations and transformations that can be
accommodated in the NSP queries. The web
service may aggregate multiple parallel calls
to DB2 NSPs into a logical response. It also
handles security checks. Once the response
object is created, it is returned to the user.
Java Web Service runs on a tomcat server
deployed on a Docker container. It can
scale horizontally based on volume. If the
API is exposed for the public, then an API
management layer may be needed to
handle other non-functional requirements
like security, logging and caching along with
monitoring requests and managing APIs.
Pattern 2: Expose legacy data as REST APIs through Java Web Services and DB2 Native SQL PL
Stored Procedures (NSP)
validations, and transformations. These
services deliver increased performance and
scalability at reduced network traffic and
cost. Today, many organizations have made
it a standard practice to access DB2 data
through stored procedures rather than
When stored procedures are exposed to
external web services, performance and
scalability become critical, particularly
since the volume of requests can go up to
hundreds of transactions per second. In
such cases, the stored procedures should
be tested for optimal performance based
on some considerations like:
•	Ensuring the access type is index-
based, with only matching columns and
without tablespace scans. This is critical
when joining tables with millions of
rows
•	Determining the overall CPU time and
cost required by using the execution
time of the stored procedures together
direct JDBC calls as this method provides
an additional layer of security in terms of
what external apps can read or manipulate
in the database.
with the call volumes
	 o	Total CPU time per day = Execution
(in milliseconds) for a transaction *
number of transactions per day
	 o	CPU and memory utilization can be
used to determine NSP performance
•	Scale the Java layer horizontally by
adding more active nodes
•	Conducting thorough integrated
performance testing that simulates the
actual production volumes (transactions
per second) to identify performance
issues and tune the applications
accordingly
Fig 5: API enablement using Java Web Services and DB2 NSPs
SP1
SP2
SP4
SP3
NativeStoredProcedures
DB2 for z/OS
Tables
Distributed app
Docker container
Controller
Security
Operation 1
Operation 2
Web
Mobile
Branch
Partner
Open API
Third party/
external systems
DMZLoadBalancerMonitoring
OpenAPIGateway
JerseyServlet
OAuthValidation
MyBatisORM
JDBCClient
REST URI:/data aggregator
External Document © 2020 Infosys Limited
Applications exist and are built to serve
data in order to enable efficient execution
of business functions and extract rich
business insights. NSPs are an important
component of this architecture. Thus,
it helps to have a better understanding
about stored procedures (SPs) and NSPs
and their specific advantages.
In DB2, there are two types of stored
procedures:
•	External SPs run in z/OS WLM
environment and are typically coded in
COBOL/PL1
•	Native SPs (from DB29) run in DBM1
address space and are coded in SQL-PL
language
Native stored procedures can be used in
cases where:
•	Processing is data/SQL intensive and all
data is available in the DB2 database
•	There is minimal business logic to be
coded in the NSP
•	It is critical to maintain a low cost
per transaction, i.e., where the NSP
DB2 stored procedures
execution is zIIP (IBM® z Integrated
Information Processor) off-loadable
Other alternatives like application
programs (CICS/COBOL) should be
considered in cases where:
•	The processing logic is heavy with
constructs like IF/WHILE/CASE/REPEAT
•	There is a need to invoke calls to
external applications
•	There is need to utilize specialized
library functions
•	The application requires access to files/
tables other than the DB2 database
Beyond API enablement, there are other
use cases for implementing NSPs. Cost
savings can be realized by converting
general processor workloads to zIIP eligible
workloads. Some of these use cases are:
•	Converting external SPs to NSPs as NSPs
are faster and easier to migrate to DB2
LUW at a later stage
•	Converting high-volume CICS
transactions – those used primarily for
data access (DB2 only) and have minimal
business logic – to NSPs
•	Identifying highly repeated data access
patterns or any logic that involves
complex computations/derivations
and used in many batch and online
programs. These data access patterns
can be implemented as NSPs to reduce
MIPS usage depending on volume
Key benefits of API enablement
•	Faster implementation – Consume
systems of record data with minimal
coding for faster implementation of end
user apps
•	Accelerates SMAC adoption – Easily
and quickly adopt any social, mobile,
analytics and cloud (SMAC) technology
•	Improves performance – Eliminates
redundant code and componentizes
business logic to achieve high reusability
and better maintainability
•	Builds future-ready applications – The
highly scalable and agile architecture
can address evolving needs
External Document © 2020 Infosys Limited
Enabling API across the enterprise can
be daunting, particularly since large
enterprises may run numerous applications
on the mainframe across different business
units. Thus, a planned and methodical
Infosys approach to API enablement
approach to API enablement is vital to
unlock maximum benefit.
Infosys has successfully executed several
API enablement projects for various clients.
We help companies discover, assess and
prioritize a minimum viable product
(MVP) and finally deploy APIs on their
mainframes.
Discover
• List all existing
capabilities that
are exposed
• Identify other
capabilities that
can be exposed
• Standardize and
rationalize services
discovered in the
previous step
(using a bottom-up
approach)
• Review industry
standard APIs for
the given domain
(using a top-down
approach)
• Build a
consolidated full
stack API catalog
for the portfolio
• Prioritize APIs in the
new catalog for
migration
• Prioritize any
remediation
required for
backend services
like modularization
• Assess capabilities
that can be
migrated to the
cloud or to an
on-premises
distributed
platform
• Deploy capabilities
for API
management (API
Connect) and
REST-based services
on mainframe
(z/OS Connect)
• Develop a service
layer and a wrapper
for microservices
(required only
during transition
states)
• Clone a few
backend services
and expose these
as REST-based
services
• Migrate APIs based
on priority, clone
backend services
and use wrapper to
format messages
• Remediate cloned
backend services in
a phased manner
(not linked to when
its exposed)
• Onboard
consumers in a
phased manner
• Retire the old
services once all
consumers are
on-boarded
Assess Prioritize
Minimum viable
product
Deploy
Fig 6: Infosys approach to API enablement
External Document © 2020 Infosys Limited
Infosys has invested in tools and
accelerators to accelerate and de-risk
modernization projects. Two of these tools
are described below:
1.	Mainframe knowledge curation
The Infosys Knowledge Curation Platform
(Ki) delivers an interactive environment
for stakeholders to curate and enrich
knowledge and form a single source of
truth with summary and detailed views.
The Ki portal can be used by modernization
SMEs to gain insights into the application
and understand which parts are used and
which are not. These insights allow Infosys
Leveraging Infosys and industry tools
to work with the organization to develop a
relevant mainframe migration strategy.
Infosys recommends a meet-in-the-middle
approach to curate knowledge from the
existing mainframe portfolio in order to
reduce dependency on the customer
mainframe SMEs. Fig 7 illustrates this
approach and outlines semi-automated,
mostly automated, baseline knowledge,
and extracted knowledge inventory stages.
For the semi-automated stage, Infosys
has developed L1, L2 and L3 business
process maps for different industries like
financial services, healthcare and retail.
These capabilities are used to map existing
mainframe application components. The
maps are reviewed and used to identify
critical business process flows and
functionalities to be migrated.
For the mostly automated stage, Infosys
has developed a number of parsers and
scripts that can be used along with partner
tools from IBM and Micro Focus. These
tools are used to analyze the operational
workloads, interfaces, databases,
components, and code. It will then curate
the knowledge in a software readable
format.
Semi-automated Mostly automated
Extract inventory knowledge
Baseline inventory Static and dynamic analysis
• Business process (L1–L3)
• Functionality (core/differential/
customer facing/insight/enabling)
• Process and data flow
• Critical path flow
COBOL, COBOL SP, JCL, PL/1,
Assembler, CICS, CICS Web
services, DB2, IMS, VSAM,
Easytrieve, and InfoPac
• Unreferred programs
• Unresolved programs
• Scheduler analysis for unreferred jobs
• Unused data stores
• Applications inventory
• Knowledge extraction for critical apps
• Application, data and interface
analysis
• Infrastructure utilization
• Application pattern matching
• Count and LOC of elements
• Types of elements
• Data sources and models
• Interfaces
• Business rules, SQL queries and program calls
• Dependencies – Programs, data stores,
interfaces, and other programs
• Anti-pattern analysis
• Volumetric input and data size
• MF architecture patterns
• Technical debt
• Duplicate analysis
• Duplication of functionality
Validate
with
SME
Current
landscape
Enhance
knowledge
base
Fig 7: Knowledge curation process and outcomes
External Document © 2020 Infosys Limited
2.	API enablement toolset
Fig 8 lists the challenges in a typical API
enablement project. It also explains the
various industry-standard and Infosys
toolsets that can be used to address these
challenges.
Fig 8: API enablement toolset
Challenges Infosys solutions
1
Direct mobile integration with z/OS
z/OS Connect
Simplification of integration patterns for REST
2
Rapid identification and definition of services
	
Ki 		 Anti Pattern
Extracting rules from spaghetti applications
3
Exposing services as microservices
Cornerstone
Enabling caching of services for static reads
4 API governance and gateway
Enterprise API gateway/governance tools (Apigee, API Connect,
MuleSoft, etc.)
5
Enabling agility and faster time to market
IBM DevOps tools
Open source DevOps tools
Optimized workload management
External Document © 2020 Infosys Limited
Infosys understands that mainframe
applications run the most critical
business processes and transactions
for many organizations, making them
vital for supporting day-to-day business
operations. The Infosys approach to
mainframe modernization is unique
because it addresses key challenges and
risks associated with migration. It helps
Infosys – The proven modernization partner
clients maximize value from mainframe
modernization by:
•	Leveraging a knowledge-based
engineering approach to discover
and analyze the existing mainframe
footprint, accelerate as-is understanding
and use this information to plan the
scope of specific workload migration
•	Analyzing and deconstructing the
mainframe portfolio so workloads can
be migrated with minimal impact to
other dependent applications
•	Focusing on people, process and
technology to accelerate modernization
and business outcomes
External Document © 2020 Infosys Limited
Exposing mainframe business services/
data as RESTful APIs enables web, mobile,
distributed, and cloud-based applications
to consume such services/data anytime,
anywhere and from any device, platform
or technology stack. The power of data is
key to enabling faster time to market and
accelerating development of innovative
end-user solutions/apps. While Z systems
support many of the sophisticated
business applications and data today,
its value increases exponentially when
these business applications and data can
be exposed through an enterprise-wide
catalogue of APIs.
Conclusion
External Document © 2020 Infosys Limited
Maran Gothandaraman is a Principal Consultant with the Infosys Mainframe Modernization Practice. He leads
the mainframe modernization solutions program in the US. Maran has over 17 years of experience delivering
complex IT engagements across industry verticals with a focus on mainframe modernization, application
development and project/program management.
About the author
© 2020 Infosys Limited, Bengaluru, India. All Rights Reserved. Infosys believes the information in this document is accurate as of its publication date; such information is subject to change without notice. Infosys
acknowledges the proprietary rights of other companies to the trademarks, product names and such other intellectual property rights mentioned in this document. Except as expressly permitted, neither this
documentation nor any part of it may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, printing, photocopying, recording or otherwise, without the
prior permission of Infosys Limited and/ or any named intellectual property rights holders under this document.
For more information, contact askus@infosys.com
Infosys.com | NYSE: INFY Stay Connected

More Related Content

What's hot

Cloud Migration Checklist | Microsoft Azure Migration
Cloud Migration Checklist | Microsoft Azure MigrationCloud Migration Checklist | Microsoft Azure Migration
Cloud Migration Checklist | Microsoft Azure MigrationIntellika
 
Migrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceMigrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceAmazon Web Services
 
Elastic Observability keynote
Elastic Observability keynoteElastic Observability keynote
Elastic Observability keynoteElasticsearch
 
[WSO2 API Manager Community Call] Mastering JWTs with WSO2 API Manager
[WSO2 API Manager Community Call] Mastering JWTs with WSO2 API Manager[WSO2 API Manager Community Call] Mastering JWTs with WSO2 API Manager
[WSO2 API Manager Community Call] Mastering JWTs with WSO2 API ManagerWSO2
 
Northwestern Mutual Journey – Transform BI Space to Cloud
Northwestern Mutual Journey – Transform BI Space to CloudNorthwestern Mutual Journey – Transform BI Space to Cloud
Northwestern Mutual Journey – Transform BI Space to CloudDatabricks
 
Hybrid- and Multi-Cloud by design - IBM Cloud and your journey to Cloud
Hybrid- and Multi-Cloud by design - IBM Cloud and your journey to CloudHybrid- and Multi-Cloud by design - IBM Cloud and your journey to Cloud
Hybrid- and Multi-Cloud by design - IBM Cloud and your journey to CloudAleksandar Francuz
 
Data Migration PowerPoint Presentation Slides
Data Migration PowerPoint Presentation Slides Data Migration PowerPoint Presentation Slides
Data Migration PowerPoint Presentation Slides SlideTeam
 
Breaking the Monolith
Breaking the MonolithBreaking the Monolith
Breaking the MonolithVMware Tanzu
 
Inspirage Webinar on Epm integration agent
Inspirage Webinar on Epm integration agentInspirage Webinar on Epm integration agent
Inspirage Webinar on Epm integration agentDayalan Punniyamoorthy
 
Event Driven Architecture
Event Driven ArchitectureEvent Driven Architecture
Event Driven ArchitectureStefan Norberg
 
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curve
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curveHow to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curve
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curveDoga Pamir
 
How to migrate an application in IBM APIc, and preserve its client credential
How to migrate an application in IBM APIc, and preserve its client credentialHow to migrate an application in IBM APIc, and preserve its client credential
How to migrate an application in IBM APIc, and preserve its client credentialShiu-Fun Poon
 
FDMEE versus Cloud Data Management - The Real Story
FDMEE versus Cloud Data Management - The Real StoryFDMEE versus Cloud Data Management - The Real Story
FDMEE versus Cloud Data Management - The Real StoryJoseph Alaimo Jr
 
Why Mulesoft ?
Why Mulesoft ?Why Mulesoft ?
Why Mulesoft ?Bui Kiet
 
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...Amazon Web Services
 
Hybrid Cloud Customer Use Cases on AWS
Hybrid Cloud Customer Use Cases on AWSHybrid Cloud Customer Use Cases on AWS
Hybrid Cloud Customer Use Cases on AWSTom Laszewski
 
Migrating Your Databases to AWS - Tools and Services.pdf
Migrating Your Databases to AWS -  Tools and Services.pdfMigrating Your Databases to AWS -  Tools and Services.pdf
Migrating Your Databases to AWS - Tools and Services.pdfAmazon Web Services
 
The Changing Landscape of Development with AWS Cloud - AWS PS Summit Canberra...
The Changing Landscape of Development with AWS Cloud - AWS PS Summit Canberra...The Changing Landscape of Development with AWS Cloud - AWS PS Summit Canberra...
The Changing Landscape of Development with AWS Cloud - AWS PS Summit Canberra...Amazon Web Services
 

What's hot (20)

Cloud Migration Checklist | Microsoft Azure Migration
Cloud Migration Checklist | Microsoft Azure MigrationCloud Migration Checklist | Microsoft Azure Migration
Cloud Migration Checklist | Microsoft Azure Migration
 
Mule esb presentation
Mule esb presentationMule esb presentation
Mule esb presentation
 
Migrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration ServiceMigrating to Amazon RDS with Database Migration Service
Migrating to Amazon RDS with Database Migration Service
 
Elastic Observability keynote
Elastic Observability keynoteElastic Observability keynote
Elastic Observability keynote
 
[WSO2 API Manager Community Call] Mastering JWTs with WSO2 API Manager
[WSO2 API Manager Community Call] Mastering JWTs with WSO2 API Manager[WSO2 API Manager Community Call] Mastering JWTs with WSO2 API Manager
[WSO2 API Manager Community Call] Mastering JWTs with WSO2 API Manager
 
Northwestern Mutual Journey – Transform BI Space to Cloud
Northwestern Mutual Journey – Transform BI Space to CloudNorthwestern Mutual Journey – Transform BI Space to Cloud
Northwestern Mutual Journey – Transform BI Space to Cloud
 
Hybrid- and Multi-Cloud by design - IBM Cloud and your journey to Cloud
Hybrid- and Multi-Cloud by design - IBM Cloud and your journey to CloudHybrid- and Multi-Cloud by design - IBM Cloud and your journey to Cloud
Hybrid- and Multi-Cloud by design - IBM Cloud and your journey to Cloud
 
Data Migration PowerPoint Presentation Slides
Data Migration PowerPoint Presentation Slides Data Migration PowerPoint Presentation Slides
Data Migration PowerPoint Presentation Slides
 
Breaking the Monolith
Breaking the MonolithBreaking the Monolith
Breaking the Monolith
 
Inspirage Webinar on Epm integration agent
Inspirage Webinar on Epm integration agentInspirage Webinar on Epm integration agent
Inspirage Webinar on Epm integration agent
 
Event Driven Architecture
Event Driven ArchitectureEvent Driven Architecture
Event Driven Architecture
 
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curve
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curveHow to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curve
How to go from HFM (on prem) to FCCS(cloud) with a horizontal learning curve
 
How to migrate an application in IBM APIc, and preserve its client credential
How to migrate an application in IBM APIc, and preserve its client credentialHow to migrate an application in IBM APIc, and preserve its client credential
How to migrate an application in IBM APIc, and preserve its client credential
 
Event driven architecture
Event driven architectureEvent driven architecture
Event driven architecture
 
FDMEE versus Cloud Data Management - The Real Story
FDMEE versus Cloud Data Management - The Real StoryFDMEE versus Cloud Data Management - The Real Story
FDMEE versus Cloud Data Management - The Real Story
 
Why Mulesoft ?
Why Mulesoft ?Why Mulesoft ?
Why Mulesoft ?
 
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
High Availability Application Architectures in Amazon VPC (ARC202) | AWS re:I...
 
Hybrid Cloud Customer Use Cases on AWS
Hybrid Cloud Customer Use Cases on AWSHybrid Cloud Customer Use Cases on AWS
Hybrid Cloud Customer Use Cases on AWS
 
Migrating Your Databases to AWS - Tools and Services.pdf
Migrating Your Databases to AWS -  Tools and Services.pdfMigrating Your Databases to AWS -  Tools and Services.pdf
Migrating Your Databases to AWS - Tools and Services.pdf
 
The Changing Landscape of Development with AWS Cloud - AWS PS Summit Canberra...
The Changing Landscape of Development with AWS Cloud - AWS PS Summit Canberra...The Changing Landscape of Development with AWS Cloud - AWS PS Summit Canberra...
The Changing Landscape of Development with AWS Cloud - AWS PS Summit Canberra...
 

Similar to Api enablement-mainframe

Build end-to-end solutions with BlueMix, Avi Vizel & Ziv Dai, IBM
Build end-to-end solutions with BlueMix, Avi Vizel & Ziv Dai, IBMBuild end-to-end solutions with BlueMix, Avi Vizel & Ziv Dai, IBM
Build end-to-end solutions with BlueMix, Avi Vizel & Ziv Dai, IBMCodemotion Tel Aviv
 
Cloud computing a services business application challenges
Cloud computing a services business application challengesCloud computing a services business application challenges
Cloud computing a services business application challengesEditor Jacotech
 
whitepaper_workday_technology_platform_devt_process
whitepaper_workday_technology_platform_devt_processwhitepaper_workday_technology_platform_devt_process
whitepaper_workday_technology_platform_devt_processEric Saraceno
 
Cloud application services (saa s) – multi tenant data architecture
Cloud application services (saa s) – multi tenant data architectureCloud application services (saa s) – multi tenant data architecture
Cloud application services (saa s) – multi tenant data architectureJohnny Le
 
The F5 Networks Application Services Reference Architecture (White Paper)
The F5 Networks Application Services Reference Architecture (White Paper)The F5 Networks Application Services Reference Architecture (White Paper)
The F5 Networks Application Services Reference Architecture (White Paper)F5 Networks
 
IRJET- Proficient Business Solutions through Cloud Services
IRJET- Proficient Business Solutions through Cloud ServicesIRJET- Proficient Business Solutions through Cloud Services
IRJET- Proficient Business Solutions through Cloud ServicesIRJET Journal
 
IRJET - Application Development Approach to Transform Traditional Web Applica...
IRJET - Application Development Approach to Transform Traditional Web Applica...IRJET - Application Development Approach to Transform Traditional Web Applica...
IRJET - Application Development Approach to Transform Traditional Web Applica...IRJET Journal
 
International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...ijcseit
 
CONFIGURATION INERPSAAS MULTI-TENANCY
CONFIGURATION INERPSAAS MULTI-TENANCYCONFIGURATION INERPSAAS MULTI-TENANCY
CONFIGURATION INERPSAAS MULTI-TENANCYijcseit
 
Configuration inerpsaas multi tenancy
Configuration inerpsaas multi tenancyConfiguration inerpsaas multi tenancy
Configuration inerpsaas multi tenancyijcseit
 
Idc analyst report a new breed of servers for digital transformation
Idc analyst report a new breed of servers for digital transformationIdc analyst report a new breed of servers for digital transformation
Idc analyst report a new breed of servers for digital transformationKaizenlogcom
 
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...mfrancis
 
Digital reference architecture in hybrid cloud
Digital reference architecture in hybrid cloudDigital reference architecture in hybrid cloud
Digital reference architecture in hybrid cloudDavide Veronese
 
apidays LIVE Paris 2021 - APIs - How did we get here and where are we going n...
apidays LIVE Paris 2021 - APIs - How did we get here and where are we going n...apidays LIVE Paris 2021 - APIs - How did we get here and where are we going n...
apidays LIVE Paris 2021 - APIs - How did we get here and where are we going n...apidays
 
MuCon 2015 - Microservices in Integration Architecture
MuCon 2015 - Microservices in Integration ArchitectureMuCon 2015 - Microservices in Integration Architecture
MuCon 2015 - Microservices in Integration ArchitectureKim Clark
 
unit 5 cloud.pptx
unit 5 cloud.pptxunit 5 cloud.pptx
unit 5 cloud.pptxMrPrathapG
 

Similar to Api enablement-mainframe (20)

Build end-to-end solutions with BlueMix, Avi Vizel & Ziv Dai, IBM
Build end-to-end solutions with BlueMix, Avi Vizel & Ziv Dai, IBMBuild end-to-end solutions with BlueMix, Avi Vizel & Ziv Dai, IBM
Build end-to-end solutions with BlueMix, Avi Vizel & Ziv Dai, IBM
 
Cloud computing a services business application challenges
Cloud computing a services business application challengesCloud computing a services business application challenges
Cloud computing a services business application challenges
 
whitepaper_workday_technology_platform_devt_process
whitepaper_workday_technology_platform_devt_processwhitepaper_workday_technology_platform_devt_process
whitepaper_workday_technology_platform_devt_process
 
M 94 4
M 94 4M 94 4
M 94 4
 
Cloud application services (saa s) – multi tenant data architecture
Cloud application services (saa s) – multi tenant data architectureCloud application services (saa s) – multi tenant data architecture
Cloud application services (saa s) – multi tenant data architecture
 
The F5 Networks Application Services Reference Architecture (White Paper)
The F5 Networks Application Services Reference Architecture (White Paper)The F5 Networks Application Services Reference Architecture (White Paper)
The F5 Networks Application Services Reference Architecture (White Paper)
 
IRJET- Proficient Business Solutions through Cloud Services
IRJET- Proficient Business Solutions through Cloud ServicesIRJET- Proficient Business Solutions through Cloud Services
IRJET- Proficient Business Solutions through Cloud Services
 
Business rules-extraction
Business rules-extractionBusiness rules-extraction
Business rules-extraction
 
How to Spot a Great API
How to Spot a Great APIHow to Spot a Great API
How to Spot a Great API
 
IRJET - Application Development Approach to Transform Traditional Web Applica...
IRJET - Application Development Approach to Transform Traditional Web Applica...IRJET - Application Development Approach to Transform Traditional Web Applica...
IRJET - Application Development Approach to Transform Traditional Web Applica...
 
Software as a Service
Software as a ServiceSoftware as a Service
Software as a Service
 
International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...International Journal of Computer Science, Engineering and Information Techno...
International Journal of Computer Science, Engineering and Information Techno...
 
CONFIGURATION INERPSAAS MULTI-TENANCY
CONFIGURATION INERPSAAS MULTI-TENANCYCONFIGURATION INERPSAAS MULTI-TENANCY
CONFIGURATION INERPSAAS MULTI-TENANCY
 
Configuration inerpsaas multi tenancy
Configuration inerpsaas multi tenancyConfiguration inerpsaas multi tenancy
Configuration inerpsaas multi tenancy
 
Idc analyst report a new breed of servers for digital transformation
Idc analyst report a new breed of servers for digital transformationIdc analyst report a new breed of servers for digital transformation
Idc analyst report a new breed of servers for digital transformation
 
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...
Keynote - The Benefits of an Open Service Oriented Architecture in the Enterpr...
 
Digital reference architecture in hybrid cloud
Digital reference architecture in hybrid cloudDigital reference architecture in hybrid cloud
Digital reference architecture in hybrid cloud
 
apidays LIVE Paris 2021 - APIs - How did we get here and where are we going n...
apidays LIVE Paris 2021 - APIs - How did we get here and where are we going n...apidays LIVE Paris 2021 - APIs - How did we get here and where are we going n...
apidays LIVE Paris 2021 - APIs - How did we get here and where are we going n...
 
MuCon 2015 - Microservices in Integration Architecture
MuCon 2015 - Microservices in Integration ArchitectureMuCon 2015 - Microservices in Integration Architecture
MuCon 2015 - Microservices in Integration Architecture
 
unit 5 cloud.pptx
unit 5 cloud.pptxunit 5 cloud.pptx
unit 5 cloud.pptx
 

Recently uploaded

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 

Recently uploaded (20)

From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 

Api enablement-mainframe

  • 1. VIEWPOINT APIENABLEMENTONMAINFRAME Abstract A key aspect of digital transformation is building effective systems of engagement across social, mobile and web that can help businesses sell, serve and engage their customers anytime, anywhere and on any device. While end user app ecosystems are growing steadily with the emergence of innovative solutions, mainframes continue to be a relevant and vital part of business operations for more than 70% of Fortune 500 enterprises. With the bulk of systems of record applications running on mainframes, there is an ever increasing need to integrate mainframe data with social, mobile, web, and cloud-based SaaS applications. This point of view examines the methodologies, solutions and benefits of such initiatives along with potential tools and accelerators to streamline implementation. It also outlines the Infosys approach to developing innovative end user apps and solutions that engage customers and users.
  • 2. External Document © 2019 Infosys Limited System of records System of differentiation System of integration System of engagement System of insight System of innovation • Core business functions • Critical business functions • Fundamental and standard functions like accounts, posting, etc. • API management and orchestration of different platforms • Non-core and peripheral functions • Functions that deliver a competitive edgelike payments, mortgages, etc. • Customer-facing channels • Analytics and ML • Innovative functions and solutions like mobile banking origination, offers for customers as well as AI-led customer channels like integration with Alexa  Mainframe  API gateway, ESB  Microservices based architecture (x86 / Cloud)  Modern UI (e.g. Angular) on x86/Cloud  Hadoop, NoSQL, MF zAnalytics*  Innovative solutions on x86/Cloud Speedatwhichchangesarerequiredtobedelivered Numberofchangespermonth/yearAPIs are key components that connect the systems of engagement with the systems of record. Before getting into API enablement solutions in detail, let us take Systems of record are ERP-type systems used to run various aspects of the business like financials, manufacturing, CRM, and HR. These always contain the source-of- truth data or the master copy of the data. Systems of engagement are systems that are used directly by end users and customers for‘sticky uses’like mobile apps Introduction System classifications and a speed layer view of the technology landscape a quick look at system classifications, the need for integrating data between systems, and data access strategies. As the need for speed varies across system classifications, it and collaboration systems. Their purpose is to engage and serve the users anytime, anywhere. Not all applications need to have the same speed in terms of time to market, i.e., the same cycle time to deploy changes or the number/frequency of changes. This depends on the nature of applications. is vital to establish a standardized, flexible and adaptable integration solution to bridge the speed gap. Systems of engagement are experience focused applications used to engage large user bases like customers and employees. Hence, there is a need to update these continuously, particularly since user experience is the key to user/customer stickiness. Fig 1: Speed layer view to segregate different workloads based on their system classifications External Document © 2020 Infosys Limited
  • 3. External Document © 2019 Infosys Limited While it is important to build state-of-the- art systems of engagement (as explained in Fig 1), such systems need access to the system of record data to provide meaningful functionalities to end users. This paper presents two solution patterns to expose mainframe business services (code) and data to end user applications. While there are numerous ways to do this, API enablement of mainframes is critical to seamlessly integrate mainframes with external applications. This is a standard modernization pattern. While there has been significant discussion on APIs and Representational State Transfer (REST) based interfaces over the last decade as well as the latest integration technologies are already replacing them, there is still considerable opportunity to expose mainframe-based services as APIs. Before delving into the technical solutions, let us take a quick look at the characteristics of REST-based APIs and the challenges of implementing these on mainframes. Data integration using APIs Providing data access to end user applications can be done in two ways: 1. Data integration – Consume data directly from mainframe data sources (DB2, VSAM and IMS) through web services the ones presented here are standardized and widely used. These solutions are based on data integration with mainframe, not data offloading. The use cases that require 2. Data offloading – Create a copy of the mainframe data source outside the mainframe through Extract, Transform, Load (ETL) or Change Data Capture (CDC) processes data offloading are already mentioned above. However, a detailed examination of these are beyond the scope of this paper. Fig 2: Use cases and benefits of data integration versus data offloadings Fig 3: Characteristics and challenges of APIs • Application re-engineering or decoupling using Strangler pattern • Offloading read/inquiry functions to reduce load on mainframes • Offloading data for innovative functionalities like reporting, analytics and machine learning • API enablement – To enable standards based integration with external systems • Application integration – To enable point-to-point integration with external apps, both on-premises and cloud-based • Reduce application sprawl and MIPS cost in mainframe • Enable independent application development and scaling with no dependency on mainframes • Enable phased migration of application functionalities • No redundant copies of data • No additional cost on middleware (like CDC or ETL) and infrastructure setup • Systems of records provide the most accurate and consistent data • Standards based integration Use cases Benefits Data integration Data offloading REST-based services Modular design for microservices Standardized and rationalized services No point-to-point interaction Discoverable full stack API catalog Accurate API governance and management API Enablement Typical problems in legacy landscape • Lack of support for REST services • Monolithic programs • Duplicate or redundant capabilities • Point-to-point interfaces without versioning • Not all capabilities are exposed • Lack of standardization, documentation and catalogues • Various custom message formats • Lack of API management and governance processes External Document © 2020 Infosys Limited
  • 4. Through this solution, existing z/OS business services or data from disparate legacy data sources can be exposed as APIs. These services may contain complex business logic and may run into thousands of lines of code. Thus, utilizing these services as-is saves time and money. The data from various legacy data sources like DB2, VSAM and IMS can also be exposed directly as APIs. Through this solution, z/OS data can be fetched through native stored procedures and any additional business logic can be implemented on Java Web Services, which can in turn be consumed by end-user applications. Technical overview z/OS Connect is a product from IBM that provides a simple and secure way to discover and invoke applications and data on z/OS from mobile, cloud and web applications. Built on IBM WebSphere Application Server Liberty profile, the product runs on z/OS and uses standardized interfaces and data, including z/OS Connect features • Provides a common and consistent entry point to access Z assets • Leverages specialty processors • Provides a point of authorization for all back-end services • Captures usage information by writing to SMF logs The key steps involved in exposing an API are: • Create a service definition to map and Pattern 1: Expose legacy applications as REST APIs through z/OS Connect Pattern 2: Expose legacy data as REST APIs through Java Web Services and DB2 Native SQL PL Stored Procedures (NSP) Pattern 1: Expose legacy applications as REST APIs through z/OS Connect REST APIs and JSON. It also provides a tooling facility that helps create and modify REST APIs easily. Currently, there is an increasing need for mobile, web and cloud-based applications to instantly integrate and consume business services from mainframe. This requires intuitive, standards-based and define the API to a z/OS asset. The service definition or SAR file contains a bind file and a JSON schema document. The bind file provides z/OS with knowledge of how the JSON maps to the target data structure (copybook) and a JSON schema, which are used to map the requests and responses • Import the SAR file into the z/OS Connect API editor and create the API definition • Configure the service provider in the self-describing APIs that are exposed from the mainframe. Here, the underlying technology stack and data model is irrelevant as long as the functional and non-functional requirements are met. z/OS Connect provides this abstraction to business services and data that reside on mainframes. server.xml file of the liberty profile. A service provider is what provides services to a specific backend resource like CICS or DB2. z/OS Connect can support multiple service providers for various z/OS backend systems • Deploy the bind files and JSON schema in z/fs and configure the service providers in server.xml • Deploy the API in z/OS Connect JSON CICS MQ IMS DB2 WAS Mobile apps Web applications Cloud HTTP,TCP/IP Web server TCP/IP - SSL API management Create Secure Manage Run API API API Fig 4: API enablement using z/OS Connect External Document © 2020 Infosys Limited
  • 5. Technical overview RESTful web services have become a de- facto standard for application integration. NSPs are a proven way to extract data through SQL while implementing simple processing logic like control flow, loops, DB2 native stored procedures are invoked by Java Web Service through JDBC calls and exposed as RESTful endpoints to external applications. In the above reference architecture (Fig 5), Java Web Service makes multiple parallel calls to the DB2 stored procedures, maps result sets to data objects (through OR mapping), applies business rules, and aggregates the results into a response object. The DB2 NSP is mainly used for data access with some basic validations and transformations that can be accommodated in the NSP queries. The web service may aggregate multiple parallel calls to DB2 NSPs into a logical response. It also handles security checks. Once the response object is created, it is returned to the user. Java Web Service runs on a tomcat server deployed on a Docker container. It can scale horizontally based on volume. If the API is exposed for the public, then an API management layer may be needed to handle other non-functional requirements like security, logging and caching along with monitoring requests and managing APIs. Pattern 2: Expose legacy data as REST APIs through Java Web Services and DB2 Native SQL PL Stored Procedures (NSP) validations, and transformations. These services deliver increased performance and scalability at reduced network traffic and cost. Today, many organizations have made it a standard practice to access DB2 data through stored procedures rather than When stored procedures are exposed to external web services, performance and scalability become critical, particularly since the volume of requests can go up to hundreds of transactions per second. In such cases, the stored procedures should be tested for optimal performance based on some considerations like: • Ensuring the access type is index- based, with only matching columns and without tablespace scans. This is critical when joining tables with millions of rows • Determining the overall CPU time and cost required by using the execution time of the stored procedures together direct JDBC calls as this method provides an additional layer of security in terms of what external apps can read or manipulate in the database. with the call volumes o Total CPU time per day = Execution (in milliseconds) for a transaction * number of transactions per day o CPU and memory utilization can be used to determine NSP performance • Scale the Java layer horizontally by adding more active nodes • Conducting thorough integrated performance testing that simulates the actual production volumes (transactions per second) to identify performance issues and tune the applications accordingly Fig 5: API enablement using Java Web Services and DB2 NSPs SP1 SP2 SP4 SP3 NativeStoredProcedures DB2 for z/OS Tables Distributed app Docker container Controller Security Operation 1 Operation 2 Web Mobile Branch Partner Open API Third party/ external systems DMZLoadBalancerMonitoring OpenAPIGateway JerseyServlet OAuthValidation MyBatisORM JDBCClient REST URI:/data aggregator External Document © 2020 Infosys Limited
  • 6. Applications exist and are built to serve data in order to enable efficient execution of business functions and extract rich business insights. NSPs are an important component of this architecture. Thus, it helps to have a better understanding about stored procedures (SPs) and NSPs and their specific advantages. In DB2, there are two types of stored procedures: • External SPs run in z/OS WLM environment and are typically coded in COBOL/PL1 • Native SPs (from DB29) run in DBM1 address space and are coded in SQL-PL language Native stored procedures can be used in cases where: • Processing is data/SQL intensive and all data is available in the DB2 database • There is minimal business logic to be coded in the NSP • It is critical to maintain a low cost per transaction, i.e., where the NSP DB2 stored procedures execution is zIIP (IBM® z Integrated Information Processor) off-loadable Other alternatives like application programs (CICS/COBOL) should be considered in cases where: • The processing logic is heavy with constructs like IF/WHILE/CASE/REPEAT • There is a need to invoke calls to external applications • There is need to utilize specialized library functions • The application requires access to files/ tables other than the DB2 database Beyond API enablement, there are other use cases for implementing NSPs. Cost savings can be realized by converting general processor workloads to zIIP eligible workloads. Some of these use cases are: • Converting external SPs to NSPs as NSPs are faster and easier to migrate to DB2 LUW at a later stage • Converting high-volume CICS transactions – those used primarily for data access (DB2 only) and have minimal business logic – to NSPs • Identifying highly repeated data access patterns or any logic that involves complex computations/derivations and used in many batch and online programs. These data access patterns can be implemented as NSPs to reduce MIPS usage depending on volume Key benefits of API enablement • Faster implementation – Consume systems of record data with minimal coding for faster implementation of end user apps • Accelerates SMAC adoption – Easily and quickly adopt any social, mobile, analytics and cloud (SMAC) technology • Improves performance – Eliminates redundant code and componentizes business logic to achieve high reusability and better maintainability • Builds future-ready applications – The highly scalable and agile architecture can address evolving needs External Document © 2020 Infosys Limited
  • 7. Enabling API across the enterprise can be daunting, particularly since large enterprises may run numerous applications on the mainframe across different business units. Thus, a planned and methodical Infosys approach to API enablement approach to API enablement is vital to unlock maximum benefit. Infosys has successfully executed several API enablement projects for various clients. We help companies discover, assess and prioritize a minimum viable product (MVP) and finally deploy APIs on their mainframes. Discover • List all existing capabilities that are exposed • Identify other capabilities that can be exposed • Standardize and rationalize services discovered in the previous step (using a bottom-up approach) • Review industry standard APIs for the given domain (using a top-down approach) • Build a consolidated full stack API catalog for the portfolio • Prioritize APIs in the new catalog for migration • Prioritize any remediation required for backend services like modularization • Assess capabilities that can be migrated to the cloud or to an on-premises distributed platform • Deploy capabilities for API management (API Connect) and REST-based services on mainframe (z/OS Connect) • Develop a service layer and a wrapper for microservices (required only during transition states) • Clone a few backend services and expose these as REST-based services • Migrate APIs based on priority, clone backend services and use wrapper to format messages • Remediate cloned backend services in a phased manner (not linked to when its exposed) • Onboard consumers in a phased manner • Retire the old services once all consumers are on-boarded Assess Prioritize Minimum viable product Deploy Fig 6: Infosys approach to API enablement External Document © 2020 Infosys Limited
  • 8. Infosys has invested in tools and accelerators to accelerate and de-risk modernization projects. Two of these tools are described below: 1. Mainframe knowledge curation The Infosys Knowledge Curation Platform (Ki) delivers an interactive environment for stakeholders to curate and enrich knowledge and form a single source of truth with summary and detailed views. The Ki portal can be used by modernization SMEs to gain insights into the application and understand which parts are used and which are not. These insights allow Infosys Leveraging Infosys and industry tools to work with the organization to develop a relevant mainframe migration strategy. Infosys recommends a meet-in-the-middle approach to curate knowledge from the existing mainframe portfolio in order to reduce dependency on the customer mainframe SMEs. Fig 7 illustrates this approach and outlines semi-automated, mostly automated, baseline knowledge, and extracted knowledge inventory stages. For the semi-automated stage, Infosys has developed L1, L2 and L3 business process maps for different industries like financial services, healthcare and retail. These capabilities are used to map existing mainframe application components. The maps are reviewed and used to identify critical business process flows and functionalities to be migrated. For the mostly automated stage, Infosys has developed a number of parsers and scripts that can be used along with partner tools from IBM and Micro Focus. These tools are used to analyze the operational workloads, interfaces, databases, components, and code. It will then curate the knowledge in a software readable format. Semi-automated Mostly automated Extract inventory knowledge Baseline inventory Static and dynamic analysis • Business process (L1–L3) • Functionality (core/differential/ customer facing/insight/enabling) • Process and data flow • Critical path flow COBOL, COBOL SP, JCL, PL/1, Assembler, CICS, CICS Web services, DB2, IMS, VSAM, Easytrieve, and InfoPac • Unreferred programs • Unresolved programs • Scheduler analysis for unreferred jobs • Unused data stores • Applications inventory • Knowledge extraction for critical apps • Application, data and interface analysis • Infrastructure utilization • Application pattern matching • Count and LOC of elements • Types of elements • Data sources and models • Interfaces • Business rules, SQL queries and program calls • Dependencies – Programs, data stores, interfaces, and other programs • Anti-pattern analysis • Volumetric input and data size • MF architecture patterns • Technical debt • Duplicate analysis • Duplication of functionality Validate with SME Current landscape Enhance knowledge base Fig 7: Knowledge curation process and outcomes External Document © 2020 Infosys Limited
  • 9. 2. API enablement toolset Fig 8 lists the challenges in a typical API enablement project. It also explains the various industry-standard and Infosys toolsets that can be used to address these challenges. Fig 8: API enablement toolset Challenges Infosys solutions 1 Direct mobile integration with z/OS z/OS Connect Simplification of integration patterns for REST 2 Rapid identification and definition of services Ki Anti Pattern Extracting rules from spaghetti applications 3 Exposing services as microservices Cornerstone Enabling caching of services for static reads 4 API governance and gateway Enterprise API gateway/governance tools (Apigee, API Connect, MuleSoft, etc.) 5 Enabling agility and faster time to market IBM DevOps tools Open source DevOps tools Optimized workload management External Document © 2020 Infosys Limited
  • 10. Infosys understands that mainframe applications run the most critical business processes and transactions for many organizations, making them vital for supporting day-to-day business operations. The Infosys approach to mainframe modernization is unique because it addresses key challenges and risks associated with migration. It helps Infosys – The proven modernization partner clients maximize value from mainframe modernization by: • Leveraging a knowledge-based engineering approach to discover and analyze the existing mainframe footprint, accelerate as-is understanding and use this information to plan the scope of specific workload migration • Analyzing and deconstructing the mainframe portfolio so workloads can be migrated with minimal impact to other dependent applications • Focusing on people, process and technology to accelerate modernization and business outcomes External Document © 2020 Infosys Limited
  • 11. Exposing mainframe business services/ data as RESTful APIs enables web, mobile, distributed, and cloud-based applications to consume such services/data anytime, anywhere and from any device, platform or technology stack. The power of data is key to enabling faster time to market and accelerating development of innovative end-user solutions/apps. While Z systems support many of the sophisticated business applications and data today, its value increases exponentially when these business applications and data can be exposed through an enterprise-wide catalogue of APIs. Conclusion External Document © 2020 Infosys Limited
  • 12. Maran Gothandaraman is a Principal Consultant with the Infosys Mainframe Modernization Practice. He leads the mainframe modernization solutions program in the US. Maran has over 17 years of experience delivering complex IT engagements across industry verticals with a focus on mainframe modernization, application development and project/program management. About the author © 2020 Infosys Limited, Bengaluru, India. All Rights Reserved. Infosys believes the information in this document is accurate as of its publication date; such information is subject to change without notice. Infosys acknowledges the proprietary rights of other companies to the trademarks, product names and such other intellectual property rights mentioned in this document. Except as expressly permitted, neither this documentation nor any part of it may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, printing, photocopying, recording or otherwise, without the prior permission of Infosys Limited and/ or any named intellectual property rights holders under this document. For more information, contact askus@infosys.com Infosys.com | NYSE: INFY Stay Connected