The Power of Prototypes for RPG
April 1, 2018
Prototypes are a topic that most RPGers know a little about because they are required for coding program and procedure calls in free format RPG
ArticlesA Closer Look at RPG’s DATA-INTO
March 1, 2018
An introduction to a more generic version of our CSV parser, along with trace support that IBM has built in to facilitate the development of parsers
ArticlesXML-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, […]
The 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.
ArticlesUsing 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