Job Schedual

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
mkeevil
Participant
Posts: 59
Joined: Mon Jul 14, 2003 12:59 pm
Location: USA

Job Schedual

Post by mkeevil »

Is there a way to generate a report of all the jobs and when there schedualled to run?
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

If you are scheduling using DataStage, you can get it from your operating system scheduler.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

1. The Director has a Print option under the Project menu. Use this when in Schedule view.

2. In a CMD shell, type AT to get a list of entries on the AT queue.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kudaka
Premium Member
Premium Member
Posts: 37
Joined: Thu Apr 22, 2004 2:14 pm

Re: Job Schedual

Post by kudaka »

I am getting "Illegal verb -AT" message.
How can I list all the scheduled jobs in a project?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

kudaka, in a win32 or command.com shell from Windows, not from DataStage, just type AT without a hyphen. If it isn't installed then you would be getting a different type of error message.
kudaka
Premium Member
Premium Member
Posts: 37
Joined: Thu Apr 22, 2004 2:14 pm

Post by kudaka »

Oh.. ok. I ran it @ win 32 command prompt.
It lists only windows scheduled jobs.
All my DSjobs are scheduled in DS director.
Is there a way to list all scheduled jobs in my DataStage project?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The DataStage director uses AT on Windows platform, so any jobs you schedule in DS will be visible using the AT command, just as Ray and Sainath have already stated.
kudaka
Premium Member
Premium Member
Posts: 37
Joined: Thu Apr 22, 2004 2:14 pm

Post by kudaka »

What scheduler it uses on Sun unix? Is it Cron?
Thanks for your reply.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Yes, ds uses the normal cron scheduler on unix.
kudaka
Premium Member
Premium Member
Posts: 37
Joined: Thu Apr 22, 2004 2:14 pm

Post by kudaka »

The original post is for windows. I searched the knowledgebase and replied with a question for Unix. I'm Sorry!! my OS is Unix.
kudaka
Premium Member
Premium Member
Posts: 37
Joined: Thu Apr 22, 2004 2:14 pm

Post by kudaka »

Thanks for your help. Let me check cron jobs.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It may use cron or at on UNIX, depending on whether it's a repeating schedule or a "one off" (and on whether the particular UNIX has at or not).
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