Page 1 of 1

How can I hold and delete only one job with command line ?

Posted: 17 Oct 2008 12:58
by viniweb
I'm writing a script which kills some jobs and I'like to hold and delete these jobs in te same script but I don't find the command. I'm using the ORDERID in my script.

thanks for your help.

Posted: 17 Oct 2008 1:48
by viniweb
I found. I use these commands :

ctmpsm -UPDATEAJF $orderid HOLD
ctmpsm -UPDATEAJF $orderid DELETE

:D