Runube

ammoraes

Member
Hi everybody !!

We're schedulling the execution of some batch jobs using TWS. We wanted to know if the job ended with errors or if it is processing for a long time, so I thought of getting the runbatch's pid on the Unix and query the F986110 table for the job status.
But when runube starts the ube, it dies leaving no way to get the runbatchs pid.
Does anybody had a problem like this before ? Is there another way of getting the jobs pid on the Unix ?

Thank you very much ...

Alexander

Alexander Moraes
 
Runube returns a status or 0 or 1. When run in "Interactive" mode this status represents the completion status of the UBE. Can your scheduler wait on the completion of the job it submits and retrieve this value?

A client of mine uses TNG to schedule jobs and it uses this value to determine the success or failure of the job. I've also written Unix scripts that use this value for this purpose.

Dave.

David D. Helsley, Inc.
[email protected]
Xe, Unix Sp16.1, Oracle/MSSql, TSE
 
Back
Top