<?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 ODS PDF File On the Mainframe in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-File-On-the-Mainframe/m-p/299697#M16954</link>
    <description>&lt;P&gt;I am trying to create a PDF file using ODS on a mainframe environment.&amp;nbsp; Below is the code.&amp;nbsp; The output is full of system characters&lt;/P&gt;&lt;P&gt;in the attachment.&amp;nbsp; Is there a way to get this to work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;ODS PDF FILE="Z8853.HLRPT.PDF";                                       
                                                                      
PROC PRINT DATA=COMBINED NOOBS LABEL SPLIT='*';                       
  VAR _GRP DAY_PRAF_MIN DAY_ARAF_MIN                                  
           MTD_PRAF_MIN MTD_ARAF_MIN;                                 
  FORMAT DAY_PRAF_MIN DAY_ARAF_MIN MTD_PRAF_MIN MTD_ARAF_MIN 5.1;     
  TITLE 'MAINLINE FUEL METRICS';                                      
  /*                                                                  
  LABEL DAY_PRAF_MIN = 'DAY*PRAF'                                     
        DAY_ARAF_MIN = 'DAY*ARAF'                                     
        MTD_PRAF_MIN = 'MTD*PRAF'                                     
        MTD_ARAF_MIN = 'MTD*ARAF'                                     
        _GRP=' *  '                                                   
        ;                                                             
  */                                                                  
RUN;                                                                  
ODS PDF CLOSE; &lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2016 21:04:43 GMT</pubDate>
    <dc:creator>SteveTX</dc:creator>
    <dc:date>2016-09-20T21:04:43Z</dc:date>
    <item>
      <title>ODS PDF File On the Mainframe</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-File-On-the-Mainframe/m-p/299697#M16954</link>
      <description>&lt;P&gt;I am trying to create a PDF file using ODS on a mainframe environment.&amp;nbsp; Below is the code.&amp;nbsp; The output is full of system characters&lt;/P&gt;&lt;P&gt;in the attachment.&amp;nbsp; Is there a way to get this to work?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;&lt;BR /&gt;ODS PDF FILE="Z8853.HLRPT.PDF";                                       
                                                                      
PROC PRINT DATA=COMBINED NOOBS LABEL SPLIT='*';                       
  VAR _GRP DAY_PRAF_MIN DAY_ARAF_MIN                                  
           MTD_PRAF_MIN MTD_ARAF_MIN;                                 
  FORMAT DAY_PRAF_MIN DAY_ARAF_MIN MTD_PRAF_MIN MTD_ARAF_MIN 5.1;     
  TITLE 'MAINLINE FUEL METRICS';                                      
  /*                                                                  
  LABEL DAY_PRAF_MIN = 'DAY*PRAF'                                     
        DAY_ARAF_MIN = 'DAY*ARAF'                                     
        MTD_PRAF_MIN = 'MTD*PRAF'                                     
        MTD_ARAF_MIN = 'MTD*ARAF'                                     
        _GRP=' *  '                                                   
        ;                                                             
  */                                                                  
RUN;                                                                  
ODS PDF CLOSE; &lt;BR /&gt;&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2016 21:04:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-File-On-the-Mainframe/m-p/299697#M16954</guid>
      <dc:creator>SteveTX</dc:creator>
      <dc:date>2016-09-20T21:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF File On the Mainframe</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-File-On-the-Mainframe/m-p/299706#M16955</link>
      <description>Hi, something sticks in my mind from the early days of ODS PDF and you may need to open a track with Tech Support to verify. &lt;BR /&gt;&lt;BR /&gt;  An ODS PDF file is a proprietary binary file format invented by the Adobe company. In the early days of ODS, you couldn't create PDF files on the mainframe. But then you could, however, as shown in this document, on page 11 &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; -- you are advised "when moving the file to an ASCII host, then file will need to be moved as binary ."&lt;BR /&gt;&lt;BR /&gt;  The document was written for SAS 9.2 however, so perhaps checking with Tech Support is your best bet, unless someone with more recent mainframe experience has the answer.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Tue, 20 Sep 2016 22:24:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-File-On-the-Mainframe/m-p/299706#M16955</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-09-20T22:24:13Z</dc:date>
    </item>
  </channel>
</rss>

