dsjob command

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

The second question first. If the sequence is restartable then you don't need to do anything special - the code within the sequence looks after restarting skipping any checkpointed activities.

There is no command line to give you all dependent items for a job. That information has to be extracted from a database.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

To restart any aborted restartable sequence from the beginning, you must Reset it first.
-craig

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