Search found 6 matches

by MounikaP
Mon Nov 06, 2017 10:33 pm
Forum: General
Topic: Html Email by Dssendmail Routine
Replies: 7
Views: 5129

I think the below should work.

echo "<html><b>Hello</b></html>"| /usr/bin/mail -s "$(echo "This is Subject\nContent-Type: text/html")" muhammed@abc.com;
by MounikaP
Mon Nov 06, 2017 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing a multiple input hash file
Replies: 9
Views: 21577

Okay.. thanks... I shall wait for my status to get updated.
by MounikaP
Mon Nov 06, 2017 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear a multiple input hash file
Replies: 4
Views: 15119

Thanks Chulett... I forgot... I shall get used to the same.
by MounikaP
Mon Nov 06, 2017 7:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear a multiple input hash file
Replies: 4
Views: 15119

Thanks for the reply!! Actually, the hash file name is same across all input links. Not sure why developers prior to me has done it this way. As per your suggestion, I have tested the job by changing the property to clear across all input links. But, the thing which i am worried now is, once i have ...
by MounikaP
Mon Nov 06, 2017 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear a multiple input hash file
Replies: 4
Views: 15119

Clear a multiple input hash file

I have a job having the below sequence of stages. DB2 Connector Stage -> Transformer (10 output links basis various constraints) -> Hash File -> Sequential File As I see, there is "Clear File before writing" property set for only 3 of the input links. Till now, the job is running as is. Bu...
by MounikaP
Mon Nov 06, 2017 4:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clearing a multiple input hash file
Replies: 9
Views: 21577

I could not see the full message

Yes, I missed the "multiple inputs" part of your requirements. The problem now is that you do not know which link will fire first. If you do, check "clear file before writing on that link". Otherwi ... Even though i am the premium member, I could not see the full message. Could ...