<?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 output transfer from Z/Os in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-transfer-from-Z-Os/m-p/233582#M14633</link>
    <description>An HTM or HTML file is just an ASCII text file. &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;'s suggestion is a good one to try doing the transfer as TEXT or ASCII.&lt;BR /&gt;cynthia</description>
    <pubDate>Fri, 06 Nov 2015 22:19:15 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2015-11-06T22:19:15Z</dc:date>
    <item>
      <title>ODS output transfer from Z/Os</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-transfer-from-Z-Os/m-p/233532#M14631</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;I need help with&amp;nbsp;ODS in Z/Os, I generated a HTM output dataset on the mainframe called&amp;nbsp; ABC.DEF.GHI.HTM which contains the output of the print proc.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;I'm using&amp;nbsp;send/receive utility to transfer the mainfrarme&amp;nbsp;dataset to PC using the BINARY scheme transfer type, post tranfer I rename the file as _something_.HTM&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;When I open the file &lt;FONT face="Courier New"&gt;_something_.HTM&amp;nbsp;&lt;/FONT&gt;in PC (Windows), Output is all&amp;nbsp;invalid characters.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Could anyone please describe what is the best way to get out of this situtaion?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 19:33:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-transfer-from-Z-Os/m-p/233532#M14631</guid>
      <dc:creator>nrk1787db1</dc:creator>
      <dc:date>2015-11-06T19:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output transfer from Z/Os</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-transfer-from-Z-Os/m-p/233554#M14632</link>
      <description>&lt;P&gt;Did you try using an ASCII transfer?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2015 20:53:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-transfer-from-Z-Os/m-p/233554#M14632</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-11-06T20:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output transfer from Z/Os</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-transfer-from-Z-Os/m-p/233582#M14633</link>
      <description>An HTM or HTML file is just an ASCII text file. &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13884"&gt;@ballardw&lt;/a&gt;'s suggestion is a good one to try doing the transfer as TEXT or ASCII.&lt;BR /&gt;cynthia</description>
      <pubDate>Fri, 06 Nov 2015 22:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-transfer-from-Z-Os/m-p/233582#M14633</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-11-06T22:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output transfer from Z/Os</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-transfer-from-Z-Os/m-p/233609#M14634</link>
      <description>&lt;P&gt;Z/OS uses the EBCDIC character set, which differs significantly from the ASCII-based character sets on all other operating systems.&lt;/P&gt;
&lt;P&gt;Therefore you need to use ASCII or text transfer modes, where the conversion is done on the fly for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Nov 2015 07:00:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-transfer-from-Z-Os/m-p/233609#M14634</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-11-07T07:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: ODS output transfer from Z/Os</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-transfer-from-Z-Os/m-p/286852#M16454</link>
      <description>&lt;P&gt;Adding a reply here in case anyone else gets this as a recommendation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First - when transferring from z/OS to another platform:&amp;nbsp; HTML and Javascript files (if any) should be transferred as Text (ASCII in some FTP programs)&amp;nbsp; - codepage translaton will happen between EBCDIC and UTF8 or ASCII;&amp;nbsp; image files (JPG, PNG, etc.) have to be transferred in IMAGE or BINARY mode.&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;Secomd - there's a free Apache-based web server for z/OS that isn't hard to set up and get running; maybe just server the pages from the mainframe itself.&amp;nbsp; One advantage:&amp;nbsp; When you re-run your SAS program to tweak the graph or update it, you only need to refresh the web page in your browser, no file transfers necessary.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2016 13:15:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-output-transfer-from-Z-Os/m-p/286852#M16454</guid>
      <dc:creator>TimH</dc:creator>
      <dc:date>2016-07-25T13:15:53Z</dc:date>
    </item>
  </channel>
</rss>

