Daily news about IBM i

(This page just shows the latest 20 or so posts, sign up to the daily newsletters to get all of them or join us at Slack)

  • FlashCopy
    by Aaron Fistler on 2025-04-02 at 17:29

    Page edited by Aaron Fistler ESS FlashCopy® creates a clone of the source system onto a second set of disk drives which are then attached and used by another system or LPAR partition. BRMS provides a mechanism to perform a backup on the second system such that it appears to have been done on the original system.When using BRMS with FlashCopy, be aware that:To use all the functions of BRMS, 57xxBR1 Option 2 (FC-5102)  the BRMS – Network Feature and BRMS-Advanced Functions Feature are required.All BRMS functions are available in the base install of 5770BR2. BRMS PTFs should not be loaded on a system when it is in FlashCopy mode. The FlashCopy status needs to be *END. To verify the Flash copy status, run the following command – CALL PGM(QBRM/Q1AOLD) PARM(‘FLSSYSSTS ‘ ‘*DISPLAY’) The options the *DISPLAY will show are: *END which is the same as *ENDPRC *BEGIN which is the same as *STRPRC *BACKUPSYS which is the same as *STRBKU *ENDBACKUP which is the same as *ENDBKUIBM tests BRMS only with IBM disk storage products. BRMS is not tested with any OEM products or applications.FlashCopy is an IBM® System Storage® technology supported and controlled by IBM storage devices. FlashCopy processes are used outside of BRMS and not controlled by BRMS. When using BRMS with one system as a production system and a secondary system as the backup system, BRMS functionality and output are not equal between these systems. The FlashCopy process is a one-way process, the backup system’s data is not copied back to the production system by BRMS or toolkits. Toolkits such as IBM’s Systems Lab services Full System Copy Services Manager (FSCSM), only synchronize BRMS backup information (QUSRBRM) or the customer is responsible for building their own solution. BRMS and IBM Cloud Solution for i supports FlashCopy environments in versions 7.3 and later with version 5.2 of the Expert Lab Services Toolkit and the following BRMS PTFs:7.4 SI767387.3 SI76737 Click on the links below for information about using FlashCopy with BRMS:Full System FlashCopyIASP FlashCopyUser-defined SYSBAS and IASP Timestamps email.notification.view.online · View Changes Online

  • Power Plays & IBM i: What’s Hot, What’s Not, and What’s Got the Tech World Buzzing in 2025
    by NickLitten on 2025-04-02 at 17:27

    Alright, let’s dive into the sizzling world of IBM Power Systems and IBM i. I spend most of my professional life glued to a keyboard working with client applications and it’s easy to become myopic as I glue myself into the client’s code. Sometimes the latest and freshest developments from IBM take me by surprise.

  • JavaScript: The Enterprise-Ready Language for IBM i Futurization
    by Profound Logic on 2025-04-02 at 15:05

    Learn why forward-thinking organizations are choosing JavaScript over Java for IBM i transformation projects. Explore how Profound AppEvo leverages JavaScript to deliver faster, more cost-effective futurization with superior developer availability. The post JavaScript: The Enterprise-Ready Language for IBM i Futurization appeared first on Profound Logic.

  • Easier way to check if member exists
    by Simon Hutchinson on 2025-04-02 at 10:08

    I was asked: What is the easiest way to check if a member exists in a file? They had been recommended to perform the check in a CL program, but wondered if there was a way to do the same in a RPG program. In a “pre-SQL” world I would have used the Allocate Object command, ALCOBJ, in a CL program to check if the member exists. My program would look something like this: Read more »

  • Secure API Authentication for IBM i: Protecting Your System While Enabling Integration
    by Daniel Magid on 2025-04-02 at 06:43

    Our previous security blogs explored how IBM i systems are often isolated from enterprise security architectures and discussed implementing technologies like Okta for Multi-Factor Authentication. Our last blog focused on the vulnerabilities inherent in using Basic Authentication and the reasons to replace Basic Authentication with more modern authentication methods. Today, I want to focus on The post Secure API Authentication for IBM i: Protecting Your System While Enabling Integration appeared first on Eradani.

  • Picking Apart An Ebullient GenAI Spending Forecast
    by Timothy Prickett Morgan on 2025-04-02 at 04:12

    In one of the big ironies of our time, companies are embedding AI acceleration functions into PCs that most consumers do not actively want while at the same time datacenter operators (be they captive or independent) are actively trying to get AI compute engines (mostly Nvidia and sometimes AMD GPUs) so they can train their GenAI and other machine learning models – and they can’t get enough of these accelerated servers. Because a lot of PCs are already enhanced with AI functions, more and more PCs are falling under the label of an “AI PC,” and therefore the market for … The post Picking Apart An Ebullient GenAI Spending Forecast appeared first on IT Jungle.

  • What’s New With IBM PowerVS In 2025?
    by Alex Woodie on 2025-04-02 at 04:12

    It has been six years since IBM launched IBM Power Virtual Server, its public cloud offering for IBM i workloads. Adoption started slowly but has picked up in recent years as IBM fleshed out the offering and expanded it to more datacenters. As we enter the second quarter, IBM is banking on several new features to help it attract more IBM i customers to PowerVS. Last October, IBM offered PowerVS in 21 IBM Cloud datacenters around the world, including 650 Power Systems customers. Doris Conti, the vice president of Power Systems product management, told The Four Hundred that IBM had … The post What’s New With IBM PowerVS In 2025? appeared first on IT Jungle.

  • The Top Ten IBM i Requests From The IBM Ideas Portal
    by Alex Woodie on 2025-04-02 at 04:12

    Big Blue is gearing up for a major new release of the IBM i operating system. We don’t know yet what will be in the release, but we can forge some guesses by checking out what new features the IBM i community is requesting through the IBM Ideas portal, and how IBM reacts to them. IBM prides itself on being a customer-focused organization, and so it looks to the IBM i community for direction on what sort of features, capabilities, and fixes the IBM i community currently is looking for. That community outreach takes various forms, including the COMMON Americas … The post The Top Ten IBM i Requests From The IBM Ideas Portal appeared first on IT Jungle.

  • IBM i PTF Guide, Volume 27, Number 13
    by Doug Bidwell on 2025-04-02 at 04:12

    Good day, good people of IBM i Land. This week we start out with two security vulnerabilities and a known issue to beware of the BLOB! Let’s start with the security vulnerabilities. First we have Security Bulletin: IBM WebSphere Application Server Liberty is vulnerable to a denial of service due to Netty (CVE-2025-25193), which you can find out more about at this link. IBM WebSphere Application Server Liberty versions 21.0.0.2 through 25.0.0.3 are affected. Second, we have Security Bulletin: IBM WebSphere Application Server Liberty is vulnerable to a denial of service due to Apache CXF (CVE-2025-23184), and here is … The post IBM i PTF Guide, Volume 27, Number 13 appeared first on IT Jungle.

  • D and P Position-less Specs, Part Two
    on 2025-04-02 at 00:14

    As with data structures, if a subfield associated with a P-spec is the name of an RPG opcode, then you have to use the dcl_parm thing on the front of the subfield definition. Fortunately, things for the PI and PR specs are done pretty much the same way as normal data control statements are.

  • SQL 101: DDL Recap-Are Views and Logical Files the Same Thing?
    on 2025-04-02 at 00:05

    For the moment, just know that View_Students_Classes_1 and Index_Students_By_Name allowed me to create an SQL version of a LF over PFSTM that uses STNM as a key. By pressing Page Down, you’ll note that it also includes the SQL statement that was used to create the view, which is nice.

  • IBM Champion – Brian Nordland
    by Fortra on 2025-04-01 at 18:34

    Congratulations to Fortra’s Director of Development for IBM Power Development, Brian Nordland, on being named an IBM Champion for the fourth time!

  • Understanding IBM i System Values: Set the Tone for Security
    by Fortra on 2025-04-01 at 18:34

    IBM i security system values set the tone for how your organization tackles IBM i security threats.The Fortra team talks to a lot of IBM i professionals who don’t realize that system values affect secure communications, who can create a program that adopts authority, the number of sessions a user can have, and much more.In this webinar, IBM Champion Amy Williams delves into the critical system values for IBM i and what you must prioritize. You will discover:- Critical shipped (default) values that need to be changed- How to monitor for changes to values- Which system value changes require an IPL- Methods to prevent unauthorized changes to security system valuesFind out where your systems are secure and where they could be vulnerable with a free IBM i Security Scan: https://www.fortra.com/solutions/ibmi-as400/security-vulnerability-scan

  • The Many Meanings of Modernization, With IBM’s Amy Anderson
    by Andrew Wig on 2025-04-01 at 17:35

    Modernization is a continuous process that goes beyond code re-writes, IBM’s Amy Anderson tells Charlie Guarino on TechTalk SMB The post The Many Meanings of Modernization, With IBM’s Amy Anderson appeared first on TechChannel.

  • April 15th Member meeting ***Collaboration with TUG***
    by tlake on 2025-04-01 at 17:28

    Our April meeting will be presented by Ann Wilkerson. The topic of interest this time around is “Unlocking Audit Journaling with Navigator for i”. In this session we will explore the enhancements to Navigator for i that makes auditing a breeze! This meeting is a joint meeting with the Toronto User Group (TUG). Please RSVP at

  • TechTalk SMB: The Many Meanings of Modernization, With IBM’s Amy Anderson
    by TechChannel on 2025-04-01 at 17:02

    Modernization, a continuous process that goes beyond code re-writes, means many different things to many different people, IBM’s Amy Anderson tells Charlie Guarino on TechTalk SMB.From: TechChannel

  • April’s presentations
    by Simon Hutchinson on 2025-04-01 at 10:05

    The meeting is free to attend, all you have to do is register by clicking on this link here . On Wednesday April 16, at 8:30 AM ( ET ), I will be talking to the West Michigan IBM i User Group, WMSUG, about my favorite RPG Built in Functions (BiFs).

  • Task Force Modernizes Fashion Logistics Operations with Profound API
    by Profound Logic on 2025-04-01 at 06:07

    Watch as Task Force IT-Solutions, a Profound Logic Futurizaiton Alliance member, successfully modernized Witra Logistics’ fashion warehouse operations by seamlessly integrating high-tech sorting systems with their IBM Power i platform using Profound API. This transformation doubled daily processing capacity from 6,000 to 12,000 SKUs, reduced delivery times, and increased operational flexibility while maintaining the reliability of their core systems. The implementation demonstrates how legacy IBM Power i environments can be enhanced to meet contemporary demands in high-fashion textile logistics.Ready to learn more? Check out the full case study:

  • Help Safeguard IBM i Data with Maxava Security
    by Ash Giddings on 2025-03-26 at 23:04

    Securing The Crown Jewels When Intruders Break Into The Glass House Maxava knows how important proactive cybersecurity is. We are proud…

  • IBM i technical resources roadmap
    by IBM Developer on 2022-03-02 at 22:43

    Roadmap of IBM i technical resources

Verified by MonsterInsights