List of sequences

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
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

List of sequences

Post by nagarjuna »

Is there anyway to find the list of all sequences , which are not restartable ?

Thanks
Nag
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Bound to be, but I'm not at a site where I can look at that. (At another pre-installation site.)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vamsi.4a6
Participant
Posts: 334
Joined: Sun Jan 22, 2012 7:06 am
Contact:

Post by vamsi.4a6 »

1)Get the the list of the Jobs using dsjob -ljobs <project>
2)Identify restartability of Job by using dsjob -jobinfo <project> <job> command[Job Restartable]
3)The step 2 should be repeated for all the Jobs in a project[Use Unix scripting or Loop activity in Datastage]
nagarjuna
Premium Member
Premium Member
Posts: 533
Joined: Fri Jun 27, 2008 9:11 pm
Location: Chicago

Post by nagarjuna »

Thanks for your responses .

dsjob with jobinfo is giving value zero for all ( restartable & non restartable ) type of sequences .

Any idea why it is giving zero ??
Nag
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

1) All your sequences are non-restartable.
or
2) There's a bug.
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