• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • IBM Pulls The Curtain Back A Smidge On Project Bob

    October 20, 2025 Alex Woodie

    We learned last week that Project Bob is in at IBM, and Watson Code Assist for IBM i is out. IBM is gung-ho about the prospects for Bob to function as a do-it-all, AI-powered junior programmer for all of its platforms. But what exactly does this entail for IBM i customers? IT Jungle talked to IBM i chief architect Steve Will to get some answers.

    When IBM eventually ships the AI code assistant that is currently called Project Bob, it will offer a range of AI-powered functionality for all IBM customers, including IBM i shops, mainframe customers, and Linux and …

    Read more
  • Guru: Playing Sounds From An RPG Program

    October 20, 2025 Mike Larsen

    I received a request to play audio sounds when an event took place on a display file. I hadn’t done this before, but I thought it was interesting to find out how it could be done. As with many tasks, it turns out there are more than one way to do this. My goal was to choose a method to make the process as seamless as possible.

    At first, the request was to play two sounds: one that would signal a positive event, and another to signal a negative event. But, as I started working with the project, I found …

    Read more
  • A Bit More Insight Into IBM’s “Spyre” AI Accelerator For Power

    October 20, 2025 Timothy Prickett Morgan

    If anything is clear right now, it is that Nvidia does not need to get any richer in the GenAI revolution, and neither does its foundry partner, Taiwan Semiconductor Manufacturing Co. But everyone else, including IBM and specifically its Power Systems business, desperately needs to do something to catch the GenAI wave and make some money in this once-in-a-millennia opportunity.

    Our thesis, as you well know, is that for IBM i shops, code assistants that can help document, update, modernize, or port RPG and COBOL application code to newer languages and modular programming techniques is the killer app for GenAI, …

    Read more
  • What You Will Find In IBM i 7.6 TR1 and IBM i 7.5 TR7

    October 13, 2025 Alex Woodie

    It’s early October, which means leaves are changing colors, nights are getting colder, and IBM developers in southern Minnesota and elsewhere are gearing up the autumnal Technology Refreshes for the IBM i operating system.

    With last week’s announcements of TR1 for IBM i 7.6 and TR7 for IBM i 7.5, which ship November 21, IBM has committed to delivering a slew of updates and new functionality across the range of IBM i system software, from application development to administration.

    Before we get into the specific areas of IBM i, let’s cover the general enhancements it made with I/O handling. For …

    Read more
  • Guru: WCA4i And Granite – Because You’ve Got Bigger Things To Build

    September 15, 2025 Gregory Simmons

    They said AI would change everything. Then most of it turned into chatbot demos and marketing decks. But watsonX Code Assistant for i (WCA4i for short), backed by IBM’s own Granite large language model, is doing something IBM i developers might actually care about: Helping you understand, transform, and evolve legacy code without tossing decades of business logic into the fire.

    WCA4i isn’t trying to slap a web UI over your green screens or auto-generate JavaScript for the sake of buzzwords. It’s aimed at something deeper – leveraging an AI foundation model that’s actually trained on IBM i code and …

    Read more
  • AI Is Coming for ERP. How Will IBM i Respond?

    September 8, 2025 Alex Woodie

    A wave of artificial intelligence is beginning to wash over the enterprise resource planning software market, changing the nature of how businesses process automation gets done. IBM i has been a solid platform for running ERP systems for decades. But how will the new generation of AI-enabled enterprise apps get to IBM i?

    When it comes to automating business processes, ERP packages have been the primary means for achieving it for the past four decades. The big monolithic apps from SAP, Oracle, Infor, and dozens of others have driven trillions of dollars in value by providing a …

    Read more
  • New DbToo SDK Hooks RPG And Db2 For i To External Services

    August 25, 2025 Alex Woodie

    A team of open source developers led by IBM’s Jesse Gorzinski have developed an experimental new software development kit (SDK) designed to integrate RPG applications and Db2 for i data with external services. The SDK, dubbed DbToo, initially targets watsonx, Ollama, OpenAI endpoints, Kafka, Slack, and Twilio, providing another option for integrating IBM i with popular AI models and messaging services.

    The mainstream IT world is currently evolving at a tremendous pace, largely driven by open source big data projects as well as large language models (LLMs) that promise to automate a range of functions currently performed by humans. The …

    Read more
  • Guru: Decoding Base64 ASCII

    August 18, 2025 Chris Ringer

    A co-worker of mine recently asked me how to decode a base64 ASCII string in RPG, received from an HTTP response. My response was “that’s easy”, simply use the relevant SQL function BASE64_DECODE. I promptly wrote some sample code and after some debugging I realized this function threw me a curveball.

    Let me demonstrate the issue and offer a simple solution.

    01 **Free
    02 ctl-opt DftActGrp(*No) Copyright('(C) Chris Ringer');
    
    03 dcl-s string_UTF8   varchar(1000) ccsid(*UTF8);
    04 dcl-s base64_UTF8   varchar(1350) ccsid(*UTF8);
    05 dcl-s decoded_UTF8  varchar(1000) ccsid(*UTF8);
    06 dcl-s decoded_Hex   varchar(1000) ccsid(*HEX);
    
    07 Exec SQL Set Option Commit=*NONE, Naming=*SYS;
    08 string_UTF8 = 
    …

    Read more
  • You Can Now Get IBM Tech Support For VS Code For i

    August 11, 2025 Alex Woodie

    IBM i shops that were on the fence about migrating from Rational Developer for i and adopting VS Code for RPG and COBOL development just received one big reason why they should bite the bullet and make the move: the launch of a new technical support package for Code for i from IBM.

    Visual Studio Code is currently the most popular integrated development environment (IDE) on planet Earth, according to multiple measures, such as the Stack Overflow’s 2025 Developer Survey, which found Microsoft VS Code was used by 76 percent of all respondents, more than twice the usage of …

    Read more
  • Profound Logic Adds MCP To IBM i AI Tool

    July 28, 2025 Alex Woodie

    The world of AI is moving extremely fast right now, with new models, techniques, and technologies emerging every week. One of the newest bits of AI tech to catch on is Anthropic’s Model Context Protocol (MCP), which has quickly become a defacto standard for connecting data sources to AI models. Profound Logic, which has been on the cutting edge of AI, is the first IBM i vendor to bring MCP support to the server and the Db2 for i database.

    Anthropic quietly launched Model Context Protocol in late November 2024 as a way to enable large language models (LLMs), such …

    Read more

Previous Articles

Content archive

  • The Four Hundred
  • Four Hundred Stuff
  • Four Hundred Guru

Recent Posts

  • IBM Pulls The Curtain Back A Smidge On Project Bob
  • IBM Just Killed Merlin. Here’s Why
  • Guru: Playing Sounds From An RPG Program
  • A Bit More Insight Into IBM’s “Spyre” AI Accelerator For Power
  • IBM i PTF Guide, Volume 27, Number 42
  • What You Will Find In IBM i 7.6 TR1 and IBM i 7.5 TR7
  • Three Things For IBM i Shops To Consider About DevSecOps
  • Big Blue Converges IBM i RPG And System Z COBOL Code Assistants Into “Project Bob”
  • As I See It: Retirement Challenges
  • IBM i PTF Guide, Volume 27, Number 41

Subscribe

To get news from IT Jungle sent to your inbox every week, subscribe to our newsletter.

Pages

  • About Us
  • Contact
  • Contributors
  • Four Hundred Monitor
  • IBM i PTF Guide
  • Media Kit
  • Subscribe

Search

Copyright © 2025 IT Jungle