Coding in RPG (IBM i/AS400). How to know from what program am I been called.

Опубликовано: 15 Октябрь 2024
на канале: Christian Larsen
940
37

While developing, some times we need to know, from which program has my program been called.
In this video, I show you an example of how to know it, in a simple way.

Please, tell me what you think of it. Please leave your comments, and don't forget to subscribe and leave your like!

#ibmi #ibm #rpg #rpgle #rpgfree #newvideo #ibmtraining #ibmcoding #rpgtraining #as400 #common #newfunctions #qsys2 #sqlrpgle

0:00 Introduction
0:40 New program that we are going to use to call to other, to use it as an example
1:38 New program where we check if we have been called from the previous or not
3:15 Subprocedure "llamadoPor" ("calledBy") that will make the job
6:40 Checking how it works in the green screen using a debug session
8:40 Checking what happens if I call the program directly
9:27 Final comments