Search found 1 match

by bhaskara
Tue Sep 04, 2007 1:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loop activity Problem
Replies: 1
Views: 2015

Loop activity Problem

I am having trouble in looping with in the sequencer. Job1 checks for the count=2(Here the output goes to a sequential file.), when count=2, Job2 has to run. Here in Job1, the file is created no matter what the output is, so I have used the routine "UtilityAbortToLog", abort the job if the count<>2....