• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • 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
  • Three Things For IBM i Shops To Consider About DevSecOps

    October 13, 2025 Michel Mouchon

    Way back in the Great Recession, when money was getting tight and the technical debt was getting high, the concept of agile infrastructure evolved into DevOps, the synchronization and coordination of application development, which likes to move fast, with IT operations, which likes to have things running in a stable fashion. The idea runs counter to half of the philosophy of Facebook founder Mark Zuckerberg, who has espoused the principle to “move fast and break things.”

    DevOps wants to move fast, but it most assuredly does not want to break things, and many millions of programmers and operations staff …

    Read more
  • Big Blue Boosts IBM i Support In Instana, Adds Tracing

    October 6, 2025 Alex Woodie

    IBM i shops that need more insight into how their hardware and software is running may want to consider IBM’s Instana software. IBM has been investing in the observability tool, which was recently updated to support traces on IBM i systems. That’s one of several upgrades IBM has made to Instana to help its IBM i customers.

    IBM acquired Instana back in November 2020 to bolster its presence in the nascent observability arena, particularly as it related to monitoring cloud-native environments (i.e., those using Kubernetes and microservices). Big Blue had just spent $34 billion to buy Red Hat and its …

    Read more
  • Stelo Touts Data Replication For IBM i In Azure Cloud

    September 29, 2025 Alex Woodie

    If you are in the market for data replication software for IBM i, you might want to check out Stelo (formerly StarQuest). The company has supported the IBM i server for many years, and recently announced that its software is available on the Microsoft Azure Marketplace.

    Stelo got its start back in 1992, when Paul Rampel founded StarQuest to develop data connectivity tools for IBM, Microsoft, and Cisco Systems environments. The company launched the Host Data Replicator (HDR) product in 1998, when was adapted with real-time capabilities to become the StarQuest Data Replicator (SQDR) product in 2001.

    In 2022, StarQuest …

    Read more
  • Crossroads RMC Shows Off New AI Dashboard at inPOWER 2025

    September 22, 2025 Alex Woodie

    Crossroads RMC will be showing off its new AI-powered dashboard at Infor’s inPOWER 2025 event this week in Wisconsin. The new offering, dubbed the NextTrack Analytics Dashboard, allows users to ask questions about data residing in ERP database using plain English, thereby broadening the availability of actionable information to new groups of users.

    Crossroads RMC has built a name for itself within the Infor ERP community thanks to its solutions for manufacturers. The company’s manufacturing execution systems (MES) offering sit comfortably atop ERP LX, M3, and other ERP systems, providing access to shop floor scheduling capabilities that do not exist …

    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
  • Big Blue Delivers IBM i Customer Requests In ACS Update

    August 25, 2025 Alex Woodie

    Christmas is still four months away, but that didn’t stop IBM from giving Access Client Solutions (ACS) customers the new features they requested. The deliveries were made in the mid-summer update, ACS version 1.1.9.9.

    ACS is the must-have tool that lives in every IBM i professional’s toolbox. It contains a slew of facilities for interacting with the system, including RSS, data transfer, IFS file viewing, spool file management, 5250 emulator, 5250 printer emulation, and a virtual console for LAN and HMC management.

    IBM updates ACS several times a year regardless of the Technology Refresh cycle, as is typical with several …

    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

Previous Articles

Content archive

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

Recent Posts

  • 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
  • Stacking Up Power11 Entry Server Performance To Older Iron
  • Big Blue Boosts IBM i Support In Instana, Adds Tracing
  • It Is Time To Tell Us What You Are Thinking And Doing
  • IBM i PTF Guide, Volume 27, Number 40
  • The GenAI Boom Is Only Slightly Louder Than The Dot Com Boom

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