SlideShare ist ein Scribd-Unternehmen logo
1 von 12
Downloaden Sie, um offline zu lesen
Copyright © 2019 HCL Technologies Limited | www.hcltech.com
Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com
Z Data Tools and APIs Overview
Mainframe Data Access Modernization Solution
Copyright © 2019 HCL Technologies Limited | www.hcltech.com
Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com
Content
2
The Challenges
ZDT Overview
Mainframe data access modernization challenges
ZDT APIs overview
ZDT APIs use cases
ZDT APIs capabilities and future roadmap
Summary
Copyright © 2019 HCL Technologies Limited | www.hcltech.com
Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com
The Problems / Challenges
3
80% of the world’s corporate data still resides on mainframe systems today (H. Tessler, Enterprise Systems Media).
Significant % of mainframe workloads are written in COBOL, PL/I or Assembler language – data layout defined in
those languages.
Monolithic system with decades of incremental enhancements.
Highly risk averse due to mainframe workloads typically represent the most important enterprise systems (e.g. core
banking systems) and cost sensitive.
Skills shortage with new generation IT professionals gravitated towards new technology (e.g. REST APIs and Java).
Difficult to discover and integrate existing mainframe assets with the rest of enterprise systems.
➢
➢
➢
➢
➢
➢
Copyright © 2019 HCL Technologies Limited | www.hcltech.com
Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com
ZDT Overview
4
• HCL Z Data Tools (ZDT) is a set of tools that help you to manipulate data stored on z/OS systems interactively and
in batch processing.
• Designed to deal with large production data efficiently while protecting integrity and privacy.
• Access to z/OS data made simple by its intuitive and consistent user interface across a wide range of data stores
available on the platform.
• Access to data across multiple z/OS systems / LPARs made simple by its remote systems support.
• A must have tool for every z/OS user including system programmers, application developers, ISPF users and much
more.
• Comprehensive support for a wide range of data store types:
– Data Sets (VSAM, QSAM, PDS, PDSE, AIM, OAM)
– DB2
– IMS
– WebSphere MQ
– CICS
– Hierarchical File System under UNIX System Services
Copyright © 2019 HCL Technologies Limited | www.hcltech.com
Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com
ZDT Advantages
5
ZDT can provide a generic
data access solution
without programming
• A wide range of file types are
supported out of box – no
programming required.
• ZDT enables manipulation of
data interactively or in batch.
ZDT templates describe logical
layout of data and allows
transformation without
programming
• Templates are created from COBOL,
PL/I and Assembler COPYBOOKs or
describe layouts in XML format.
• Describe most complex layout and
data structures using the template’s
criteria infrastructures. For example,
segmented records, nested
REDEFINEs and PL/I arrays.
• Change column orders and hide
columns based on your requirements.
• Specify criteria to select a subset of
data you are interested to work with.
ZDT saves cost by
powerful set of tools
• Template repository contains a list
of mapping between data source
and matching template to use.
• This enables new users to start
working with your mainframe data
quicker.
• Once the repository is setup by
expert, ZDT leverages the
information during its operation to
simplifies tasks for end users all
around.
ZDT template repository for
retaining mainframe knowledge
for the future
• ZDT provides a powerful set
of batch functions such as
copy, compare, edit, export,
load, print and much more.
• ZDT’s remote systems
support enables access to
data on remote systems as
well while hiding much of
mainframe specific
complexity.
• Replace in-house apps with
powerful ZDT functions for
improved efficiency & ease
of maintenance.
ISPF user friendly
productivity
improvement features
• Specify a group of
resources to work with on
a local system as well as
remote systems.
• Search text and change
across the specified group
of resources with powerful
navigation panel display.
• Clone the specified group
of resources to create
backup.
• Edit JCL with ease.
Copyright © 2019 HCL Technologies Limited | www.hcltech.com
Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com
How does it work?
6
Z Data Tools
Engine
Interactive
processing
Batch
processing
Data Sets
DB2
IMS
MQ
CICS
(files, TDQ, TSQ)
HFS files
Data to be processed
Templates
COPYBOOKs
XML
specification
Interactive
specification
Logical Layout of Data
Mapping Info
Template Repository
Copyright © 2019 HCL Technologies Limited | www.hcltech.com
Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com
Mainframe Data Access Modernization Challenges
7
Java™ on Mainframe
 On z/OS® since 2000.
 IBM® z14 announcement: performance
improvement by exploiting new hardware.
 CICS® TS V5.4 announcement: Support for
applications written to the Java™ EE 7 full
platform specification.
 IMS™ 15 announcement: More expansive and
dynamic Java development experience.
 Offload MIPS to IBM z Integrated information
Processor (zIIP) engine.
Challenges
 Most data stored on the platform are defined by
COBOL, PL/I and Assembler programs.
 Mainframe data structures typically do NOT map
directly to Java and other modern languages.
 Steep learning curve for non-mainframe
developers to understand the structure and
manipulate mainframe data.
 New languages on the platform.
{REST}
Copyright © 2019 HCL Technologies Limited | www.hcltech.com
Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com
ZDT APIs Overview
8
 HCL Z Data Tools APIs (ZDT APIs) is an add-on product which provides
Java™ and Swift application programming interfaces (APIs) to
manipulate mainframe data.
 APIs leverages ZDT’s template infrastructure to understand logical
layout of mainframe binary data .
 Mainframe binary data is converted into JSON format and returned to
API consumers in Java or Swift for easier interpretation and
manipulation for developers with no mainframe background.
 Usage scenario includes but not limited to:
▪ Replacement of legacy applications for batch processing of data in Java.
▪ Integration of traditional mainframe apps with new apps.
▪ Interpretation of mainframe operational data for analytics (eg. SMF data).
▪ Manipulation of mainframe data in virtual storage.
00101101 11001010
11000000 11000000
11110000 01010101
00000000 11010010
00110011 11001111
00101101 11001010
11000000 11000000
11110000 01010101
00000000 11010010
00110011 11001111
00101101 11001010
11000000 11000000
11110000 01010101
00000000 11010010
00110011 11001111
Applications
Mainframe Data
ZDT APIs
(1) Data read request
(2) Binary data returned
(3) JSON formatted data is returned
{REST}
Copyright © 2019 HCL Technologies Limited | www.hcltech.com
Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com
Use Cases for ZDT APIs
9
Application
Modernization
- Develop new applications in
Java™ and Swift Programming
language
- Build new business logic with
JSON & RESTful API’s.
Replacement of
legacy applications
for batch processing
of data in Java
- MIPS reduction (offload to
speciality engines zIIP/ IFL’s)
- ZDT backend allows for
processing of ‘always online’
CICS resources
Integration of
traditional
mainframe apps
with new apps and
data stores
- Traditional mainframe data
sources enabled via ZDT API for
new or extended use cases,
including reflecting data to
other data platforms.
IT Operation
Analytics
- Interpretation of mainframe
operational data for analytics
(e.g SMF data).
Manipulation of
mainframe data in
virtual storage
- For unusual resource types or
manipulations
Copyright © 2019 HCL Technologies Limited | www.hcltech.com
Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com
JSON Example
10
JSON produced:
{
"layouts": [
{
"REC-TYPE01": {
"REC-TYPE": "01",
"NAME": "Andrew Apple",
"EMPLOYEE-NO": 6645,
"AGE": 53,
"SALARY": 78500,
"MONTH": [
30,
22,
46
…
],
"FILLER": "u0000u0000"
}
}
]
}
COBOL COPYBOOK
01 REC-TYPE01.
03 REC-TYPE PIC XX.
03 REC-ID REDEFINES REC-TYPE PIC XX.
03 NAME PIC X(20).
03 EMPLOYEE-NO PIC 9(4) BINARY.
03 AGE PIC 9(4) BINARY.
03 SALARY PIC 9(7) PACKED-DECIMAL.
03 MONTH PIC 9(8) BINARY OCCURS 12 TIMES.
03 FILLER PIC XX.
Copyright © 2019 HCL Technologies Limited | www.hcltech.com
Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com
Summary
11
1
2
3
4
Powerful set of tools to manipulate mainframe data interactively and in batch
Powerful framework to represent logical layout of mainframe data (templates)
Knowledge retention of your mainframe data through usage of ZDT template repository – all ZDT
function leverages the repository to simplify usage even for new users
Productivity improvement features for ISPF users
Mainframe data access modernization using ZDT APIs in Java™ and Swift languages as well as REST
APIs – simplifies application development especially for developers with limited mainframe
experiences
Continued enhancement to meet mainframe data manipulation requirements today and future
5
6
$8.4 BILLION ENTERPRISE | 132,000 IDEAPRENEURS | 44 COUNTRIES
WATCH THE FILM

Weitere ähnliche Inhalte

Ähnlich wie Z Data Tools and APIs Overview

Modernização do Gerenciamento, Monitoramento e Provisionamento em Mainframes ...
Modernização do Gerenciamento, Monitoramento e Provisionamento em Mainframes ...Modernização do Gerenciamento, Monitoramento e Provisionamento em Mainframes ...
Modernização do Gerenciamento, Monitoramento e Provisionamento em Mainframes ...
Joao Galdino Mello de Souza
 
Ibm symp14 referentin_barbara koch_power_8 launch bk
Ibm symp14 referentin_barbara koch_power_8 launch bkIbm symp14 referentin_barbara koch_power_8 launch bk
Ibm symp14 referentin_barbara koch_power_8 launch bk
IBM Switzerland
 
Webinar future dataintegration-datamesh-and-goldengatekafka
Webinar future dataintegration-datamesh-and-goldengatekafkaWebinar future dataintegration-datamesh-and-goldengatekafka
Webinar future dataintegration-datamesh-and-goldengatekafka
Jeffrey T. Pollock
 

Ähnlich wie Z Data Tools and APIs Overview (20)

Informix warehouse and accelerator overview
Informix warehouse and accelerator overviewInformix warehouse and accelerator overview
Informix warehouse and accelerator overview
 
Technical Skillwise
Technical SkillwiseTechnical Skillwise
Technical Skillwise
 
Skillwise Consulting -Technical competency
Skillwise Consulting -Technical competencySkillwise Consulting -Technical competency
Skillwise Consulting -Technical competency
 
2018 08-13-ib ms-latest-buzz-share-final
2018 08-13-ib ms-latest-buzz-share-final2018 08-13-ib ms-latest-buzz-share-final
2018 08-13-ib ms-latest-buzz-share-final
 
Oracle databáze – Konsolidovaná Data Management Platforma
Oracle databáze – Konsolidovaná Data Management PlatformaOracle databáze – Konsolidovaná Data Management Platforma
Oracle databáze – Konsolidovaná Data Management Platforma
 
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
RA TechED 2019 - SY08 - Developing Information Ready Applications using Smart...
 
Machine Learning for z/OS
Machine Learning for z/OSMachine Learning for z/OS
Machine Learning for z/OS
 
Making Hadoop Ready for the Enterprise
Making Hadoop Ready for the Enterprise Making Hadoop Ready for the Enterprise
Making Hadoop Ready for the Enterprise
 
L&T–CASE engineers faster production
L&T–CASE engineers faster productionL&T–CASE engineers faster production
L&T–CASE engineers faster production
 
Api enablement-mainframe
Api enablement-mainframeApi enablement-mainframe
Api enablement-mainframe
 
Anz cics ts v5 technical update seminar intro (half day event)
Anz cics ts v5 technical update seminar intro (half day event)Anz cics ts v5 technical update seminar intro (half day event)
Anz cics ts v5 technical update seminar intro (half day event)
 
Modernização do Gerenciamento, Monitoramento e Provisionamento em Mainframes ...
Modernização do Gerenciamento, Monitoramento e Provisionamento em Mainframes ...Modernização do Gerenciamento, Monitoramento e Provisionamento em Mainframes ...
Modernização do Gerenciamento, Monitoramento e Provisionamento em Mainframes ...
 
Why z/OS is a Great Platform for Developing and Hosting APIs
Why z/OS is a Great Platform for Developing and Hosting APIsWhy z/OS is a Great Platform for Developing and Hosting APIs
Why z/OS is a Great Platform for Developing and Hosting APIs
 
Ibm symp14 referentin_barbara koch_power_8 launch bk
Ibm symp14 referentin_barbara koch_power_8 launch bkIbm symp14 referentin_barbara koch_power_8 launch bk
Ibm symp14 referentin_barbara koch_power_8 launch bk
 
HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...
HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...
HBaseCon2017 Splice Machine as a Service: Multi-tenant HBase using DCOS (Meso...
 
Informix into the future13 july2017
Informix into the future13 july2017Informix into the future13 july2017
Informix into the future13 july2017
 
Integrating Structure and Analytics with Unstructured Data
Integrating Structure and Analytics with Unstructured DataIntegrating Structure and Analytics with Unstructured Data
Integrating Structure and Analytics with Unstructured Data
 
Confluent Partner Tech Talk with QLIK
Confluent Partner Tech Talk with QLIKConfluent Partner Tech Talk with QLIK
Confluent Partner Tech Talk with QLIK
 
Webinar future dataintegration-datamesh-and-goldengatekafka
Webinar future dataintegration-datamesh-and-goldengatekafkaWebinar future dataintegration-datamesh-and-goldengatekafka
Webinar future dataintegration-datamesh-and-goldengatekafka
 
Informix 1210 feature overview
Informix 1210 feature overviewInformix 1210 feature overview
Informix 1210 feature overview
 

Mehr von HCLSoftware

Mehr von HCLSoftware (20)

Maximize Investment and Unlock New Potential with Domino's Restart Plus
Maximize Investment and Unlock New Potential with Domino's Restart PlusMaximize Investment and Unlock New Potential with Domino's Restart Plus
Maximize Investment and Unlock New Potential with Domino's Restart Plus
 
Say Goodbye to Patching Pain Points: BigFix Delivers Continuous Security for ...
Say Goodbye to Patching Pain Points: BigFix Delivers Continuous Security for ...Say Goodbye to Patching Pain Points: BigFix Delivers Continuous Security for ...
Say Goodbye to Patching Pain Points: BigFix Delivers Continuous Security for ...
 
BigFix Mobile: Expanding Modern Endpoint Management to iOS and Android
BigFix Mobile: Expanding Modern Endpoint Management to iOS and AndroidBigFix Mobile: Expanding Modern Endpoint Management to iOS and Android
BigFix Mobile: Expanding Modern Endpoint Management to iOS and Android
 
HCL Domino Leap: Your Low-Code Pathway to Complex Web Applications
HCL Domino Leap: Your Low-Code Pathway to Complex Web ApplicationsHCL Domino Leap: Your Low-Code Pathway to Complex Web Applications
HCL Domino Leap: Your Low-Code Pathway to Complex Web Applications
 
Future-Proof Your Security: Automate Patching and Minimize Vulnerabilities
Future-Proof Your Security: Automate Patching and Minimize VulnerabilitiesFuture-Proof Your Security: Automate Patching and Minimize Vulnerabilities
Future-Proof Your Security: Automate Patching and Minimize Vulnerabilities
 
Ready to Transform? Explore the Power of Domino v12 and CCB Licensing
Ready to Transform? Explore the Power of Domino v12 and CCB LicensingReady to Transform? Explore the Power of Domino v12 and CCB Licensing
Ready to Transform? Explore the Power of Domino v12 and CCB Licensing
 
Level Up Web App Security: Start Your Free Trial of HCL AppScan Source
Level Up Web App Security: Start Your Free Trial of HCL AppScan SourceLevel Up Web App Security: Start Your Free Trial of HCL AppScan Source
Level Up Web App Security: Start Your Free Trial of HCL AppScan Source
 
Selecting an App Security Testing Partner: An eGuide
Selecting an App Security Testing Partner: An eGuideSelecting an App Security Testing Partner: An eGuide
Selecting an App Security Testing Partner: An eGuide
 
Streamline App Security Testing: Proven Solution for Risk Mitigation & Regula...
Streamline App Security Testing: Proven Solution for Risk Mitigation & Regula...Streamline App Security Testing: Proven Solution for Risk Mitigation & Regula...
Streamline App Security Testing: Proven Solution for Risk Mitigation & Regula...
 
Cloud-Based, All-In-One Security Solution, Robust and Scalable
Cloud-Based, All-In-One Security Solution, Robust and ScalableCloud-Based, All-In-One Security Solution, Robust and Scalable
Cloud-Based, All-In-One Security Solution, Robust and Scalable
 
HCL Commerce Cloud: Elevate Sales with Integrated B2B Solutions
HCL Commerce Cloud: Elevate Sales with Integrated B2B SolutionsHCL Commerce Cloud: Elevate Sales with Integrated B2B Solutions
HCL Commerce Cloud: Elevate Sales with Integrated B2B Solutions
 
Leading Grocer Trusts Digital Experience for Staff Portal.pdf
Leading Grocer Trusts Digital Experience for Staff Portal.pdfLeading Grocer Trusts Digital Experience for Staff Portal.pdf
Leading Grocer Trusts Digital Experience for Staff Portal.pdf
 
Biopharmaceutical Giant Modernizes On a Cost-Efficient Single Platform with H...
Biopharmaceutical Giant Modernizes On a Cost-Efficient Single Platform with H...Biopharmaceutical Giant Modernizes On a Cost-Efficient Single Platform with H...
Biopharmaceutical Giant Modernizes On a Cost-Efficient Single Platform with H...
 
All-In-One Security: Visibility, Risk Management. Versatile, Scalable, Deploy...
All-In-One Security: Visibility, Risk Management. Versatile, Scalable, Deploy...All-In-One Security: Visibility, Risk Management. Versatile, Scalable, Deploy...
All-In-One Security: Visibility, Risk Management. Versatile, Scalable, Deploy...
 
DRYiCE™ iAutomate: AI-enhanced Intelligent Runbook Automation
DRYiCE™ iAutomate: AI-enhanced Intelligent Runbook AutomationDRYiCE™ iAutomate: AI-enhanced Intelligent Runbook Automation
DRYiCE™ iAutomate: AI-enhanced Intelligent Runbook Automation
 
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...
Elevate your SAP landscape's efficiency and performance with HCL Workload Aut...
 
Integration of Qualys with HCL BigFix Insights for Vulnerability Remediation
Integration of Qualys with HCL BigFix Insights for Vulnerability RemediationIntegration of Qualys with HCL BigFix Insights for Vulnerability Remediation
Integration of Qualys with HCL BigFix Insights for Vulnerability Remediation
 
Unlocking Success with Volt MX Lab Services for Low-Code Application Platforms
Unlocking Success with Volt MX Lab Services for Low-Code Application PlatformsUnlocking Success with Volt MX Lab Services for Low-Code Application Platforms
Unlocking Success with Volt MX Lab Services for Low-Code Application Platforms
 
Maximizing Business Efficiency and User Experience with HCL Domino Resta Plus
Maximizing Business Efficiency and User Experience with HCL Domino Resta PlusMaximizing Business Efficiency and User Experience with HCL Domino Resta Plus
Maximizing Business Efficiency and User Experience with HCL Domino Resta Plus
 
HCL Enterprise Ecommerce Solution: The Transaction Platform that Helps You Se...
HCL Enterprise Ecommerce Solution: The Transaction Platform that Helps You Se...HCL Enterprise Ecommerce Solution: The Transaction Platform that Helps You Se...
HCL Enterprise Ecommerce Solution: The Transaction Platform that Helps You Se...
 

Kürzlich hochgeladen

%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
masabamasaba
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
masabamasaba
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
masabamasaba
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
VictoriaMetrics
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 

Kürzlich hochgeladen (20)

%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto%in Soweto+277-882-255-28 abortion pills for sale in soweto
%in Soweto+277-882-255-28 abortion pills for sale in soweto
 
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
%in Hazyview+277-882-255-28 abortion pills for sale in Hazyview
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With SimplicityWSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
WSO2Con2024 - Enabling Transactional System's Exponential Growth With Simplicity
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
WSO2CON 2024 - Building the API First Enterprise – Running an API Program, fr...
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 

Z Data Tools and APIs Overview

  • 1. Copyright © 2019 HCL Technologies Limited | www.hcltech.com Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com Z Data Tools and APIs Overview Mainframe Data Access Modernization Solution
  • 2. Copyright © 2019 HCL Technologies Limited | www.hcltech.com Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com Content 2 The Challenges ZDT Overview Mainframe data access modernization challenges ZDT APIs overview ZDT APIs use cases ZDT APIs capabilities and future roadmap Summary
  • 3. Copyright © 2019 HCL Technologies Limited | www.hcltech.com Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com The Problems / Challenges 3 80% of the world’s corporate data still resides on mainframe systems today (H. Tessler, Enterprise Systems Media). Significant % of mainframe workloads are written in COBOL, PL/I or Assembler language – data layout defined in those languages. Monolithic system with decades of incremental enhancements. Highly risk averse due to mainframe workloads typically represent the most important enterprise systems (e.g. core banking systems) and cost sensitive. Skills shortage with new generation IT professionals gravitated towards new technology (e.g. REST APIs and Java). Difficult to discover and integrate existing mainframe assets with the rest of enterprise systems. ➢ ➢ ➢ ➢ ➢ ➢
  • 4. Copyright © 2019 HCL Technologies Limited | www.hcltech.com Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com ZDT Overview 4 • HCL Z Data Tools (ZDT) is a set of tools that help you to manipulate data stored on z/OS systems interactively and in batch processing. • Designed to deal with large production data efficiently while protecting integrity and privacy. • Access to z/OS data made simple by its intuitive and consistent user interface across a wide range of data stores available on the platform. • Access to data across multiple z/OS systems / LPARs made simple by its remote systems support. • A must have tool for every z/OS user including system programmers, application developers, ISPF users and much more. • Comprehensive support for a wide range of data store types: – Data Sets (VSAM, QSAM, PDS, PDSE, AIM, OAM) – DB2 – IMS – WebSphere MQ – CICS – Hierarchical File System under UNIX System Services
  • 5. Copyright © 2019 HCL Technologies Limited | www.hcltech.com Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com ZDT Advantages 5 ZDT can provide a generic data access solution without programming • A wide range of file types are supported out of box – no programming required. • ZDT enables manipulation of data interactively or in batch. ZDT templates describe logical layout of data and allows transformation without programming • Templates are created from COBOL, PL/I and Assembler COPYBOOKs or describe layouts in XML format. • Describe most complex layout and data structures using the template’s criteria infrastructures. For example, segmented records, nested REDEFINEs and PL/I arrays. • Change column orders and hide columns based on your requirements. • Specify criteria to select a subset of data you are interested to work with. ZDT saves cost by powerful set of tools • Template repository contains a list of mapping between data source and matching template to use. • This enables new users to start working with your mainframe data quicker. • Once the repository is setup by expert, ZDT leverages the information during its operation to simplifies tasks for end users all around. ZDT template repository for retaining mainframe knowledge for the future • ZDT provides a powerful set of batch functions such as copy, compare, edit, export, load, print and much more. • ZDT’s remote systems support enables access to data on remote systems as well while hiding much of mainframe specific complexity. • Replace in-house apps with powerful ZDT functions for improved efficiency & ease of maintenance. ISPF user friendly productivity improvement features • Specify a group of resources to work with on a local system as well as remote systems. • Search text and change across the specified group of resources with powerful navigation panel display. • Clone the specified group of resources to create backup. • Edit JCL with ease.
  • 6. Copyright © 2019 HCL Technologies Limited | www.hcltech.com Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com How does it work? 6 Z Data Tools Engine Interactive processing Batch processing Data Sets DB2 IMS MQ CICS (files, TDQ, TSQ) HFS files Data to be processed Templates COPYBOOKs XML specification Interactive specification Logical Layout of Data Mapping Info Template Repository
  • 7. Copyright © 2019 HCL Technologies Limited | www.hcltech.com Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com Mainframe Data Access Modernization Challenges 7 Java™ on Mainframe  On z/OS® since 2000.  IBM® z14 announcement: performance improvement by exploiting new hardware.  CICS® TS V5.4 announcement: Support for applications written to the Java™ EE 7 full platform specification.  IMS™ 15 announcement: More expansive and dynamic Java development experience.  Offload MIPS to IBM z Integrated information Processor (zIIP) engine. Challenges  Most data stored on the platform are defined by COBOL, PL/I and Assembler programs.  Mainframe data structures typically do NOT map directly to Java and other modern languages.  Steep learning curve for non-mainframe developers to understand the structure and manipulate mainframe data.  New languages on the platform. {REST}
  • 8. Copyright © 2019 HCL Technologies Limited | www.hcltech.com Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com ZDT APIs Overview 8  HCL Z Data Tools APIs (ZDT APIs) is an add-on product which provides Java™ and Swift application programming interfaces (APIs) to manipulate mainframe data.  APIs leverages ZDT’s template infrastructure to understand logical layout of mainframe binary data .  Mainframe binary data is converted into JSON format and returned to API consumers in Java or Swift for easier interpretation and manipulation for developers with no mainframe background.  Usage scenario includes but not limited to: ▪ Replacement of legacy applications for batch processing of data in Java. ▪ Integration of traditional mainframe apps with new apps. ▪ Interpretation of mainframe operational data for analytics (eg. SMF data). ▪ Manipulation of mainframe data in virtual storage. 00101101 11001010 11000000 11000000 11110000 01010101 00000000 11010010 00110011 11001111 00101101 11001010 11000000 11000000 11110000 01010101 00000000 11010010 00110011 11001111 00101101 11001010 11000000 11000000 11110000 01010101 00000000 11010010 00110011 11001111 Applications Mainframe Data ZDT APIs (1) Data read request (2) Binary data returned (3) JSON formatted data is returned {REST}
  • 9. Copyright © 2019 HCL Technologies Limited | www.hcltech.com Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com Use Cases for ZDT APIs 9 Application Modernization - Develop new applications in Java™ and Swift Programming language - Build new business logic with JSON & RESTful API’s. Replacement of legacy applications for batch processing of data in Java - MIPS reduction (offload to speciality engines zIIP/ IFL’s) - ZDT backend allows for processing of ‘always online’ CICS resources Integration of traditional mainframe apps with new apps and data stores - Traditional mainframe data sources enabled via ZDT API for new or extended use cases, including reflecting data to other data platforms. IT Operation Analytics - Interpretation of mainframe operational data for analytics (e.g SMF data). Manipulation of mainframe data in virtual storage - For unusual resource types or manipulations
  • 10. Copyright © 2019 HCL Technologies Limited | www.hcltech.com Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com JSON Example 10 JSON produced: { "layouts": [ { "REC-TYPE01": { "REC-TYPE": "01", "NAME": "Andrew Apple", "EMPLOYEE-NO": 6645, "AGE": 53, "SALARY": 78500, "MONTH": [ 30, 22, 46 … ], "FILLER": "u0000u0000" } } ] } COBOL COPYBOOK 01 REC-TYPE01. 03 REC-TYPE PIC XX. 03 REC-ID REDEFINES REC-TYPE PIC XX. 03 NAME PIC X(20). 03 EMPLOYEE-NO PIC 9(4) BINARY. 03 AGE PIC 9(4) BINARY. 03 SALARY PIC 9(7) PACKED-DECIMAL. 03 MONTH PIC 9(8) BINARY OCCURS 12 TIMES. 03 FILLER PIC XX.
  • 11. Copyright © 2019 HCL Technologies Limited | www.hcltech.com Copyright © 2019 HCL Technologies Limited | www.hcltechsw.com Summary 11 1 2 3 4 Powerful set of tools to manipulate mainframe data interactively and in batch Powerful framework to represent logical layout of mainframe data (templates) Knowledge retention of your mainframe data through usage of ZDT template repository – all ZDT function leverages the repository to simplify usage even for new users Productivity improvement features for ISPF users Mainframe data access modernization using ZDT APIs in Java™ and Swift languages as well as REST APIs – simplifies application development especially for developers with limited mainframe experiences Continued enhancement to meet mainframe data manipulation requirements today and future 5 6
  • 12. $8.4 BILLION ENTERPRISE | 132,000 IDEAPRENEURS | 44 COUNTRIES WATCH THE FILM