problem with Job sequence

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
dudam
Participant
Posts: 11
Joined: Sun Feb 27, 2011 9:40 am

problem with Job sequence

Post by dudam »

Hi

I am having a sequence which is having three jobs in series.
after my first job runs
run third job
then run second job ......
how its possible

Plz any one help

Thanks
DN
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

Examine the job activity's properties to ensure you are calling the correct job in the correct job activity. The name of the job activity is meaningless, it is the name of the job that is called which is important.

Also, please post your questions only ONCE...I see the same question in the General category, which is where this actually belongs.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
hellboy
Participant
Posts: 34
Joined: Tue Sep 01, 2009 12:22 am
Location: kolkata

Post by hellboy »

check the trigger condition in the stages you might be wrongly calling the jobs one after another.
Post Reply