How to use REST API on IBM i: the Open Banking example
19 February 2023
The IBM i system, being a robust and versatile business server, can easily connect to the world of REST APIs, enriching the applications it hosts with features taken from the cloud.In today’s example we will…
Writing ILE RPG code with ChatGPT? Let's try!
8 January 2023
There is talk everywhere about this ChatGPT, OpenAI’s new system that allows interaction with Artificial Intelligence systems to be more natural and intuitive. In this video I asked ChatGPT to write for me a simple…
---
Roberto De Pedrini
Faq400.com
Alternative to OVRDBF in F specifications (dcl-f free)
19 August 2022
It is not new to RPG but every now and then it is useful to remember that if we want to use, within our RPG programs, some fancy file names that “point” to a different…
---
Roberto De Pedrini
Faq400.com
ILE Debugger (STRDBG) and Screen Size
18 August 2022
When we use the 5250 ILE Debugger interface (waiting for a Debugger for VsCode or a faster version of the excellent Rdi debugger) we often find ourselves having to “fight” with the screen size that…
---
Roberto De Pedrini
Faq400.com
Recursive calls in ILE RPG and SQL - part 1
13 June 2021
We all know an RPG program cannot call itself. But a procedure of an ILE program can! Let’s see how the recursive capabilities of ILE procedures can greatly ease some application situations.
RPG - FAQ & Howtos (IT Part.4)
12 May 2021
Fourth episode of the RPG series – FAQ & Howtos, the previous episodes can be found here; RPG – FAQ & Howtos (IT Part.1) RPG – FAQ & Howtos (IT Part.2) RPG – FAQ &…
---
Roberto De Pedrini
Faq400.com