How to continue the process

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
dsean
Participant
Posts: 22
Joined: Thu Feb 09, 2006 12:52 pm

How to continue the process

Post by dsean »

HI All,
I am running a job in which it loads about 35million rows into an Oracle table. My job aborted in the middle after loading around 20 million rows.. I wonder is there any chance that i can start the job from the point where it stopped? or do I need to manually delete the rows from the table and rerun the job?

Job Design...

Seqfile --> Transformer lookup --> Oracle table

Thanks in advance
Sean
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Add a job parameter to indicate the number of records to skip and a constraint to skip them until @INROWNUM is greater than that value.
-craig

"You can never have too many knives" -- Logan Nine Fingers
dsean
Participant
Posts: 22
Joined: Thu Feb 09, 2006 12:52 pm

Post by dsean »

Thanks for the reply chulett.. I am marking this topic as resolved..

Sean
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There's a button you need to press for that. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply