• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • 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
  • Guru: A Faster Way To Sign A JWT

    July 21, 2025 Chris Ringer

    In my prior article, which you can read here, I discussed using the OpenSSL tool to asymmetrically sign a JWT. I like OpenSSL because it’s an open source solution available on many platforms and easy to use. But the decision to use OpenSSL should be coupled with the performance level expectations (the PLA) for your project.

    For instance, how many tokens will you need to create in a given interval? Will your newly minted tokens expire 24 hours from now or in 5 minutes? In my case currently, only about 5 JWTs are needed per day so …

    Read more
  • Guru: When Procedure Driven RPG Really Works

    July 14, 2025 Gregory Simmons

    In the vast and varied ecosystems of Earth, few interactions between species have captured the imagination of scientists and casual observers alike as much as the relationship between bottlenose dolphins and puffer fish. This curious dance, often involving the deliberate provocation of the puffer fish to trigger its natural defense mechanism, has led to many interpretations – from simple play to speculative pharmacological experimentation. I submit to you today, that in the digital ocean of RPG development, developers should interact with their procedures in ways that, to the outside eye, might seem equally cryptic, yet are deeply intentional, meticulously orchestrated, …

    Read more
  • Izzi Buys CNX, Eyes Valence Port To System Z

    July 8, 2025 Alex Woodie

    Izzi Software today announced the acquisition of CNX Corp., owner of the Valence suite of Web development tools for IBM i. The deal is the first IBM i-related acquisition for Izzi, which was founded last year with a mandate to buy smaller IBM i and mainframe vendors that typically don’t get M&A attention from bigger players.

    CNX is a Chicago-based software vendor and consulting firm founded in 1996 by Richard Milone and Robert Swanson. The two had worked with BPCS (now Infor ERP LX) customers, and developed a product that extended that ERP system to the Web. That product, then …

    Read more
  • Liam Allan Shares What’s Coming Next With Code For IBM i

    June 23, 2025 Alex Woodie

    The rise of Code for IBM i arguably is the best IBM i technology story of the past few years. The VS Code development environment came out of nowhere to challenge Rational Developer for i as the pre-eminent developer tool on the platform. And according to Liam Allan, who started this whole thing, Code for i is only going to get better in the months and years to come.

    There is clear and unmistakable momentum behind VS Code and Code for IBM i, the VS Code plug-in that Liam Allan created back in 2021 while working at Seiden Group …

    Read more
  • VS Code Will Be The Heart Of The Modern IBM i Platform

    June 23, 2025 Sebastien Julliand

    For application programmers, the workspace is not a place to sit with a screen, a keyboard, a chair, but rather is an integrated development environment within which code can be created, shared, compiled, and managed either inside the tool itself or through plug-in extensions that link it to other tools. IDEs have been around for decades and are not anything new. What is new is how suddenly popular one particular IDE – VS Code – has become.

    For the past several years, nearly three quarters of the programmers in the world polled for the Stack Overflow Developer Survey say that …

    Read more
  • Meet The Next Gen Of IBMers Helping To Build IBM i

    June 16, 2025 Alex Woodie

    The graying of the IBM i installed base is a topic that deserves attention, as every platform must find a way to reinvent itself if it wants to survive. IBM executives have been vocal about the need for IBM i customers to hire younger people. Well, it looks like Big Blue is taking its own advice, judging from the new crop of developers working in the Rochester and Toronto labs, and beyond.

    It’s hard to believe that Liam Allan has been working on the IBM i platform for nearly a decade. Allan, who started working on IBM i when he …

    Read more

Previous Articles

Content archive

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

Recent Posts

  • The Power11 Transistor Count Discrepancies Explained – Sort Of
  • Is Your IBM i HA/DR Actually Tested – Or Just Installed?
  • Big Blue Delivers IBM i Customer Requests In ACS Update
  • New DbToo SDK Hooks RPG And Db2 For i To External Services
  • IBM i PTF Guide, Volume 27, Number 33
  • Tool Aims To Streamline Git Integration For Old School IBM i Devs
  • IBM To Add Full System Replication And FlashCopy To PowerHA
  • Guru: Decoding Base64 ASCII
  • The Price Tweaking Continues For Power Systems
  • IBM i PTF Guide, Volume 27, Numbers 31 And 32

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