SlideShare a Scribd company logo
1 of 37
Download to read offline
Copyright © 2020 HostBridge Technology
Copyright © 2020 HostBridge Technology
Copyright © 2020 HostBridge Technology
• Integration script/API tips & tricks James Alexander
• User Experience: HostBridge Health Check Wally Brown, BancorpSouth
• Integration Analytics Overview Russ Teubner
• User Experience: Integration Analytics Patrick Keane, Ingram Micro
• HostBridge product roadmap Scott Glenn
• Open forum, discussion, Q & A Everyone!
Today’s Agenda
Copyright © 2020 HostBridge Technology
Send your size* (M, L, XL, XXL) and mailing
address to get your HostBridge zippered hoodie!
jerry.rackley@hostbridge.com
*If you already gave this to us on your
registration form, you’re good.
Attendee Swag
Copyright © 2020 HostBridge Technology
Copyright © 2020 HostBridge Technology
• Current Release
• V6.91 - Current
• V6.93 - February 2021
• Improved Storage Reporting
• IBM Maintenance Authentication Performance
• UA83755, UA83757, UA92549
HostBridge Bulletins
Copyright © 2020 HostBridge Technology
• Many Screens
• Several Paths Possible
• No Direct Paths
• Path Driven by Host Data
• Similar Code in Many Services
Unique Problems . . .
Copyright © 2020 HostBridge Technology
• Googled “Dijkstra JavaScript Shortest Path”
• Added to Customer Common Utilities
• Shortest Path Code
• Table of Screen “Neighbors”
• Screen Object
• Added Screen Navigation
• Implementation
myUtil.shortestPath (from, to, data);
. . .Unique Solutions
Copyright © 2020 HostBridge Technology
Learn more on the HostBridge blog:
Copyright © 2020 HostBridge Technology
Copyright © 2020 HostBridge Technology
• The process
• Installation of HTAC
• Production run for ~45 minutes
• The results/recommendations
• Removal of the CWXN transaction will be done as soon as other systems allow
• Orphaned CWXN transactions caused by “pre-flight”. This is likely due to .NET
• E4X usage in scripts will be supported until HB v8. We have started looking at ways to work
around it.
• Advice to other HB users
HostBridge Health Check
Copyright © 2020 HostBridge Technology
Copyright © 2020 HostBridge Technology
What: end-to-end visibility of hybrid or RPA/CICS interactions
CICS Integration Analytics
Copyright © 2020 HostBridge Technology
How:
• Foundation: SMF 110 data
• Optional: HostBridge Transaction Analytics Connector
• Runs inside CICS
• Extracts origin data/metadata from external requests
• Annotates SMF 110 records with this correlation data
• New US Patent awarded to HB
• Splunk dashboards
CICS Integration Analytics
Copyright © 2020 HostBridge Technology
Why:
• Assess operational impact
• Estimate costs of suboptimal integration
• Optimize Hybrid IT integration
Use Cases:
• Macro/RPA Detection and Impact Analysis
• HB.js Operational Analysis
CICS Integration Analytics
Copyright © 2020 HostBridge Technology
HB.js Operational Analysis
Copyright © 2020 HostBridge Technology
Copyright © 2020 HostBridge Technology
Q & A with Patrick Keane
What motivated you to begin investigating who (or what) was interacting
with mainframe, and how those interactions were occurring?
Integration Analytics
Copyright © 2020 HostBridge Technology
RPA/Macro Analysis
•
•
•
•
Copyright © 2020 HostBridge Technology
Q & A with Patrick Keane
We've analyzed a lot of SMF data
and prepared a lot of integration
analytics dashboards. What are
some the insights these dashboards
are providing, and what impact will
acting on these insights have?
Integration Analytics
Copyright © 2020 HostBridge Technology
Integration Analytics
Q & A with Patrick Keane
We've analyzed a lot of SMF data
and prepared a lot of integration
analytics dashboards. What are
some the insights these dashboards
are providing, and what impact will
acting on these insights have?
Copyright © 2020 HostBridge Technology
Integration Analytics
Q & A with Patrick Keane
We've analyzed a lot of SMF data
and prepared a lot of integration
analytics dashboards. What are
some the insights these dashboards
are providing, and what impact will
acting on these insights have?
Copyright © 2020 HostBridge Technology
CICS Integration Analytics
Do you need them? Yes, if you have:
• CICS modernization plans
• Unexplained spikes in performance or workload
• No or limited visibility into what is driving CICS workload
• A need to identify inefficient applications/practices
• High/unexplained volume from screen-based apps
• If you use HB.js!
Initial analysis is free and included in your HostBridge support agreement.
Copyright © 2020 HostBridge Technology
Copyright © 2020 HostBridge Technology
What Have You Done for Me Lately?
Janet Jackson, 1986
● Version 6 released 2009
● 15 releases since then, 6.91 is the current
● 323 Feature enhancements and fixes
● zIIP Support
● MQ and DB2 objects added
● New CICS functionality
● LINKing to HB.js to allow COBOL developers access to functionality
Copyright © 2020 HostBridge Technology
Are we there yet?
Copyright © 2020 HostBridge Technology
Obligatory graph that has too much stuff on it
and can’t be read by mortal human eyes
Copyright © 2020 HostBridge Technology
We only really care about two things...
Copyright © 2020 HostBridge Technology
These two things...
Copyright © 2020 HostBridge Technology
JavaScript aka ECMAScript aka JS
•Current JS engine is right before ECMAScript 5th edition
•String, Object, Array have been enhanced with many of the
current standard features from the current ECMAScript 2020
edition.
•Compiled to bytecode for improved runtime performance to
eliminate source parsing.
•No JIT
Copyright © 2020 HostBridge Technology
Why TypeScript?
Copyright © 2020 HostBridge Technology
Pretty graph, but why?
•“Enterprise class JavaScript”
•TypeScript is a typed superset of JavaScript that compiles to plain
JavaScript. It offers classes, modules, and interfaces to help you
build robust components.
•Transpiles to JS. No need for new runtime.
•Does not have to be adopted all at once
•Many large frameworks are built in TypeScript
Visual Studio Code: Microsoft/vscode , 336131 lines of TypeScript
Angular: angular/angular , 220384 lines of TypeScript
Copyright © 2020 HostBridge Technology
---------------------------------------------->
● Version 7 will be an internationalization release. ICU
for processing Unicode. Scripts stored internally in
unicode instead of EBCDIC ( started with 691 ).
● Version 8 will add a new script engine based on
Chromium’s V8. Current engine is based on Mozilla.
● JIT. Up to 10x faster execution of pure JS.
● ECMAScript 2020 compliance.
● Can run the TypeScript compiler. Existing engine
already runs TypeScript generated JS.
Copyright © 2020 HostBridge Technology
● Version 6 is the current release. Long
history of enhancements primarily driven
by customer need and feedback.
● Version 7 will be out shortly, focus on
internationalization
● Version 8 will be out in the future. Builds
on version 6 and version 7. Faster JS
execution. Current ECMAScript
compliance so developers can copy/paste,
reuse as much JS as possible from
anywhere.
Copyright © 2020 HostBridge Technology
Open Forum/Discussion/Q & A
Copyright © 2020 HostBridge Technology
Q: MS Azure Cloud Services
How can I use HostBridge to accomplish CICS integration with MS
Azure Cloud Services?
Richard N.
Copyright © 2020 HostBridge Technology
That’s it!
• The next HostBridge User Group meeting will occur in late 2Q2021
• Send your topic ideas to: support@hostbridge.com

More Related Content

What's hot

Deploy and Secure Your API Gateway with NGINX: From Zero to Hero
Deploy and Secure Your API Gateway with NGINX: From Zero to HeroDeploy and Secure Your API Gateway with NGINX: From Zero to Hero
Deploy and Secure Your API Gateway with NGINX: From Zero to HeroNGINX, Inc.
 
Driving Success In The Cloud With NGINX
Driving Success In The Cloud With NGINXDriving Success In The Cloud With NGINX
Driving Success In The Cloud With NGINXNGINX, Inc.
 
Fundamentals of microservices
Fundamentals of microservicesFundamentals of microservices
Fundamentals of microservicesNGINX, Inc.
 
Expanding OEM Opportunities with WSO2
Expanding OEM Opportunities with WSO2Expanding OEM Opportunities with WSO2
Expanding OEM Opportunities with WSO2WSO2
 
JAMstack WTJ
JAMstack WTJJAMstack WTJ
JAMstack WTJzonathen
 
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINX
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINXSecure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINX
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINXNGINX, Inc.
 
Angular Or React – Don’t Roll The Dice
Angular Or React – Don’t Roll The DiceAngular Or React – Don’t Roll The Dice
Angular Or React – Don’t Roll The DiceSynerzip
 
CF SUMMIT: Partnerships, Business and Cloud Foundry
CF SUMMIT: Partnerships, Business and Cloud FoundryCF SUMMIT: Partnerships, Business and Cloud Foundry
CF SUMMIT: Partnerships, Business and Cloud FoundryNima Badiey
 
Overview of azure microservices and the impact on integration
Overview of azure microservices and the impact on integrationOverview of azure microservices and the impact on integration
Overview of azure microservices and the impact on integrationBizTalk360
 
AzureConf 2014 - Azure hybrid connections (Sam Vanhoutte)
AzureConf 2014 - Azure hybrid connections (Sam Vanhoutte)AzureConf 2014 - Azure hybrid connections (Sam Vanhoutte)
AzureConf 2014 - Azure hybrid connections (Sam Vanhoutte)Sam Vanhoutte
 
Introduction to WSO2 Business Process Server
Introduction to WSO2 Business Process ServerIntroduction to WSO2 Business Process Server
Introduction to WSO2 Business Process ServerWSO2
 
What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)
What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)
What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)BizTalk360
 
JAMstack with gatsby, contentful and netlify aka the dream stack
JAMstack with gatsby, contentful and netlify aka the dream stackJAMstack with gatsby, contentful and netlify aka the dream stack
JAMstack with gatsby, contentful and netlify aka the dream stackzonathen
 
Why CIOs Need Real-Time APIs to Drive Competitive Digital Businesses
Why CIOs Need Real-Time APIs to Drive Competitive Digital BusinessesWhy CIOs Need Real-Time APIs to Drive Competitive Digital Businesses
Why CIOs Need Real-Time APIs to Drive Competitive Digital BusinessesNGINX, Inc.
 
Merging microservices architecture with SOA practices
Merging microservices architecture with SOA practicesMerging microservices architecture with SOA practices
Merging microservices architecture with SOA practicesChris Haddad
 
Deep Dive: Automating the Application and Security Pipeline with NGINX and An...
Deep Dive: Automating the Application and Security Pipeline with NGINX and An...Deep Dive: Automating the Application and Security Pipeline with NGINX and An...
Deep Dive: Automating the Application and Security Pipeline with NGINX and An...NGINX, Inc.
 
Scribe online 03 scribe online cdk and api overview
Scribe online 03   scribe online cdk and api overviewScribe online 03   scribe online cdk and api overview
Scribe online 03 scribe online cdk and api overviewScribe Software Corp.
 
Application delivery controllers
Application delivery controllersApplication delivery controllers
Application delivery controllerscubixtech
 

What's hot (20)

Deploy and Secure Your API Gateway with NGINX: From Zero to Hero
Deploy and Secure Your API Gateway with NGINX: From Zero to HeroDeploy and Secure Your API Gateway with NGINX: From Zero to Hero
Deploy and Secure Your API Gateway with NGINX: From Zero to Hero
 
Driving Success In The Cloud With NGINX
Driving Success In The Cloud With NGINXDriving Success In The Cloud With NGINX
Driving Success In The Cloud With NGINX
 
Fundamentals of microservices
Fundamentals of microservicesFundamentals of microservices
Fundamentals of microservices
 
Expanding OEM Opportunities with WSO2
Expanding OEM Opportunities with WSO2Expanding OEM Opportunities with WSO2
Expanding OEM Opportunities with WSO2
 
JAMstack WTJ
JAMstack WTJJAMstack WTJ
JAMstack WTJ
 
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINX
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINXSecure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINX
Secure, Strengthen, Automate, and Scale Modern Workloads with Red Hat & NGINX
 
Angular Or React – Don’t Roll The Dice
Angular Or React – Don’t Roll The DiceAngular Or React – Don’t Roll The Dice
Angular Or React – Don’t Roll The Dice
 
CF SUMMIT: Partnerships, Business and Cloud Foundry
CF SUMMIT: Partnerships, Business and Cloud FoundryCF SUMMIT: Partnerships, Business and Cloud Foundry
CF SUMMIT: Partnerships, Business and Cloud Foundry
 
Overview of azure microservices and the impact on integration
Overview of azure microservices and the impact on integrationOverview of azure microservices and the impact on integration
Overview of azure microservices and the impact on integration
 
AzureConf 2014 - Azure hybrid connections (Sam Vanhoutte)
AzureConf 2014 - Azure hybrid connections (Sam Vanhoutte)AzureConf 2014 - Azure hybrid connections (Sam Vanhoutte)
AzureConf 2014 - Azure hybrid connections (Sam Vanhoutte)
 
Introduction to WSO2 Business Process Server
Introduction to WSO2 Business Process ServerIntroduction to WSO2 Business Process Server
Introduction to WSO2 Business Process Server
 
What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)
What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)
What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)
 
CData Day Tokyo 2017 Opening Talk
CData Day Tokyo 2017 Opening TalkCData Day Tokyo 2017 Opening Talk
CData Day Tokyo 2017 Opening Talk
 
JAMstack with gatsby, contentful and netlify aka the dream stack
JAMstack with gatsby, contentful and netlify aka the dream stackJAMstack with gatsby, contentful and netlify aka the dream stack
JAMstack with gatsby, contentful and netlify aka the dream stack
 
Why CIOs Need Real-Time APIs to Drive Competitive Digital Businesses
Why CIOs Need Real-Time APIs to Drive Competitive Digital BusinessesWhy CIOs Need Real-Time APIs to Drive Competitive Digital Businesses
Why CIOs Need Real-Time APIs to Drive Competitive Digital Businesses
 
Merging microservices architecture with SOA practices
Merging microservices architecture with SOA practicesMerging microservices architecture with SOA practices
Merging microservices architecture with SOA practices
 
JAMstack
JAMstackJAMstack
JAMstack
 
Deep Dive: Automating the Application and Security Pipeline with NGINX and An...
Deep Dive: Automating the Application and Security Pipeline with NGINX and An...Deep Dive: Automating the Application and Security Pipeline with NGINX and An...
Deep Dive: Automating the Application and Security Pipeline with NGINX and An...
 
Scribe online 03 scribe online cdk and api overview
Scribe online 03   scribe online cdk and api overviewScribe online 03   scribe online cdk and api overview
Scribe online 03 scribe online cdk and api overview
 
Application delivery controllers
Application delivery controllersApplication delivery controllers
Application delivery controllers
 

Similar to HostBridge Virtual User Group December 2020

16370 cics project opening and project update f
16370  cics project opening and project update f16370  cics project opening and project update f
16370 cics project opening and project update fnick_garrod
 
Optimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSOptimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSDevOps.com
 
IBM Think 2020 Openshift on IBM Z and LinuxONE
IBM Think 2020 Openshift on IBM Z and LinuxONEIBM Think 2020 Openshift on IBM Z and LinuxONE
IBM Think 2020 Openshift on IBM Z and LinuxONEFilipe Miranda
 
apidays LIVE LONDON - Old meets New - Managing transactions on the edge of th...
apidays LIVE LONDON - Old meets New - Managing transactions on the edge of th...apidays LIVE LONDON - Old meets New - Managing transactions on the edge of th...
apidays LIVE LONDON - Old meets New - Managing transactions on the edge of th...apidays
 
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...Vincent Biret
 
Migrating from IBM API Connect v5 to v2018
Migrating from IBM API Connect v5 to v2018Migrating from IBM API Connect v5 to v2018
Migrating from IBM API Connect v5 to v2018Natalia Kataoka
 
Learn how SAP BusinessObjects is used at BEC and some of their challenges res...
Learn how SAP BusinessObjects is used at BEC and some of their challenges res...Learn how SAP BusinessObjects is used at BEC and some of their challenges res...
Learn how SAP BusinessObjects is used at BEC and some of their challenges res...Wiiisdom
 
The convergence of reporting and interactive BI on Hadoop
The convergence of reporting and interactive BI on HadoopThe convergence of reporting and interactive BI on Hadoop
The convergence of reporting and interactive BI on HadoopDataWorks Summit
 
Webinar on MongoDB BI Connectors
Webinar on MongoDB BI ConnectorsWebinar on MongoDB BI Connectors
Webinar on MongoDB BI ConnectorsSumit Sarkar
 
Powering the digital economy with CICS and z/OS connect - at the "z Systems...
Powering the digital economy with CICS and z/OS connect  -  at the "z Systems...Powering the digital economy with CICS and z/OS connect  -  at the "z Systems...
Powering the digital economy with CICS and z/OS connect - at the "z Systems...DevOps for Enterprise Systems
 
Brushing skills on SignalR for ASP.NET developers
Brushing skills on SignalR for ASP.NET developersBrushing skills on SignalR for ASP.NET developers
Brushing skills on SignalR for ASP.NET developersONE BCG
 
IBM API Connect Deployment `Good Practices - IBM Think 2018
IBM API Connect Deployment `Good Practices - IBM Think 2018IBM API Connect Deployment `Good Practices - IBM Think 2018
IBM API Connect Deployment `Good Practices - IBM Think 2018Chris Phillips
 
Still on IBM BigInsights? We have the right path for you
Still on IBM BigInsights? We have the right path for youStill on IBM BigInsights? We have the right path for you
Still on IBM BigInsights? We have the right path for youModusOptimum
 
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflowsCloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflowsYong Feng
 
Revolutionize the API Economy with IBM WebSphere Connect
Revolutionize the API Economy with IBM WebSphere ConnectRevolutionize the API Economy with IBM WebSphere Connect
Revolutionize the API Economy with IBM WebSphere ConnectArthur De Magalhaes
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5Vinayak Tavargeri
 
What's New in KNIME Analytics Platform 4.1
What's New in KNIME Analytics Platform 4.1What's New in KNIME Analytics Platform 4.1
What's New in KNIME Analytics Platform 4.1KNIMESlides
 
Narender Soni Resume - Updated
Narender Soni Resume - UpdatedNarender Soni Resume - Updated
Narender Soni Resume - UpdatedNarender Soni
 
IBM Roadmap Maximo 2018
IBM Roadmap Maximo 2018IBM Roadmap Maximo 2018
IBM Roadmap Maximo 2018FMMUG
 

Similar to HostBridge Virtual User Group December 2020 (20)

16370 cics project opening and project update f
16370  cics project opening and project update f16370  cics project opening and project update f
16370 cics project opening and project update f
 
Optimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWSOptimize your CI/CD with GitLab and AWS
Optimize your CI/CD with GitLab and AWS
 
IBM Think 2020 Openshift on IBM Z and LinuxONE
IBM Think 2020 Openshift on IBM Z and LinuxONEIBM Think 2020 Openshift on IBM Z and LinuxONE
IBM Think 2020 Openshift on IBM Z and LinuxONE
 
apidays LIVE LONDON - Old meets New - Managing transactions on the edge of th...
apidays LIVE LONDON - Old meets New - Managing transactions on the edge of th...apidays LIVE LONDON - Old meets New - Managing transactions on the edge of th...
apidays LIVE LONDON - Old meets New - Managing transactions on the edge of th...
 
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
#SPFestSea azr302 The SharePoint Framework and the #MicrosoftGraph under ster...
 
Migrating from IBM API Connect v5 to v2018
Migrating from IBM API Connect v5 to v2018Migrating from IBM API Connect v5 to v2018
Migrating from IBM API Connect v5 to v2018
 
Learn how SAP BusinessObjects is used at BEC and some of their challenges res...
Learn how SAP BusinessObjects is used at BEC and some of their challenges res...Learn how SAP BusinessObjects is used at BEC and some of their challenges res...
Learn how SAP BusinessObjects is used at BEC and some of their challenges res...
 
The convergence of reporting and interactive BI on Hadoop
The convergence of reporting and interactive BI on HadoopThe convergence of reporting and interactive BI on Hadoop
The convergence of reporting and interactive BI on Hadoop
 
Webinar on MongoDB BI Connectors
Webinar on MongoDB BI ConnectorsWebinar on MongoDB BI Connectors
Webinar on MongoDB BI Connectors
 
Powering the digital economy with CICS and z/OS connect - at the "z Systems...
Powering the digital economy with CICS and z/OS connect  -  at the "z Systems...Powering the digital economy with CICS and z/OS connect  -  at the "z Systems...
Powering the digital economy with CICS and z/OS connect - at the "z Systems...
 
Brushing skills on SignalR for ASP.NET developers
Brushing skills on SignalR for ASP.NET developersBrushing skills on SignalR for ASP.NET developers
Brushing skills on SignalR for ASP.NET developers
 
IBM API Connect Deployment `Good Practices - IBM Think 2018
IBM API Connect Deployment `Good Practices - IBM Think 2018IBM API Connect Deployment `Good Practices - IBM Think 2018
IBM API Connect Deployment `Good Practices - IBM Think 2018
 
Still on IBM BigInsights? We have the right path for you
Still on IBM BigInsights? We have the right path for youStill on IBM BigInsights? We have the right path for you
Still on IBM BigInsights? We have the right path for you
 
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflowsCloud nativecomputingtechnologysupportinghpc cognitiveworkflows
Cloud nativecomputingtechnologysupportinghpc cognitiveworkflows
 
Revolutionize the API Economy with IBM WebSphere Connect
Revolutionize the API Economy with IBM WebSphere ConnectRevolutionize the API Economy with IBM WebSphere Connect
Revolutionize the API Economy with IBM WebSphere Connect
 
What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5What's new in Portal and WCM 8.5
What's new in Portal and WCM 8.5
 
What's New in KNIME Analytics Platform 4.1
What's New in KNIME Analytics Platform 4.1What's New in KNIME Analytics Platform 4.1
What's New in KNIME Analytics Platform 4.1
 
Narender Soni Resume - Updated
Narender Soni Resume - UpdatedNarender Soni Resume - Updated
Narender Soni Resume - Updated
 
20151207 - iot strategy
20151207 - iot strategy20151207 - iot strategy
20151207 - iot strategy
 
IBM Roadmap Maximo 2018
IBM Roadmap Maximo 2018IBM Roadmap Maximo 2018
IBM Roadmap Maximo 2018
 

Recently uploaded

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
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
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
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
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Recently uploaded (20)

Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
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
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
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
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
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
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 

HostBridge Virtual User Group December 2020

  • 1. Copyright © 2020 HostBridge Technology
  • 2. Copyright © 2020 HostBridge Technology
  • 3. Copyright © 2020 HostBridge Technology • Integration script/API tips & tricks James Alexander • User Experience: HostBridge Health Check Wally Brown, BancorpSouth • Integration Analytics Overview Russ Teubner • User Experience: Integration Analytics Patrick Keane, Ingram Micro • HostBridge product roadmap Scott Glenn • Open forum, discussion, Q & A Everyone! Today’s Agenda
  • 4. Copyright © 2020 HostBridge Technology Send your size* (M, L, XL, XXL) and mailing address to get your HostBridge zippered hoodie! jerry.rackley@hostbridge.com *If you already gave this to us on your registration form, you’re good. Attendee Swag
  • 5. Copyright © 2020 HostBridge Technology
  • 6. Copyright © 2020 HostBridge Technology • Current Release • V6.91 - Current • V6.93 - February 2021 • Improved Storage Reporting • IBM Maintenance Authentication Performance • UA83755, UA83757, UA92549 HostBridge Bulletins
  • 7. Copyright © 2020 HostBridge Technology • Many Screens • Several Paths Possible • No Direct Paths • Path Driven by Host Data • Similar Code in Many Services Unique Problems . . .
  • 8. Copyright © 2020 HostBridge Technology • Googled “Dijkstra JavaScript Shortest Path” • Added to Customer Common Utilities • Shortest Path Code • Table of Screen “Neighbors” • Screen Object • Added Screen Navigation • Implementation myUtil.shortestPath (from, to, data); . . .Unique Solutions
  • 9. Copyright © 2020 HostBridge Technology Learn more on the HostBridge blog:
  • 10. Copyright © 2020 HostBridge Technology
  • 11. Copyright © 2020 HostBridge Technology • The process • Installation of HTAC • Production run for ~45 minutes • The results/recommendations • Removal of the CWXN transaction will be done as soon as other systems allow • Orphaned CWXN transactions caused by “pre-flight”. This is likely due to .NET • E4X usage in scripts will be supported until HB v8. We have started looking at ways to work around it. • Advice to other HB users HostBridge Health Check
  • 12. Copyright © 2020 HostBridge Technology
  • 13. Copyright © 2020 HostBridge Technology What: end-to-end visibility of hybrid or RPA/CICS interactions CICS Integration Analytics
  • 14. Copyright © 2020 HostBridge Technology How: • Foundation: SMF 110 data • Optional: HostBridge Transaction Analytics Connector • Runs inside CICS • Extracts origin data/metadata from external requests • Annotates SMF 110 records with this correlation data • New US Patent awarded to HB • Splunk dashboards CICS Integration Analytics
  • 15. Copyright © 2020 HostBridge Technology Why: • Assess operational impact • Estimate costs of suboptimal integration • Optimize Hybrid IT integration Use Cases: • Macro/RPA Detection and Impact Analysis • HB.js Operational Analysis CICS Integration Analytics
  • 16. Copyright © 2020 HostBridge Technology HB.js Operational Analysis
  • 17. Copyright © 2020 HostBridge Technology
  • 18. Copyright © 2020 HostBridge Technology Q & A with Patrick Keane What motivated you to begin investigating who (or what) was interacting with mainframe, and how those interactions were occurring? Integration Analytics
  • 19. Copyright © 2020 HostBridge Technology RPA/Macro Analysis • • • •
  • 20. Copyright © 2020 HostBridge Technology Q & A with Patrick Keane We've analyzed a lot of SMF data and prepared a lot of integration analytics dashboards. What are some the insights these dashboards are providing, and what impact will acting on these insights have? Integration Analytics
  • 21. Copyright © 2020 HostBridge Technology Integration Analytics Q & A with Patrick Keane We've analyzed a lot of SMF data and prepared a lot of integration analytics dashboards. What are some the insights these dashboards are providing, and what impact will acting on these insights have?
  • 22. Copyright © 2020 HostBridge Technology Integration Analytics Q & A with Patrick Keane We've analyzed a lot of SMF data and prepared a lot of integration analytics dashboards. What are some the insights these dashboards are providing, and what impact will acting on these insights have?
  • 23. Copyright © 2020 HostBridge Technology CICS Integration Analytics Do you need them? Yes, if you have: • CICS modernization plans • Unexplained spikes in performance or workload • No or limited visibility into what is driving CICS workload • A need to identify inefficient applications/practices • High/unexplained volume from screen-based apps • If you use HB.js! Initial analysis is free and included in your HostBridge support agreement.
  • 24. Copyright © 2020 HostBridge Technology
  • 25. Copyright © 2020 HostBridge Technology What Have You Done for Me Lately? Janet Jackson, 1986 ● Version 6 released 2009 ● 15 releases since then, 6.91 is the current ● 323 Feature enhancements and fixes ● zIIP Support ● MQ and DB2 objects added ● New CICS functionality ● LINKing to HB.js to allow COBOL developers access to functionality
  • 26. Copyright © 2020 HostBridge Technology Are we there yet?
  • 27. Copyright © 2020 HostBridge Technology Obligatory graph that has too much stuff on it and can’t be read by mortal human eyes
  • 28. Copyright © 2020 HostBridge Technology We only really care about two things...
  • 29. Copyright © 2020 HostBridge Technology These two things...
  • 30. Copyright © 2020 HostBridge Technology JavaScript aka ECMAScript aka JS •Current JS engine is right before ECMAScript 5th edition •String, Object, Array have been enhanced with many of the current standard features from the current ECMAScript 2020 edition. •Compiled to bytecode for improved runtime performance to eliminate source parsing. •No JIT
  • 31. Copyright © 2020 HostBridge Technology Why TypeScript?
  • 32. Copyright © 2020 HostBridge Technology Pretty graph, but why? •“Enterprise class JavaScript” •TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It offers classes, modules, and interfaces to help you build robust components. •Transpiles to JS. No need for new runtime. •Does not have to be adopted all at once •Many large frameworks are built in TypeScript Visual Studio Code: Microsoft/vscode , 336131 lines of TypeScript Angular: angular/angular , 220384 lines of TypeScript
  • 33. Copyright © 2020 HostBridge Technology ----------------------------------------------> ● Version 7 will be an internationalization release. ICU for processing Unicode. Scripts stored internally in unicode instead of EBCDIC ( started with 691 ). ● Version 8 will add a new script engine based on Chromium’s V8. Current engine is based on Mozilla. ● JIT. Up to 10x faster execution of pure JS. ● ECMAScript 2020 compliance. ● Can run the TypeScript compiler. Existing engine already runs TypeScript generated JS.
  • 34. Copyright © 2020 HostBridge Technology ● Version 6 is the current release. Long history of enhancements primarily driven by customer need and feedback. ● Version 7 will be out shortly, focus on internationalization ● Version 8 will be out in the future. Builds on version 6 and version 7. Faster JS execution. Current ECMAScript compliance so developers can copy/paste, reuse as much JS as possible from anywhere.
  • 35. Copyright © 2020 HostBridge Technology Open Forum/Discussion/Q & A
  • 36. Copyright © 2020 HostBridge Technology Q: MS Azure Cloud Services How can I use HostBridge to accomplish CICS integration with MS Azure Cloud Services? Richard N.
  • 37. Copyright © 2020 HostBridge Technology That’s it! • The next HostBridge User Group meeting will occur in late 2Q2021 • Send your topic ideas to: support@hostbridge.com