Static analysis of Cobol and RPG source code on IBM i with SonarQube
20 December 2022
Let's discover a tool that can help in the static analysis of Cobol and RPG source code.
Export source code to IFS
7 December 2022
If you need to export the sources of programs stored on source file members to IFS then the command topic of the article could help you.
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.
SYS Webinar (W10) 25/08/2020 "ARE Administration Runtime Expert" - Marco Riva - ONLiNE DAYS 2020
20 August 2020
Speaker: Marco Riva – Developer – Expert – IBM i Mentor – Blogger Faq400 Abstract: In this Webinar, Marco Riva will present us how to install, configure and use the 5733ARE product, Administration Runtime Expert,…
---
Roberto De Pedrini
Faq400.com
Webinar DEV (W09) 08/25/2020 "Intro to GIT" - Liam Allan- ONLiNE DAYS 2020
20 August 2020
Speaker: Liam Allan – Software developer – Speaker – IBM Champion Abstract: In this session, in English, Liam Allan, will talk about GIT for RPG / Cobol Developers, starting from the installation of the same…
---
Roberto De Pedrini
Faq400.com
IFS files management
28 July 2020
I believe that all of us who work in the IBM i environment have happened, and continue to do, to have a multitude of obsolete files in the IFS and waste time locating and delet…
Writing messages to the job log with SQL
9 May 2020
LPRINTF is a simple utility that allows you to write messages in the current job’s log, directly with SQL. Let’s see when it can be useful!