IBM / nodejs-idb-connector

A JavaScript (Node.js) library for communicating with Db2 for IBM i, with support for queries, procedures, and much more. Uses traditional callback-style syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling permanent JOB...

Didier68 opened this issue · comments

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?

👋 Hi! This issue has been marked stale due to inactivity. If no further activity occurs, it will automatically be closed.