Page 1 of 1

DataStage 7.5.1 A Server Edition Sequence Problem

Posted: Thu Feb 05, 2009 6:25 am
by sarat.srinivas@tcs.com
Hi,

We are using DataStage 7.5.1 A Server Edition on Windows OS. The issue we have here is with the Job Seq. Suppose let's say we have 2 jobs in the sequence & we have enabled the trigger in the first job as "DS.JS = RUN OK OR DS.JS = RUN WARN" meaning if the first job finishes successfully or with warnings then run the second job of the sequence. This is not working in the sense even if firstjob aborts, datastage is exectuing the second job. Any ideas are welcome.

Thanks,
Sarat.

Posted: Thu Feb 05, 2009 12:46 pm
by ray.wurlod
Get the syntax correct by selecting activity variables and DS Constants from the Expression Editor operand menu.

Code: Select all

JobActivity1.$JobStatus = DSJS.RUNOK Or JobActivity1.$JobStatus = DSJS.RUNWARN