cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
861
Views
0
Helpful
1
Replies

EEM Corn

mohammedrafiq
Level 1
Level 1

Hi All,

Does any one know how to translate EEM corn below,

event manager applet TEST

event timer corn name TEST  corn-entry * */5 * * *

and it will run evry 5hrs,

I just wonder how to find its every 5 hrs?

Regards,

1 Reply 1

John Blakley
VIP Alumni
VIP Alumni

It's a cron entry and says to run every 5 hours. You can google unix cron entries and find these out:

http://publib.boulder.ibm.com/infocenter/db2luw/v9r5/index.jsp?topic=%2Fcom.ibm.db2.luw.sql.rtn.doc%2Fdoc%2Fc0054381.html

Fields are:

minute hour day-of-month month day-of-week

So your cron entry translates to:

Any minute, every 5 hours, any day of the month, any month, and every day

HTH,

John

HTH, John *** Please rate all useful posts ***