<?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 How to icrease the record length in Filename Statement for email in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-icrease-the-record-length-in-Filename-Statement-for-email/m-p/356041#M83435</link>
    <description>&lt;P&gt;Hello I am using the below code to send email but it throws a truncation warning and email failed to send. Looks like filename only takes record length of 256 .Can you please help to increase the length.Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%Macro FinalEmail1();&lt;BR /&gt;options emailsys=smtp emailhost=one.two.com emailport=25;&lt;/P&gt;&lt;P&gt;filename mymail email To = ("psivxaXXXXXX@Repl.com" "XXXXXXXXAVVVVV@Repl.com" "XXXXXAAAAAA@Repl.com" "XXXXXXXAXXXAAAAA@Repl.com") From = "X@Repl.com" subject="REPORT Address Weekly - CUST-Address SUCESS XXXXXX" attach = ("C:\Internal\Auto\Weekly\Logs\NECT-Address.log" LRECL=32727);&lt;/P&gt;&lt;P&gt;Data _Null_;&lt;BR /&gt;&amp;nbsp;File MyMail;&lt;BR /&gt;&amp;nbsp;Put ;&lt;BR /&gt;&amp;nbsp;Put "&amp;amp;FinalMessage_Address";&lt;BR /&gt;&amp;nbsp;Put ;&lt;BR /&gt;Run;&lt;BR /&gt;%Mend;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error :&lt;/P&gt;&lt;P&gt;128&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Macro FinalEmail1();&lt;BR /&gt;129&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; options emailsys=smtp emailhost=one.two.com emailport=25;&lt;BR /&gt;130&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;WARNING: Truncated record.&lt;/P&gt;&lt;P&gt;filename mymail email To = ("psivxaXXXXXX@Repl.com" "XXXXXXXXAVVVVV@Repl.com" "XXXXXAAAAAA@Repl.com" "XXXXXXXAXXXAAAAA@Repl.com") From = "X@Repl.com" subject="REPORT Address Weekly - CUST-Address SUCESS XXXXXX" attach = ("C:\Internal\Auto\Weekly\Logs\NECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 04 May 2017 16:52:35 GMT</pubDate>
    <dc:creator>Melvin_Sas</dc:creator>
    <dc:date>2017-05-04T16:52:35Z</dc:date>
    <item>
      <title>How to icrease the record length in Filename Statement for email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-icrease-the-record-length-in-Filename-Statement-for-email/m-p/356041#M83435</link>
      <description>&lt;P&gt;Hello I am using the below code to send email but it throws a truncation warning and email failed to send. Looks like filename only takes record length of 256 .Can you please help to increase the length.Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%Macro FinalEmail1();&lt;BR /&gt;options emailsys=smtp emailhost=one.two.com emailport=25;&lt;/P&gt;&lt;P&gt;filename mymail email To = ("psivxaXXXXXX@Repl.com" "XXXXXXXXAVVVVV@Repl.com" "XXXXXAAAAAA@Repl.com" "XXXXXXXAXXXAAAAA@Repl.com") From = "X@Repl.com" subject="REPORT Address Weekly - CUST-Address SUCESS XXXXXX" attach = ("C:\Internal\Auto\Weekly\Logs\NECT-Address.log" LRECL=32727);&lt;/P&gt;&lt;P&gt;Data _Null_;&lt;BR /&gt;&amp;nbsp;File MyMail;&lt;BR /&gt;&amp;nbsp;Put ;&lt;BR /&gt;&amp;nbsp;Put "&amp;amp;FinalMessage_Address";&lt;BR /&gt;&amp;nbsp;Put ;&lt;BR /&gt;Run;&lt;BR /&gt;%Mend;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error :&lt;/P&gt;&lt;P&gt;128&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Macro FinalEmail1();&lt;BR /&gt;129&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; options emailsys=smtp emailhost=one.two.com emailport=25;&lt;BR /&gt;130&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;WARNING: Truncated record.&lt;/P&gt;&lt;P&gt;filename mymail email To = ("psivxaXXXXXX@Repl.com" "XXXXXXXXAVVVVV@Repl.com" "XXXXXAAAAAA@Repl.com" "XXXXXXXAXXXAAAAA@Repl.com") From = "X@Repl.com" subject="REPORT Address Weekly - CUST-Address SUCESS XXXXXX" attach = ("C:\Internal\Auto\Weekly\Logs\NECT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 16:52:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-icrease-the-record-length-in-Filename-Statement-for-email/m-p/356041#M83435</guid>
      <dc:creator>Melvin_Sas</dc:creator>
      <dc:date>2017-05-04T16:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to icrease the record length in Filename Statement for email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-icrease-the-record-length-in-Filename-Statement-for-email/m-p/356050#M83436</link>
      <description>&lt;P&gt;Split the statement over several lines. Also makes the code more readable.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 17:15:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-icrease-the-record-length-in-Filename-Statement-for-email/m-p/356050#M83436</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-04T17:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to icrease the record length in Filename Statement for email</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-icrease-the-record-length-in-Filename-Statement-for-email/m-p/356051#M83437</link>
      <description>&lt;P&gt;Ok thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 17:19:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-icrease-the-record-length-in-Filename-Statement-for-email/m-p/356051#M83437</guid>
      <dc:creator>Melvin_Sas</dc:creator>
      <dc:date>2017-05-04T17:19:30Z</dc:date>
    </item>
  </channel>
</rss>

