I encoded a monitoring program in an RPG that checks if the fax / 400 is working.
And now I want this program to be checked every 15 minutes.
Instead of placing the task every 15 minutes in the task scheduler (which would be ugly to manage), I made the program wait between checks with DLYJOB.
Now, how can I get this program to "put itself" into memory so that it continues to work?
(I was thinking about using SBMJOB, but I can’t determine in which order of jobs I could place it.)
source
share