Loading…
Unlock the Power of IBM i at POWERUp 2026!

Join us in New Orleans, Louisiana for POWERUp 2026, the premier conference for IBM i professionals. Whether you’re an experienced expert or just starting your IBM i journey, this event offers unparalleled education, hands-on workshops, and valuable networking opportunities. Stay ahead of the curve with insights from industry leaders, explore the latest innovations, and connect with a thriving community that shares your passion for IBM i. Don’t miss this opportunity to expand your knowledge, grow your skills, and power up your career!

Type: Database clear filter
arrow_back View All Dates
Thursday, April 30
 

8:00am CDT

Streamline SQL Routines
Thursday April 30, 2026 8:00am - 9:00am CDT
The SQL procedural language makes it easy to create your business logic in stored procedures, triggers, and user-defined functions. Each of these routines have options that performance, but most programmers usually take the default option values without giving any thought to their impact. Learn about these overlooked performance options and other procedural language coding best practices.

Learning Objectives:

Awareness of options that impact runtime performance.
Speakers
avatar for Kent Milligan

Kent Milligan

Senior Db2 for i Consultant, IBM
Kent Milligan is a Senior Db2 for i Consultant in IBM Technology Expert Labs. Kent has over 25 years of experience as a Db2 for IBM i consultant and developer working out of the IBM Rochester lab. Prior to re-joining the Db2 for i Expert Labs practice in 2020, Kent spent 5 years... Read More →
Thursday April 30, 2026 8:00am - 9:00am CDT
Studio 3-4

9:15am CDT

Db2 for i Web-Services ? Yes i can!
Thursday April 30, 2026 9:15am - 10:15am CDT
In a modern world, information gets exchanged over the web.

A request is send and an answer is returned. We do not care where the data is located. On the i data is stored within a relational database. Data access occurs with native I/O or SQL.

What if we could receive the request and provide the data directly by executing a SQL statement?

Wouldn’t that be great?

The HTTP Web Administration GUI interface can be used for deploying SQL Statements as REST APIs while the IBM Db2 acts as RESTful service provider

Learning Objectives:
- Create the integrated web services server
- Deploy the SQL statements as a RESTful web service, including how to define the database properties and how to depose the SQL statements for each HTTP-method
- Manage the deployed services
Speakers
Thursday April 30, 2026 9:15am - 10:15am CDT
Galerie 4

10:45am CDT

Shallow Dive into Database Modernization
Thursday April 30, 2026 10:45am - 11:45am CDT
Do you still use DDS to create physical files?  Do you create an "extension" file when you need to add a field to an existing file?  Are you worried that moving to SQL is too difficult?  This session is for you.

Do you need to prevent bad data from getting into your system regardless of how it's being added? This session is for you.

Do you need to mask sensitive data, or protect data from unauthorized users? This session is for you.
If you love working really hard, enjoy cryptic column-oriented codes, or the thought of recompiling all your RPG programs gives you a thrill, then maybe this session isn't for you.

Learning Objectives:
1. Convert DDS physical files to SQL tables
2. Add audit fields that are automatically updated
3. Use constraints to ensure data integrity
4. Use Row And Column Access Control (RCAC) to control access to your data
Speakers
avatar for Patrick Behr

Patrick Behr

Senior Consultant & Instructor, Seiden Group & imPower Technologies
Thursday April 30, 2026 10:45am - 11:45am CDT
Galerie 4

1:00pm CDT

Accelerate your SQL Queries with SMP
Thursday April 30, 2026 1:00pm - 2:00pm CDT
With Symmetric Multiprocessing (SMP) now available as a no-charge feature in IBM i, you've gained access to a powerful feature that can significantly improve the speed of query execution. However, SMP must be approached carefully, as improper usage may produce lackluster results. This session will cover the inner workings of SMP, when to utilize SMP, and tools for controlling system-wide SMP usage.

Learning Objectives:

`- Understand how the SQL Query Engine utilizes SMP to accelerate query execution - Understand what workloads benefit most from SMP - Understand the controls available to the Database Engineer to control SMP
Speakers
avatar for Ryan Moeller

Ryan Moeller

Software Engineer, IBM
Ryan Moeller is a software engineer working on Db2 for i, specifically on the SQL Query Engine (SQE) team. He joined the team in the Rochester, MN development lab in 2020. Ryan specializes in SQL, database development, and query performance analysis.
Thursday April 30, 2026 1:00pm - 2:00pm CDT
Galerie 4

1:00pm CDT

Inject more security into Db2 for i
Thursday April 30, 2026 1:00pm - 2:00pm CDT
In this updated and award-winning session, Scott will explore the many ways that “bad actors” can attempt to subvert the security on IBM i. Whether the topic is protecting against SQL Injection, closing doors to acquiring elevated privileges, or attempting to discover unprotected objects, this session will include techniques for evaluation and protection of your IBM i. Attend this session to take a big step towards discovering and eliminating attack vectors within your IBM i!

Learning Objectives:

1) Understand the attack vectors 2) Learn how SQL can be used to discover whether you're exposed or not 3) Learn a technique for remediating the issue, should it exist
Speakers
avatar for Scott Forstie

Scott Forstie

Senior Technical Staff Member, IBM
Scott Forstie is a Senior Technical Staff Member within IBM i development and spends most of his time working as the Db2 for i Architect. He has worked on IBM operating system development since joining IBM in 1989.
Scott is a frequently published author, speaker at industry events... Read More →
Thursday April 30, 2026 1:00pm - 2:00pm CDT
Studio 3-4

3:00pm CDT

Fun with JSON Publishing: Letting SQL Do the Dirty Work
Thursday April 30, 2026 3:00pm - 4:00pm CDT
If you've ever been tasked as a developer with creating complex responses for an internal or external web service, you've likely explored multiple avenues for generating JSON from your IBM i programs. From constructing responses manually in your RPG code, to using various publicly available toolkits like YAJL, RPG NextGen, etc., there are a myriad of ways to create JSON strings with all the requisite curlies, commas, colons, quotes and hard brackets. If you're on IBM i OS 7.2 or higher, there's yet another avenue you can explore in which you let SQL do all the JSON construction work for you. The biggest benefit of this approach becomes most apparent when your JSON response requires arrays, and especially nested subarrays. Coding such responses can be a bit tedious when done on a record-by-record basis in your program, whereas by using some nifty functions you can can let SQL assemble your JSON response automatically. In this session we'll review the basics of JSON publishing functions such as JSON_Object, JSON_Array, JSON_ObjectAgg and JSON_ArrayAgg. We'll explore some practical use examples for publishing your business data in JSON, letting SQL do all the dirty work.

Learning Objectives:

* Learn the syntax of the most commonly used SQL JSON publishing functions * Understand the differences between a standard SQL select statement and an SQL statement constructing a JSON response * See how to integrate these SQL functions into an RPG program
Speakers
avatar for Robert Swanson

Robert Swanson

Senior Partner, CNX
Rob has worked as an in-the-trenches IBM i developer since 1992, with the past 15 years focused on developing modernization efforts for legacy systems written in RPG. Currently serving as Senior Partner for CNX Corporation in Chicago, Rob is a strong advocate of introducing highly... Read More →
Thursday April 30, 2026 3:00pm - 4:00pm CDT
Studio 3-4

3:00pm CDT

Using SQL to Overcome Challenges when Consuming XML (Case Study)
Thursday April 30, 2026 3:00pm - 4:00pm CDT
In the new world of mobile data collection by field specialists, we ran head-on into special characters as well as emojis. This case study tells the tale of overcoming the hurdles we were stumbling over to deal with them.

Learning Objectives:

1. Learn what issues can be raised when using mobile devices to collect information from the field 2. Learn how XML support in Db2 for i was used to resolve these issues
Speakers
avatar for Vern Hamberg

Vern Hamberg

Senior iSeries Developer, OneMain Financial
Vern has worked on IBM midrange systems for over 35 years, beginning with the System/38 and AS/400. At present he is a Senior iSeries Developer at OneMain Financial. He serves on the Strategic Education Team (SET) of COMMON and is one of the SMEs for Db2. He is also honored to have... Read More →
Thursday April 30, 2026 3:00pm - 4:00pm CDT
Galerie 5

4:15pm CDT

Group By, Having and multi-dimensional Grouping
Thursday April 30, 2026 4:15pm - 5:15pm CDT
An SQL SELECT can be much more than a simple SELECT * FROM query. Among others it includes with the GROUP BY clause a powerful data aggregation capability. A bunch of aggregate functions allows to count or summarize rows, to calculate the average over multiple rows, to determine the minimum and maximum row value. The GROUP BY clause may be widely known and used, but the HAVING clause which goes hand in hand with the GROUP BY is often a mystery. There may be other secrets waiting for being revealed … or did you know you can create all kinds of sub-totals and grand-total with an SQL GROUP BY?

Learning Objectives:

In this session you’ll learn the basic use of the GROUP BY and HAVING clauses as well as the use of multiple aggregate functions. You’ll also discover how NULL values can affect the result returned by aggregate functions. It will be demonstrated how easily all kinds of sub-totals and grand-totals can be built. You’ll also learn how to use the CASE clause for building pivot tables
Speakers
Thursday April 30, 2026 4:15pm - 5:15pm CDT
Studio 1-2
 

Share Modal

Share this link via

Or copy link

Filter sessions
Apply filters to sessions.
Filtered by Date - 
  • Artificial Intelligence (AI)
  • Client Connectivity
  • Conference Events
  • Database
  • Developing Business Skills
  • Frameworks
  • General Programming
  • Hardware
  • High Availability Resilience
  • IBM Event
  • IFS
  • IT Leadership and Management
  • IT Strategy
  • NDA
  • Networking
  • PHP
  • Program Testing
  • Programmer Tools
  • Python
  • RPG
  • Security
  • Systems Management
  • Technologies Integrated with IBM i
  • UI
  • Virtualization