Sending notes to several users

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
gpbarsky
Participant
Posts: 160
Joined: Tue May 06, 2003 8:20 pm
Location: Argentina

Sending notes to several users

Post by gpbarsky »

[:)][:)][:)][:)][:)]
Hi there.

I need to know how can I send a note to several users, from within DataStage using DSSendMail sentence.

I put several values sepparated by commas, semicolons, but always I got errors.

Can anybody help me please ?

Thanks in advance.
[:)][:)][:)][:)][:)]


Guillermo P. Barsky
Buenos Aires - Argentina
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Guillermo

Have you tried ";". If that does not work then you may have to create and alias in the mail server. I always recommend that anyway. You do not want to hardcode your own name. What happens when you quit. Create an alias like dsadm. Send mail to several people using this alias.

Kim.

Kim Duke
DwNav - ETL Navigator
www.Duke-Consulting.com
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
I agree with Kim about the fixed names.

another way to be able to send to several distribution lists would be to write a DS routine encapsulating the DSSendMail that will go thru all the useres ( 1 string with a delimiter ) and send each a seperate Email using DSSendMail.

Good Luck,

Roy R.
gpbarsky
Participant
Posts: 160
Joined: Tue May 06, 2003 8:20 pm
Location: Argentina

Post by gpbarsky »

[:)][:)][:)][:)][:)]

Hello my friends.

I want to thank all of you, because your advices are very usefull for me. I have the routine working now.

Finally, I created a distribution list in my Notes and I send all mails to that distribution list.

Thank you again. And have a very good day.
[:)][:)][:)][:)][:)]


Guillermo P. Barsky
Buenos Aires - Argentina
Post Reply