-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
Hello,
currently, when interacting with the system via a program or a stored procedure call, we go through a temporary JOB, which only exists during the execution time ...
I have to interact with an application, providing it data upstream in a table, which key contains the JOBNAME of the application, and by rereading the information there for the result ... In other words, I would have to be able to create a job, retrieve its JOBNAME, then a little later use it to launch an application in this JOB, ...
Is there a way to interact with a specific and persistent JOB via this module?