Search found 50 matches

by pandu80
Sat Apr 09, 2005 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence
Replies: 1
Views: 808

Sequence

Hi, My sequence job has 3 sequence jobs seq1,seq2 and seq3.Iam using a JobParameter in the main sequence to supply the filename that needs to be execute.In the seq2 iam creating a sequential file with the name REJ_#JobParameter#.In between seq2 and seq3 iam using a RoutineActivity to count the numbe...
by pandu80
Sat Apr 09, 2005 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email
Replies: 4
Views: 1157

How can i create a email group in DS Two choices: 1) Use (or create) an email group for the process rather than individual emails. That way you can add or remove people from the notifications without having to touch the job. My preferred methodology. 2) If you need to, you can put multiple addresses...
by pandu80
Sat Apr 09, 2005 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StageVariable
Replies: 2
Views: 881

Thanks Craig Welcome Aboard! :D I think your expression is fine... syntactically, except for the extra equal signs: If x='hyd' then 1234 Else If x='delhi' then 3456 Else If x='Bangalore' then (If (zipcd>2456 and zipcd<2500) Then 8976 else 8977) Else If x='Bombay' then (If (zipcd>2456 and zipcd<2500)...
by pandu80
Sat Apr 09, 2005 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Email
Replies: 4
Views: 1157

Email

Hi,

can i send email to multiple mails id's using Notification activity.
When iam going through the documentation i didn't find anything.


TIA
by pandu80
Sat Apr 09, 2005 8:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: StageVariable
Replies: 2
Views: 881

StageVariable

Hi, Iam new to DS. Iam defining a StageVariabe svLocId like If x='hyd' then 1234 Else If x='delhi' then 3456 Else If x='Bangalore' then (If (zipcd>2456 and zipcd<2500) Then = 8976 else 8977) Else If x='Bombay' then (If (zipcd>2456 and zipcd<2500) Then = 8976 else 8977) Else 9999 Can i define in this...