Page 1 of 1

Job schedule documentation query?

Posted: Wed Feb 16, 2005 3:30 am
by mleroux
How could I query DataStage's UniVerse to extract job schedule info, such as:

Code: Select all

Category       Job       Time   Frequency
=============  ========  =====  ===========
My Category 1  My_Job_1  06:05  Every 5
My Category 1  My_Job_2  08:00  Every M&W&F
etc.
Your help is very much appreciated!

Posted: Wed Feb 16, 2005 3:43 am
by Sainath.Srinivasan
All scheduling information is stored in Unix level. Try using 'at' command to query. Something like 'at -n user'. Alternatively check your cron.

Posted: Wed Feb 16, 2005 4:39 am
by roy
Hi,
at only stores 1 time runs, cron handles periodical run scheduals.
in order to centralize schedualling I'd advise using only 1 user for schedualing jobs (so you won't have to search for them) since it is user specific.

IHTH,

Posted: Wed Feb 16, 2005 7:45 pm
by ray.wurlod
In particular you can not query the Repository to get schedule information; it's simply not stored there.