If the sleeping loop is in the RPGLE, you can use %SHTDN. That also trips
on the same conditions as RTVJOBA.
Just remember when you are shutting things down (PWRDWNSYS, ENDJOB, ENDSBS,
etc.) make sure you end it *CNTRLD instead of *IMMED and allow it enough
time for it to react and do whatever needs to be done before ending. For
example, if the job sleeps for 10 minutes and you end it *CNTRLD with a 5
minute window, it might not wake in time to exit gracefully.
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Thomas
Raddatz
Sent: Friday, June 26, 2020 4:16 AM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: How to properly Ending a background program
You can use RTVJOBA value ENDSTS to retrieve the cancellation status of a
job. A value of 1 indicates that either the system, the subsystem in which
the job is running, or the job itself is being canceled.
Thomas.
-----Ursprüngliche Nachricht-----
Von: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] Im Auftrag von
Patrik Schindler
Gesendet: Donnerstag, 25. Juni 2020 22:04
An: RPG programming on IBM i
Betreff: How to properly Ending a background program
Hello,
I consider writing a program for running as Autostart-Job in a SBS. It is
supposed to run in an endless loop, doing it's work and sleeping afterwards
for a certain amount of time.
In Linux/Unix, you can send a kill-command to it's PID to make it end.
Without parameters, a SIGTERM is generated and sent. Handling the signal in
the program enables the programmer to delete temp files and other cleanups
to happen.
How is that within the CL environment on OS/400, using RPGLE? I didn't find
helpful information in the ILE Documentation: All explanations there handle
either batch jobs (run and end by itself when done) or interactive jobs
(being ended by the user triggering a RETURN in the code).
Thanks for any pointers to further documentation, or a short explanation.
:wq! PoC
PGP-Key: DDD3 4ABF 6413 38DE -
https://www.pocnet.net/poc-key.asc
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a
message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit:
https://smex12-5-en-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%
3a%2f%2flists.midrange.com%2fmailman%2flistinfo%2frpg400%2dl&umid=37553093-9
f63-40a5-ae0c-d2e12b9e94b8&auth=9aef805e690002f0e1ecb337a51f380fbb6abf82-d7b
069fd7d36280aa56723bc8569692a400880b5
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://smex12-5-en-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%
3a%2f%2farchive.midrange.com%2frpg400%2dl&umid=37553093-9f63-40a5-ae0c-d2e12
b9e94b8&auth=9aef805e690002f0e1ecb337a51f380fbb6abf82-60bd9adbcf6f10c5620276
65ee18d91359e07044.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://smex12-5-en-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%
3a%2f%2famazon.midrange.com&umid=37553093-9f63-40a5-ae0c-d2e12b9e94b8&auth=9
aef805e690002f0e1ecb337a51f380fbb6abf82-7d0a7b6c6eb5ae94e13f68de550f71e8a6c5
8427
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a
message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.