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

Several scripts
Post Reply
User avatar
viniweb
Nouveau
Nouveau
Posts: 5
Joined: 07 May 2008 12:00

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

Post by viniweb » 17 Oct 2008 12:58

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.

User avatar
viniweb
Nouveau
Nouveau
Posts: 5
Joined: 07 May 2008 12:00

Post by viniweb » 17 Oct 2008 1:48

I found. I use these commands :

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

:D

Post Reply