RoutineActivity

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
pandu80
Participant
Posts: 50
Joined: Fri Apr 08, 2005 5:56 pm

RoutineActivity

Post by pandu80 »

Hi,
I have a RoutineActivity and Two jobActivities.Based on the ReturnValue it should trigger either
of the job's.For one link i have mentioned as 'ReturnValue Conditional =1' and for the second link
'otherwise'.Why my job always triggers 'otherwise' link even the routine returns '1'.What could be the reason?
Anyhelp would be appreciated.

TIA.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Write the return value to a log and confirm it is what you think it is.
ranga1970
Participant
Posts: 141
Joined: Thu Nov 04, 2004 3:29 pm
Location: Hyderabad

Post by ranga1970 »

There is no reason I could think of, otherwise means value otherwise than the 1 which you specified, did you put '=1' in your expression value or just 1, if you had put just 1, try putting = 1
RRCHINTALA
pandu80
Participant
Posts: 50
Joined: Fri Apr 08, 2005 5:56 pm

Post by pandu80 »

i put '=1' only.and Routine returns the value as what i expects.

TIA.
ranga1970 wrote:There is no reason I could think of, otherwise means value otherwise than the 1 which you specified, did you put '=1' in your expression value or just 1, if you had put just 1, try putting = 1
pandu80
Participant
Posts: 50
Joined: Fri Apr 08, 2005 5:56 pm

Post by pandu80 »

it returns perfectly right.
Sainath.Srinivasan wrote:Write the return value to a log and confirm it is what you think it is.
Post Reply