<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS DI - Data Validation: email multiple recipients in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/360856#M10909</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134863"&gt;@SaiPotluri&lt;/a&gt;&amp;nbsp;do you really need the macro quoting?&amp;nbsp; I would think:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let email_address = ("abc@xxxmail.com" "efg@xxxmail.com" "abc@xxxmail.com" "efg@xxxmail.com");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Would do the same thing.&amp;nbsp; Since you don't have unmatched quote marks or unmatached parentheses, I don't think you need the macro quoting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 May 2017 17:50:34 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2017-05-23T17:50:34Z</dc:date>
    <item>
      <title>SAS DI - Data Validation: email multiple recipients</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/360665#M10906</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am encountering a problem of sending email to multiple recipients when I was using SAS DI - Data Validation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/8987i77AE2E25E5E32016/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="sas.jpg" title="sas.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I want to do the multiple recipients, what should I need to type?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried:&lt;/P&gt;&lt;P&gt;1. abc@xxxmail.com efg&lt;SPAN&gt;@xxxmail.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;abc@xxxmail.com, efg@xxxmail.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3.&amp;nbsp;abc@xxxmail.com; efg@xxxmail.com&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4. 'abc@xxxmail.com' 'efg@xxxmail.com'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;5. 'abc@xxxmail.com', 'efg@xxxmail.com'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;6. 'abc@xxxmail.com'; 'efg@xxxmail.com'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;7. "abc@xxxmail.com" "efg@xxxmail.com"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;8.&amp;nbsp;"abc@xxxmail.com", "efg@xxxmail.com"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;9.&amp;nbsp;"abc@xxxmail.com"; "efg@xxxmail.com"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;They don't work. Is there any suggestions?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 10:01:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/360665#M10906</guid>
      <dc:creator>R_Chung</dc:creator>
      <dc:date>2017-05-23T10:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI - Data Validation: email multiple recipients</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/360681#M10907</link>
      <description>&lt;P&gt;I don't have DI Studio at my fingertips to check.&lt;/P&gt;
&lt;P&gt;But as always with DIS, look at the generated code to get a clue on how to enter things.&lt;/P&gt;
&lt;P&gt;As I recall it, I think that we referred to a mail group instead. I think that is also better, so you don't build in hard coded "data" into the ETL jobs.&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 11:06:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/360681#M10907</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-05-23T11:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI - Data Validation: email multiple recipients</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/360838#M10908</link>
      <description>&lt;P&gt;You may create a variable in the SAS Job Pre-code as follows and use that in the Data Validation Transformation Email Adress.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let email_address = %str(%(%"abc@xxxmail.com efg@xxxmail.com%" %"abc@xxxmail.com efg@xxxmail.com%"%));&lt;/P&gt;&lt;P&gt;use &amp;amp;&lt;SPAN&gt;email_address. in the Data Validation Transformation Email Address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would suggest to create a SAS Macro which assigns different email adresses based on the environment and call that in the SAS ETL Job pre-code and use the&amp;nbsp;&amp;amp;email_address. where ever it is needed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Sai.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 17:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/360838#M10908</guid>
      <dc:creator>SaiPotluri</dc:creator>
      <dc:date>2017-05-23T17:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI - Data Validation: email multiple recipients</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/360856#M10909</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134863"&gt;@SaiPotluri&lt;/a&gt;&amp;nbsp;do you really need the macro quoting?&amp;nbsp; I would think:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let email_address = ("abc@xxxmail.com" "efg@xxxmail.com" "abc@xxxmail.com" "efg@xxxmail.com");&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Would do the same thing.&amp;nbsp; Since you don't have unmatched quote marks or unmatached parentheses, I don't think you need the macro quoting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 17:50:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/360856#M10909</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2017-05-23T17:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI - Data Validation: email multiple recipients</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/360868#M10910</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin&lt;/a&gt;&amp;nbsp; Yes, that's right. We don't really&amp;nbsp;need the macro quoting.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 May 2017 18:13:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/360868#M10910</guid>
      <dc:creator>SaiPotluri</dc:creator>
      <dc:date>2017-05-23T18:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI - Data Validation: email multiple recipients</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/361002#M10911</link>
      <description>What is macro quoting&lt;BR /&gt;</description>
      <pubDate>Wed, 24 May 2017 03:16:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/361002#M10911</guid>
      <dc:creator>R_Chung</dc:creator>
      <dc:date>2017-05-24T03:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI - Data Validation: email multiple recipients</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/361003#M10912</link>
      <description>As I am using DI Studio, so i have tried this method before but seems fail</description>
      <pubDate>Wed, 24 May 2017 03:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/361003#M10912</guid>
      <dc:creator>R_Chung</dc:creator>
      <dc:date>2017-05-24T03:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS DI - Data Validation: email multiple recipients</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/361185#M10913</link>
      <description>&lt;P&gt;Do you get an error message in the log?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 12:56:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-DI-Data-Validation-email-multiple-recipients/m-p/361185#M10913</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2017-05-24T12:56:09Z</dc:date>
    </item>
  </channel>
</rss>

