IBM i in Healthcare: IBM’s WISH Application
July 8, 2018
IBM's WISH application is the most modern health information system for the Belgian market based on WebSphere and Java.
ArticlesWriting Applications Means Knowing the Process and Its Users
July 1, 2018
A few years ago, I helped a client modify and enhance applications in key business processes like marketing, accounting, inventory management, order processing and customer service. I wasn’t an expert in application design or coding; my specialty was system software like CICS, Db2, VSAM and MVS, but I did know the COBOL, PLI and Assembler […]
ArticlesImprove Development Costs with Open Source for IBM i
June 1, 2018
Jesse Gorzinski, business architect for open source on IBM i, explains how implementing open-source languages can improve development costs and time to market.
ArticlesYAJL Meets DATA-INTO
June 1, 2018
There’s now another even easier way in which you can apply YAJL to many tasks where you need to consume JSON
ArticlesThe 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
A 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, […]
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