<?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 SAS Mainframes SMTP email csv file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Mainframes-SMTP-email-csv-file/m-p/354092#M82771</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;emailiing &amp;nbsp;mainframe PS file as&amp;nbsp; attachment in&amp;nbsp;excel file format.&lt;/P&gt;&lt;P&gt;the excel file name is more than 31 chars for ex ."Test format pro marketing - All - time test data for verification".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i opened the file using excel the work book name is proper,however sheet is truncated at 31 char for ex "Test format pro marketing - All - t"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to set the excel sheet name different from theexcel &amp;nbsp;work book while sending email attachemnt from mainframes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
    <pubDate>Thu, 27 Apr 2017 12:55:53 GMT</pubDate>
    <dc:creator>makata</dc:creator>
    <dc:date>2017-04-27T12:55:53Z</dc:date>
    <item>
      <title>SAS Mainframes SMTP email csv file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Mainframes-SMTP-email-csv-file/m-p/354092#M82771</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am&amp;nbsp;emailiing &amp;nbsp;mainframe PS file as&amp;nbsp; attachment in&amp;nbsp;excel file format.&lt;/P&gt;&lt;P&gt;the excel file name is more than 31 chars for ex ."Test format pro marketing - All - time test data for verification".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i opened the file using excel the work book name is proper,however sheet is truncated at 31 char for ex "Test format pro marketing - All - t"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to set the excel sheet name different from theexcel &amp;nbsp;work book while sending email attachemnt from mainframes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 12:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Mainframes-SMTP-email-csv-file/m-p/354092#M82771</guid>
      <dc:creator>makata</dc:creator>
      <dc:date>2017-04-27T12:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Mainframes SMTP email csv file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Mainframes-SMTP-email-csv-file/m-p/354094#M82772</link>
      <description>&lt;P&gt;The maximum length of a worksheet name in Excel is 31 characters, period. No way around that.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 13:03:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Mainframes-SMTP-email-csv-file/m-p/354094#M82772</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-04-27T13:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Mainframes SMTP email csv file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Mainframes-SMTP-email-csv-file/m-p/354182#M82816</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for quick response..&lt;/P&gt;&lt;P&gt;is it possible to set workbook name and sheet name different..&lt;/P&gt;&lt;P&gt;for a given&amp;nbsp;Mainframe file name - test.sample&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for ex. work book name as sample.xlsx&lt;/P&gt;&lt;P&gt;worksheet name as sheettest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mallik&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 16:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Mainframes-SMTP-email-csv-file/m-p/354182#M82816</guid>
      <dc:creator>makata</dc:creator>
      <dc:date>2017-04-27T16:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Mainframes SMTP email csv file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Mainframes-SMTP-email-csv-file/m-p/354341#M82881</link>
      <description>&lt;P&gt;I have no idea if libname xlsx works on a mainframe; if it does (SAS/ACCESS to PC Files must be installed and licensed), you can treat the workbook like a SAS library, and each "dataset" written to it will be a sheet.&lt;/P&gt;
&lt;P&gt;How you address a Excel file on the mainframe is a different beast, though. See "z/OS file catalog".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FWIW, I never ever export to Excel directly, I always use csv as transfer format. Textuality rules. Let the recipients cobble the data together in Excel, if they want.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2017 06:07:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Mainframes-SMTP-email-csv-file/m-p/354341#M82881</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-04-28T06:07:27Z</dc:date>
    </item>
  </channel>
</rss>

