Search found 5 matches

by viniweb
17 Oct 2008 1:48
Forum: Scripts
Topic: How can I hold and delete only one job with command line ?
Replies: 1
Views: 2214

I found. I use these commands :

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

:D
by viniweb
17 Oct 2008 12:58
Forum: Scripts
Topic: How can I hold and delete only one job with command line ?
Replies: 1
Views: 2214

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

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.
by viniweb
08 Jul 2008 3:55
Forum: SQL Scripts
Topic: What does the column 'STD_DEV' mean ?
Replies: 3
Views: 7995

Thank you ! I'm going to use it in order to detect jobs that are running too long.
by viniweb
05 Jul 2008 12:04
Forum: SQL Scripts
Topic: What does the column 'STD_DEV' mean ?
Replies: 3
Views: 7995

What does the column 'STD_DEV' mean ?

I'd like to know what does the column 'STD_DEV' mean in the table <table>JOB of the em620 database. Can somebody explain me ?
by viniweb
04 Jul 2008 11:53
Forum: SQL Scripts
Topic: I'd like to use statistics but i don't find these Data...
Replies: 0
Views: 13078

I'd like to use statistics but i don't find these Data...

I'm sorry, my english is not really perfect. I'm going to try to explain what i'd like to do. I'm working on Control-M 6.20. I'm looking for in the database em620 where i could find the "previous execution time" of active job in order to analyse these data and alert when a job is during too long. Co...