Loading…
arrow_back View All Dates
Thursday, October 29
 

9:00am EDT

B14 | Db2 12.1: Ready for the Deployments and Workloads of the Future
Thursday October 29, 2026 9:00am - 10:00am EDT
In this session we'll take a look at the capabilities that have been added to Db2 over the past years to prepare Db2 to meet client demands of today and the future. This will include modern deployment options such as cloud and containerized deployments - but - we'll spend more time on modern workloads such as data virtualization, multi-model support, NoSQL support, how to handle mixed workloads and, of course, AI. Many clients are using Db2 for traditional OLTP, operational and analytic workloads - but - are you getting the full value of your Db2 investment and footprint ? All these high value capabilities are there and included in your current license base. Lets unpack what they are.
Speakers
avatar for Les King

Les King

Owner, Professor, Les King Learning, Seneca College
Les King is a part-time professor at multiple Ontario Colleges, offering courses in Mathematics, Programming and Data Management. Les has also been an instructor at the University of Toronto in the Mathematics department. Les effectively draws a connection between what the marketplace... Read More →
Thursday October 29, 2026 9:00am - 10:00am EDT
Magnificent 1

9:00am EDT

E14 | Real-Time Mainframe Data Streaming with Kafka and Debezium
Thursday October 29, 2026 9:00am - 10:00am EDT
Event streaming is essential for modern applications and AI agents that need real-time access to mainframe data. This session explores change data capture patterns for Db2 z/OS using Debezium and Kafka, covering both initial snapshot and continuous replication. Learn how event streaming benefits agent architectures, implementation with Confluent Platform running on-premises on the mainframe, and achieving minimal operational impact with high-performance data synchronization. Real-world use case examples demonstrate practical applications.
Speakers
avatar for Cuneyt Goksu

Cuneyt Goksu

Executive IT Specialist, IBM
M. Cüneyt Göksu is an Executive IT Specialist for IBM® Z solutions in the context of Data and AI in IBM Germany Development Lab as a member of Center of Excellence team. He holds MBA, bachelor’s degree and PhD in Computer Science. He has been working with Db2 for z/OS and IBM... Read More →
avatar for Mateo Tošić

Mateo Tošić

Software Developer, IBM
TBD
Thursday October 29, 2026 9:00am - 10:00am EDT
Magnificent 6

10:20am EDT

F15 | Screening in a Virtualized Production Environment
Thursday October 29, 2026 10:20am - 11:20am EDT
Most IT experts know the catchphrase “Never change a running system” very well, especially once you experience that a small change can have a significant impact. Anyway, “The only constant is change” is very true as well. Even if we don’t touch an application for enhancements, we’ll face security updates, software updates, hardware updates, configuration changes and data growth.
Before moving to a new machine, applying (Db2) APARs, changing schema, or SQL, it’s common to test in a sand-box, or development system – very good, but here come the challenges:
1st There are quite a few regulations that affect reliable testing of changes and they all have one in common – DON’T USE PRODUCTION DATA!!!
2nd Without real data, or with data masked and sanitized, we’ll very likely see different results than running one and the same query in production.
This session explains how you can reliably, and resource-friendly, simulate your entire production environment, WITHOUT production data and even on a different machine.
We’ll cover prescreening changes in the following areas:

environment changes, like upgrading to a new machine, or adding more resources
application changes, like SQL queries and schema
data changes, like amount and distribution

The capabilities introduce a whole new world of "what if" opportunities and especially protect you from testing that doesn’t focus on what counts: the resulting performance in your production environment.
Speakers
UH

Ulf Heinrich

Director Solutions Delivery, SEGUS Inc
Ulf Heinrich specialized in Db2 recovery and operations, managing cost reduction and 24×7 operations. As a consultant at large customer sites, he has implemented database maintenance procedures and recovery strategies, and also experienced the pitfalls of recovery scenarios under... Read More →
Thursday October 29, 2026 10:20am - 11:20am EDT
Magnificent 7

11:30am EDT

A16 | Wowe Zowe...APIs not AIs
Thursday October 29, 2026 11:30am - 12:30pm EDT
I have a passion for all things mainframe especially Db2 for z/OS.
I like to tell non-technical folks what I do is make the mainframe & its databases a little easier to work with—and maybe a little less intimidating for the next generation of users.”
“honestly—when people hear ‘mainframe,’ they don’t always think modern, developer-friendly, and easy to integrate with.
But that’s exactly what we’re going to challenge today.”
“What I’m hoping to show you is that modernization isn’t about replacing the mainframe—it’s about unlocking more value from it, making it easier to use, and integrating it seamlessly into how we already build and deliver applications today.”
“So whether you’re deeply familiar with the platform, or just curious about how it fits into a modern development lifecycle—there should be something useful here for you.”
Speakers
avatar for Chris Muncan

Chris Muncan

Lead Mainframe DBA, Sun Life
I started my career by accident by saying I want to learn COBOL as a fresh college graduate. Best mistake of my life. Now nearly 20 years on the mainframe with the first 10 years as a COBOL/CICS/Db2 developer and fell in love with Db2 and worked with Db2 since V9.

I am an Infrastructure DBA working on Db2 for z/OS at Sun Life Financial, a global insurance provider., Main responsibilities are taking the Db2 DBA space to the next level by exploiting the capabilities of current tools along with adopting new modern technology & tooling such as... Read More →
Thursday October 29, 2026 11:30am - 12:30pm EDT
Magnificent 3

11:30am EDT

D16 | Agentic AI on the Mainframe: Autonomous Db2 Workflows Without Custom Infrastructure
Thursday October 29, 2026 11:30am - 12:30pm EDT
AI agents are moving beyond chatbots and code suggestions. The next frontier is agentic AI — systems that autonomously plan multi-step tasks, invoke tools, handle branching logic, and execute end-to-end workflows with minimal human intervention. This session shows how that capability applies directly to Db2 for z/OS operations today, using tooling already available in your environment.
The architectural foundation is simpler than it appears: a well-documented CLI is already an agent interface. The Zowe CLI ecosystem — including its Db2 plugin and the richer vendor-supplied extensions published to the Zowe conformance catalog — gives an AI agent a complete, auditable means to act on the mainframe. The agent does not wait for step-by-step instructions; it reasons over the task, selects the right tool from its available plugin set, chains the necessary operations, and executes.
This session presents a layered agent architecture purpose-built for Db2 workflows in production environments:
Execution layer: A base skill encoding the Zowe CLI interface — translating agent intent into exact, logged commands with safe defaults enforcedDomain layer: A Db2-specific reasoning layer encoding your object model, naming conventions, environment topology, and operational runbooks — the institutional knowledge that typically lives in a senior DBA's headGuardrail layer: Explicit constraints on what the agent executes autonomously versus what requires human sign-off, scoped by environment, subsystem, or operation classWe will demonstrate this using vendor-supplied database management plugins available in the Zowe ecosystem. By exposing operations like DDL generation, schema comparison across subsystems, validation, deployment, and object migration through a CLI interface, an agent can autonomously execute workflows that previously required manual expert coordination — generating DDL for a target object, comparing it against a reference subsystem, validating dependencies, and staging the deployment artifact as a single orchestrated task.
We will also show how the compounding architecture scales across your full mainframe stack. Institutional knowledge encoded once — for Db2, for your SCM tool, for your CICS or MQ environment — becomes a reusable agent capability. Each domain layer builds on the same execution foundation, and the agent chains them together as the workflow demands.
Attendees will leave with a concrete architecture for deploying agentic AI on Db2 z/OS, practical guardrail patterns that make autonomous execution safe in production, and a clear understanding of how the depth of the Zowe plugin ecosystem — open-source and vendor-supplied alike — becomes a direct multiplier for what an AI agent can accomplish.
Speakers
avatar for Sridhar Pratik Shanmugam

Sridhar Pratik Shanmugam

Staff Software Engineer, Broadcom
Sridhar Pratik Shanmugam is a Staff software engineer at Broadcom with over 13 years of experience in software automation, quality assurance, and enterprise test framework architecture. He specializes in applying modern AI and agentic workflows to mainframe operations, with deep hands-on... Read More →
Thursday October 29, 2026 11:30am - 12:30pm EDT
Magnificent 5

2:00pm EDT

C201 | Db2 for z/OS modernized: Visual Studio Code deep dive
Thursday October 29, 2026 2:00pm - 3:30pm EDT
4 hours Hands-on-lab workshop (BYOD - Bring Your Own Device)
Transition from legacy "green screen" interfaces to a modern, high-performance environment using Visual Studio Code. This workshop provides a deep dive into Zowe Explorer and the Code4z extension pack, streamlining both system and database management. You will learn to handle z/OS core tasks - including dataset and USS file operations, job submission, and CLI terminal commands - alongside essential Db2 DBA tasks like schema management and SQL execution. We will also cover best practices for managing VS Code setups and profiles to ensure your workflow is optimized for daily enterprise use. Master these modern tools to simplify and accelerate your Db2 operations.
Speakers
avatar for Jim Endler

Jim Endler

Technical Consultant, Broadcom
Jim Endler is a Principal Technical Consultant at Broadcom who focuses on helping customers manage and optimize their Db2 for z/OS environments. He works closely with them to improve database performance and modernize operations through automation, ensuring mainframe systems remain... Read More →
avatar for Toine Michielse

Toine Michielse

Client Services Management | Mainframe Software Division | Broadcom, Broadcom
Toine Michielse believes the future of the mainframe depends on building bridges – between platforms, between generations, and between past and present ways of working.
A four-time IBM Champion and long-time advocate for modernization, Toine has reimagined what it means to be a Db2 for z/OS administrator in the era of DevOps and hybrid cloud. His message resounds: to move forward, we don’t need to discard the platform’s strengths; we need to... Read More →
Sponsors
Thursday October 29, 2026 2:00pm - 3:30pm EDT
Magnificent 4

3:45pm EDT

F202 | Bridging Structured and Unstructured Data: Hybrid AI Queries with Db2
Thursday October 29, 2026 3:45pm - 5:15pm EDT
This hands-on lab will explore how Db2 integrates vector data with structured relational data to support AI-driven use cases. Through guided exercises, attendees will combine unstructured text-derived vectors with traditional data and apply similarity search across both. The lab shows queries that merge SQL filtering with vector similarity to enable semantic search, recommendations, and intelligent data retrieval.
Speakers
avatar for Wilfried Hoge

Wilfried Hoge

Senior Customer Success Engineer Data Platform, IBM
Wilfried Hoge is an IT Architect for Data Platforms at IBM, where he leads data platform solutions for the public sector in Germany. As a technical expert, he leverages his extensive experience to help organizations build modern data architectures as a reliable foundation for analytics... Read More →
avatar for Andreas Weininger

Andreas Weininger

Principal Information Architecture Technical Specialist, IBM
Andreas Weininger is part of the Information Architecture team of IBM in Munich. He has more than 20 year of experience with scalable solutions for data intensive solutions focussing especially on the performance aspects. He is a regular speaker at database and data warehousing events... Read More →
Sponsors
Thursday October 29, 2026 3:45pm - 5:15pm EDT
Magnificent 7
 
Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date -