how to run job failed

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
knowledge
Participant
Posts: 101
Joined: Mon Oct 17, 2005 8:14 am

how to run job failed

Post by knowledge »

hi all,

I am new this forum , please help me out with few ?s ,

Suppose there are 20 jobs in sequencer and 4 th job is failed , how can i handled it through unix command , i know it is DSRUNJOB , but can u elaborate and how to reset is and rerun the job again,

Waiting for the replay ,

thanks ,

K
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

The command line program dsjob has a RESET option and a RUN option. You can use this on the individual job. However, your Sequence job cannot be used unless you built it for restartability.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
knowledge
Participant
Posts: 101
Joined: Mon Oct 17, 2005 8:14 am

Post by knowledge »

[quote="kcbland"]The command line program dsjob has a RESET option and a RUN option. You can use this on the individual job. However, your Sequence job cannot be used unless you built it for restartability.[/quote]


what is restartability ?

Can i use if then else and get the parameter from dsjob run?

i tried to read the command from doc but could not get it

Can u explain it for sequence andnot for individual job

Thanks ,
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

If you're using 7.5, there's expanded functionality you need to learn. Please look to your manuals and tutorial, because it clearly lays out with pictures and extensive notes the methods for building a Sequence that can "restart", or pick up where it left off when a job failed.

Good luck!
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
Post Reply