<?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: ODS HTML in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML/m-p/14277#M3299</link>
    <description>Hi:&lt;BR /&gt;
  There are some known issues with SMTP mail and the mainframe. &lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/3/691.html" target="_blank"&gt;http://support.sas.com/kb/3/691.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/17/059.html" target="_blank"&gt;http://support.sas.com/kb/17/059.html&lt;/A&gt;&lt;BR /&gt;
   &lt;BR /&gt;
I don't know whether you're running into those issues or whether the problem is with your invocation of ODS HTML or with your macro variable resolution.&lt;BR /&gt;
 &lt;BR /&gt;
  I don't believe that Proc Export works on the mainframe, so ODS HTML or ODS CSV or ODS TAGSETS.EXCELXP may be your only choice. Here is a tip sheet on using ODS with the mainframe:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/ods/templateFAQ/MVSODS3.pdf" target="_blank"&gt;http://support.sas.com/rnd/base/ods/templateFAQ/MVSODS3.pdf&lt;/A&gt; (page 13)&lt;BR /&gt;
&lt;BR /&gt;
  My advice would be to contact Tech Support on this email issue.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 28 Apr 2008 22:33:05 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-04-28T22:33:05Z</dc:date>
    <item>
      <title>ODS HTML</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML/m-p/14276#M3298</link>
      <description>Hi ,&lt;BR /&gt;
&lt;BR /&gt;
I tried to send the SAS dataset to excel in Mainframe SAS using ODS HTML. But its not working fine. And also i have tried using the EXPORT facility. But the saslog says " the Export facility is not avaiable in this os". I used the version &lt;BR /&gt;
NOTE: Copyright (c) 1999-2001 by SAS Institute Inc., Cary, NC, USA. &lt;BR /&gt;
NOTE: SAS (r) Proprietary Software Release 8.2 (TS2M0)              &lt;BR /&gt;
, Site 0036505002. &lt;BR /&gt;
&lt;BR /&gt;
HTMLSource code:-&lt;BR /&gt;
-------------------------------&lt;BR /&gt;
FILENAME OUT "&amp;amp;indexo1..RM81261.M&amp;amp;mon.&amp;amp;year2"                    &lt;BR /&gt;
              DISP=(NEW,CATLG,DELETE)                            &lt;BR /&gt;
            SPACE=(27998,(1500,750),RLSE) UNIT=SYSDA;            &lt;BR /&gt;
ods html FILE="&amp;amp;indexo1..RM81261.M&amp;amp;mon.&amp;amp;year2" Trantab=ascii;    &lt;BR /&gt;
proc print data=xlssam;                                          &lt;BR /&gt;
run;                                                             &lt;BR /&gt;
ods html close;                                                  &lt;BR /&gt;
 FILENAME Repemail EMAIL TO=("&amp;amp;emailid")                           &lt;BR /&gt;
             SUBJECT="⊂"                                        &lt;BR /&gt;
                      TYPE='text/html'                             &lt;BR /&gt;
          ATTACH=("&amp;amp;indexo1..RM81261.M&amp;amp;mon.&amp;amp;year2"                 &lt;BR /&gt;
              NAME="&amp;amp;indexo1..RM81261.&amp;amp;suppid..&amp;amp;mon.&amp;amp;year2"        &lt;BR /&gt;
              extension="xls");</description>
      <pubDate>Mon, 28 Apr 2008 17:21:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML/m-p/14276#M3298</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-28T17:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML/m-p/14277#M3299</link>
      <description>Hi:&lt;BR /&gt;
  There are some known issues with SMTP mail and the mainframe. &lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/3/691.html" target="_blank"&gt;http://support.sas.com/kb/3/691.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/17/059.html" target="_blank"&gt;http://support.sas.com/kb/17/059.html&lt;/A&gt;&lt;BR /&gt;
   &lt;BR /&gt;
I don't know whether you're running into those issues or whether the problem is with your invocation of ODS HTML or with your macro variable resolution.&lt;BR /&gt;
 &lt;BR /&gt;
  I don't believe that Proc Export works on the mainframe, so ODS HTML or ODS CSV or ODS TAGSETS.EXCELXP may be your only choice. Here is a tip sheet on using ODS with the mainframe:&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/base/ods/templateFAQ/MVSODS3.pdf" target="_blank"&gt;http://support.sas.com/rnd/base/ods/templateFAQ/MVSODS3.pdf&lt;/A&gt; (page 13)&lt;BR /&gt;
&lt;BR /&gt;
  My advice would be to contact Tech Support on this email issue.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 28 Apr 2008 22:33:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML/m-p/14277#M3299</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-04-28T22:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: ODS HTML</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML/m-p/14278#M3300</link>
      <description>Hi:&lt;BR /&gt;
&lt;BR /&gt;
We use the ExcelXP tagset on our z/OS mainframe to create spreadsheets and then e-mail them without problems.&lt;BR /&gt;
&lt;BR /&gt;
I think you need to add the "Content Type" to the email options:&lt;BR /&gt;
&lt;BR /&gt;
EXT="XLS" CT="application/octet-stream"&lt;BR /&gt;
&lt;BR /&gt;
Remember that the file on the mainframe is in ASCII not EBCDIC so opening the file there will show garbage.  You really have to download the file in binary and then open it on your PC to read it correctly.</description>
      <pubDate>Tue, 29 Apr 2008 13:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-HTML/m-p/14278#M3300</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2008-04-29T13:44:24Z</dc:date>
    </item>
  </channel>
</rss>

