04-25-2012 06:37 AM - edited 03-04-2019 04:09 PM
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,
04-25-2012 06:42 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
Log in to Community