Zitat Zitat von alex61 Beitrag anzeigen
Also um zu prüfen, ob ein Job noch läuft.
geht auch fein in einem Programm, wenn man wissen will, ob Job "TAGESAB" noch läuft:

select * from table(qsys2.active_job_info(job_name_filter => 'TAGESAB') )