This RPG code uses a DOU loop to fetch data from a cursor named C1 until the SQLCODE is not equal to 0, indicating the end of the recordset.
After the loop, it checks if the SQLCODE is not 100, indicating unexpected termination, and displays a warning message if needed. Read More
New in V7R5 – Part 2 Antonio Salcedo
New in V7R5 – Part 2. FOR-EACH, ENUM, %SPLIT, %SUBARR Hello everyone and welcome to part 2 of V7R5 News. In this article I am going to show four new opcodes and built-in functions that I think you may find useful. I’ll show you how to use the FOR-EACH opcode, which is very useful when Read More
Exporting & importing the server certificate from one IBM i to another
This document provides information about how to export a Server certificate from an IBM i source system and then import to a target IBM i System. Read More
Revolutionizing Data Protection: The Crucial Role of Virtual Tape in Modern-Day Backup and Recovery LaserVault
IBM Power Systems servers are renowned for their reliability and performance. Recently, there has been significant discussion in the area of IBM i backup and recovery about the imperative to modernize…In the dynamic landscape of modern data management, virtual tape has emerged as a game-changer in the realm of backup and recovery. Its ability to combine the reliability of traditional tape with the speed and efficiency of disk-based storage positions virtual tape as a crucial component of any robust data protection strategy.
The post Revolutionizing Data Protection: The Crucial Role of Virtual Tape in Modern-Day Backup and Recovery appeared first on LaserVault. Read More
Parsing a Complex JSON with DB2 IBM i AS/400 and ASP.NET Developer
I recently needed to parse a pretty complex JSON object with DB2 SQL. This isn’t the easiest thing in the world to do. Read More