SlideShare a Scribd company logo
1 of 12
Download to read offline
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

More Related Content

Similar to Z Data Tools and APIs Overview

Informix warehouse and accelerator overview
Informix warehouse and accelerator overviewInformix warehouse and accelerator overview
Informix warehouse and accelerator overviewKeshav Murthy
 
Skillwise Consulting -Technical competency
Skillwise Consulting -Technical competencySkillwise Consulting -Technical competency
Skillwise Consulting -Technical competencySkillwise Consulting
 
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-finalDavid Morlitz
 
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 PlatformaMarketingArrowECS_CZ
 
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...Rockwell Automation
 
Machine Learning for z/OS
Machine Learning for z/OSMachine Learning for z/OS
Machine Learning for z/OSCuneyt Goksu
 
Making Hadoop Ready for the Enterprise
Making Hadoop Ready for the Enterprise Making Hadoop Ready for the Enterprise
Making Hadoop Ready for the Enterprise DataWorks Summit
 
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)nick_garrod
 
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
 
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 APIsTeodoro Cipresso
 
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 bkIBM Switzerland
 
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...HBaseCon
 
Informix into the future13 july2017
Informix into the future13 july2017Informix into the future13 july2017
Informix into the future13 july2017Shawn Moe
 
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 DataDATAVERSITY
 
Confluent Partner Tech Talk with QLIK
Confluent Partner Tech Talk with QLIKConfluent Partner Tech Talk with QLIK
Confluent Partner Tech Talk with QLIKconfluent
 
Webinar future dataintegration-datamesh-and-goldengatekafka
Webinar future dataintegration-datamesh-and-goldengatekafkaWebinar future dataintegration-datamesh-and-goldengatekafka
Webinar future dataintegration-datamesh-and-goldengatekafkaJeffrey T. Pollock
 
Informix 1210 feature overview
Informix 1210 feature overviewInformix 1210 feature overview
Informix 1210 feature overviewJohn Miller
 

Similar to 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
 

More from HCLSoftware

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 PlusHCLSoftware
 
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 ...HCLSoftware
 
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 AndroidHCLSoftware
 
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 ApplicationsHCLSoftware
 
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 VulnerabilitiesHCLSoftware
 
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 LicensingHCLSoftware
 
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 SourceHCLSoftware
 
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 eGuideHCLSoftware
 
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...HCLSoftware
 
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 ScalableHCLSoftware
 
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 SolutionsHCLSoftware
 
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.pdfHCLSoftware
 
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...HCLSoftware
 
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...HCLSoftware
 
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 AutomationHCLSoftware
 
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...HCLSoftware
 
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 RemediationHCLSoftware
 
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 PlatformsHCLSoftware
 
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 PlusHCLSoftware
 
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...HCLSoftware
 

More from 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...
 

Recently uploaded

(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
buds n tech IT solutions
buds n  tech IT                solutionsbuds n  tech IT                solutions
buds n tech IT solutionsmonugehlot87
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 

Recently uploaded (20)

(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
buds n tech IT solutions
buds n  tech IT                solutionsbuds n  tech IT                solutions
buds n tech IT solutions
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 

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