Connect 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.
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.
Keeping up With RDi Enhancements
March 21, 2017
Some recent RDi enhancements from V9.5.1 (September 2016) and V9.5.1.1 (December 2016). Covering RPG outline improvements and more
Articles5 Reasons to Use Free-Format RPG
August 16, 2016
Many RPGers have yet to move on from fixed-format code. Here are five reasons to jump on the free-format bandwagon
ArticlesRecycling RPG Programs as Stored Procedures, Part 2
April 18, 2012
Returning a result set using an SQL cursor; details on V7.1 support for RPG
ArticlesRecycling RPG as Stored Procedures
March 21, 2012
This article outlines the basics of turning an RPG program into a stored procedure
ArticlesBuilding REST Web Services With RPG
February 22, 2012
This month’s article begins the process of answering one of the most common questions we’re asked lately: How do I create a Web service? Many people are now turning to RESTful Web services.