Job schedule documentation query?

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
mleroux
Participant
Posts: 81
Joined: Wed Jul 14, 2004 3:18 am
Location: Johannesburg, South Africa
Contact:

Job schedule documentation query?

Post 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!
Morney le Roux

There are only 10 kinds of people: Those who understand binary and those who don't.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post 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.
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post 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,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

In particular you can not query the Repository to get schedule information; it's simply not stored there.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply