<?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: z/OS: create html ascii code in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/z-OS-create-html-ascii-code/m-p/55810#M6805</link>
    <description>Extracts from a batch job in zOS writing to ODS destination HTML&lt;BR /&gt;
JCL from 2 steps. First ensure the file to hold the html is deleted [pre]&lt;BR /&gt;
//A        EXEC PGM=IEFBR14  &lt;BR /&gt;
//PDSEHTML DD DSN=PUV.PIVAMS.HTMLBPA.D080531,              &lt;BR /&gt;
//            DISP=(MOD,DELETE)[/pre]&lt;BR /&gt;
Next the JCL for the html file in the SAS step which writes the ascii[pre]&lt;BR /&gt;
//PDSEHTML DD DSN=*.A.PDSEHTML,                            &lt;BR /&gt;
//            DISP=(NEW,CATLG),SPACE=(CYL,(5,5),RLSE),     &lt;BR /&gt;
//            DSNTYPE=LIBRARY,DSORG=PO,RECFM=VB,LRECL=8196 [/pre]&lt;BR /&gt;
and finally our ods HTML statement which opens the destination[pre]&lt;BR /&gt;
ODS HTML Body    ='CONTROLS' (URL='CONTROLS.HTM') &lt;BR /&gt;
         Path    =PDSEHTML   (URL=None)           &lt;BR /&gt;
         CSS                                      &lt;BR /&gt;
         RS=None                                  &lt;BR /&gt;
         TranTab =ASCII;      [/pre]&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
    <pubDate>Wed, 22 Oct 2008 14:48:14 GMT</pubDate>
    <dc:creator>Peter_C</dc:creator>
    <dc:date>2008-10-22T14:48:14Z</dc:date>
    <item>
      <title>z/OS: create html ascii code</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/z-OS-create-html-ascii-code/m-p/55809#M6804</link>
      <description>Hello,&lt;BR /&gt;
we want to create html files on a z/OS host with ODS HTML and trantab=ascii. When I use the examples the problem is that the code is written in EBCDIC and the browser cannot handle this.&lt;BR /&gt;
&lt;BR /&gt;
We are using the following SAS example code:&lt;BR /&gt;
&lt;B&gt;http://support.sas.com/kb/23/670.html&lt;/B&gt; with little changes like ods html &lt;B&gt;file=&amp;amp;odsout style=styles.test trantab=ascii&lt;/B&gt;; &lt;BR /&gt;
&lt;BR /&gt;
That's all. The macro-var &amp;amp;odsout is a PDSE File under z/OS with the following DCB parameters:&lt;BR /&gt;
Organisation: PO&lt;BR /&gt;
Record-Format: VB&lt;BR /&gt;
Rec-Length: 8000&lt;BR /&gt;
BLK-Size: 24008&lt;BR /&gt;
DSN-Type: LIBRARY&lt;BR /&gt;
&lt;BR /&gt;
Any hints why it isn't possible to generate ascii code under z/OS with ODS HTML and put statements ???&lt;BR /&gt;
&lt;BR /&gt;
Message was edited by: Daniel Rock

Message was edited by: Daniel Rock</description>
      <pubDate>Tue, 21 Oct 2008 14:15:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/z-OS-create-html-ascii-code/m-p/55809#M6804</guid>
      <dc:creator>DanielRock</dc:creator>
      <dc:date>2008-10-21T14:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: z/OS: create html ascii code</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/z-OS-create-html-ascii-code/m-p/55810#M6805</link>
      <description>Extracts from a batch job in zOS writing to ODS destination HTML&lt;BR /&gt;
JCL from 2 steps. First ensure the file to hold the html is deleted [pre]&lt;BR /&gt;
//A        EXEC PGM=IEFBR14  &lt;BR /&gt;
//PDSEHTML DD DSN=PUV.PIVAMS.HTMLBPA.D080531,              &lt;BR /&gt;
//            DISP=(MOD,DELETE)[/pre]&lt;BR /&gt;
Next the JCL for the html file in the SAS step which writes the ascii[pre]&lt;BR /&gt;
//PDSEHTML DD DSN=*.A.PDSEHTML,                            &lt;BR /&gt;
//            DISP=(NEW,CATLG),SPACE=(CYL,(5,5),RLSE),     &lt;BR /&gt;
//            DSNTYPE=LIBRARY,DSORG=PO,RECFM=VB,LRECL=8196 [/pre]&lt;BR /&gt;
and finally our ods HTML statement which opens the destination[pre]&lt;BR /&gt;
ODS HTML Body    ='CONTROLS' (URL='CONTROLS.HTM') &lt;BR /&gt;
         Path    =PDSEHTML   (URL=None)           &lt;BR /&gt;
         CSS                                      &lt;BR /&gt;
         RS=None                                  &lt;BR /&gt;
         TranTab =ASCII;      [/pre]&lt;BR /&gt;
&lt;BR /&gt;
Hope this helps&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Wed, 22 Oct 2008 14:48:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/z-OS-create-html-ascii-code/m-p/55810#M6805</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2008-10-22T14:48:14Z</dc:date>
    </item>
  </channel>
</rss>

