XML-INTO Meets Open Access With RPG’s New DATA-INTO
February 1, 2018
An introduction to the latest addition to the RPG language: DATA-INTO. Perhaps the best way to think of DATA-INTO is as a combination of Open Access and XML-INTO
ArticlesWhat’s New in RDi With V9.6
January 1, 2018
IBM i developers got an early Christmas gift in 2017—a new version of RDi to play with! Here's an overview of some of the changes that we've found so far.
ArticlesA Comprehensive Approach to Application Management
December 4, 2017
In this post, I explore the discipline of application management, which is an IT management process with tools focused on the availability, performance and manageability of applications. Applications that have files, databases and other resources distributed over multiple OS images can be a challenge to manage. When suddenly some part of the application isn’t working, […]
ArticlesThe Difference between Binary and Integer (And Why You Should Care)
November 14, 2017
To avoid surprises when using binary format in databases (i.e., Int or SmallInt in SQL terms or B data type in DDS), you must understand how it all works
ArticlesConnect z/OS Applications and Data to the Hybrid Cloud With APIs
November 1, 2017
Clients can successfully drive digital transformation by optimizing their mainframe using APIs to achieve a compelling ROI.
Using SQL Functions in a DEFINE field in Db2 Web Query for i
October 10, 2017
The capabilities provided through the use of SQL and user-defined functions brings more power to the already powerful Web Query reporting system.
ArticlesAn RPGers First Steps with JSON: Consuming JSON data with YAJL
September 12, 2017
How to use the YAJL library to consume a JSON document and extract the data for use by an RPG program. Part 2 of 2.
Articles7 Keys to Future-Proofing Your RPG Applications
September 1, 2017
Implementing RPG future-proofing techniques leads to applications that are more resilient and easier to maintain and enhance over time
ArticlesAn RPGer’s First Steps With JSON
July 11, 2017
JSON (JavaScript Object Notation) is becoming an essential technology in modern IBM i shops. A look at syntax basics and more. Part 1 of 2.
ArticlesRPG Fundamentals: Arrays
May 9, 2017
RPG has changed so much over the years that, increasingly, we find our students are unaware of many of the basic tools available to them. One is array processing.