Page 1 of 1

Stop job routine for another job

Posted: Wed Jun 19, 2002 2:01 pm
by amckinne
Can anyone tell me how to code a custom routine that will call DSLogFatal subroutine to abort a job that is not in the present job that contains the routine?

Ex. JOB1: running
JOB2: routine that stops JOB1

Thanks,
Angela

Posted: Tue Jul 16, 2002 7:31 pm
by Starg
Angela,
Not too sure if this is possible but can you setup the JOB1 Jobhandle as a common variable, and therefore have access to that handle from JOB2. Then you could issue a job stop as normal.


Starg