Reset mutiple jobs together

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
lordlebu
Participant
Posts: 9
Joined: Mon May 21, 2012 8:35 am
Location: Calcutta

Reset mutiple jobs together

Post by lordlebu »

Hi,

I have access to Datastage Director, but no access to the unix account.

If there any option in these tool to reset mutiple jobs together?

Thanks in advance :)
Lebu
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

No, not from the director.
lordlebu
Participant
Posts: 9
Joined: Mon May 21, 2012 8:35 am
Location: Calcutta

Post by lordlebu »

I have the tools Designer, Manager also. I never tried scripting routines, is there any process to perform it that way?
Lebu
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes. You can create sequences that reset jobs automatically (if required) before they run.
You can create a routine that runs through all of the jobs in the project and resets any that require it. You could also create a job that performs that task.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The "dsjob" command-line utility lets you do many things, including resetting a job. Putting this inside a loop in a script would let you do what you want.
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

(no access to unix account)
:wink:
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Ahh, missed that from the original post.

No, there is no way for you to reset multiple jobs at the same time.
Post Reply