AI is everywhere — but how does it actually help with 2E work? In this hype-free live demo, we'll use Claude Code and a small MCP "bridge" to read your 2E model, generate a clean reference document for a 2E function in seconds, and get an impact analysis for a proposed change — all in plain English. No AI background required, and you don't need to be an expert to start.
I'll demonstrate how CM DDSToDDL turns legacy IBM i DDS source into ready-to-run SQL Server and IBM i DB2 DDL in minutes — with clean, business-readable names and correct keys generated automatically, never hand-inferred. A live demo shows a single source folder producing deployable, dependency-ordered scripts for both platforms in one pass.
This presentation shows developers how to extend Synon 2E generated RPG IV applications using EXECUSRSRC, covering key built-in functions and the #I/#O/#B parameter conventions. It also demonstrates embedded SQL patterns, walking through the full cursor lifecycle from prepare and declare through fetch and close.
AI coding assistants have helped accelerate modern development, but don't feel left out if you're using older tools like CA Plex. Andrew Leggett will demonstrate how Plex developers can use tools like Claude Code to query and modify your Plex applications, automating common tasks and extracting information from your models, while Borys Vulgarin will introduce an AI-driven pipeline that turns plain-language requirements into valid CA Plex Object Migration XML, which can then be imported directly into a Plex model.
When modernizing CA 2E models to CA Plex, the same business logic can be preserved, but the execution cost can change dramatically when native RPG is replaced by Plex-generated Java. A row-by-row access pattern that was inexpensive with native IBM i I/O can become costly when every lookup becomes a JDBC round trip.