<?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 Batch Reporting in Landscape in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Reporting-in-Landscape/m-p/37035#M5275</link>
    <description>Hi All:&lt;BR /&gt;
&lt;BR /&gt;
I have a report that I am trying to print in landscape with a batch job (submitted by Autosys).  &lt;BR /&gt;
&lt;BR /&gt;
No matter what I do, I can't get the orientation to be landscape - it is always portrait.  If I run the job interactively, no problem - I can change the orientation to whatever I want.&lt;BR /&gt;
&lt;BR /&gt;
Basically I do the following:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
  DM 'DLGPRTSETUP ORIENT=landscape NODISPLAY';&lt;BR /&gt;
&lt;BR /&gt;
  option papersize=letter orientation=landscape pageno=1 nodate;&lt;BR /&gt;
  option sysprintfont=("SAS Monospace" 8);&lt;BR /&gt;
  options printerpath = Postscript;&lt;BR /&gt;
&lt;BR /&gt;
  filename report printer "fully qualified network printer name";&lt;BR /&gt;
&lt;BR /&gt;
  proc printto print=report;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
  PROC PRINT DATA=REPTDATA UNIFORM NOOBS SPLIT='*';&lt;BR /&gt;
    --- etc.---&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Also - the font size won't change either (which I can do interactively).&lt;BR /&gt;
&lt;BR /&gt;
Any help would be greatly appreciated.</description>
    <pubDate>Thu, 17 Jun 2010 16:45:10 GMT</pubDate>
    <dc:creator>OS2Rules</dc:creator>
    <dc:date>2010-06-17T16:45:10Z</dc:date>
    <item>
      <title>Batch Reporting in Landscape</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Reporting-in-Landscape/m-p/37035#M5275</link>
      <description>Hi All:&lt;BR /&gt;
&lt;BR /&gt;
I have a report that I am trying to print in landscape with a batch job (submitted by Autosys).  &lt;BR /&gt;
&lt;BR /&gt;
No matter what I do, I can't get the orientation to be landscape - it is always portrait.  If I run the job interactively, no problem - I can change the orientation to whatever I want.&lt;BR /&gt;
&lt;BR /&gt;
Basically I do the following:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
  DM 'DLGPRTSETUP ORIENT=landscape NODISPLAY';&lt;BR /&gt;
&lt;BR /&gt;
  option papersize=letter orientation=landscape pageno=1 nodate;&lt;BR /&gt;
  option sysprintfont=("SAS Monospace" 8);&lt;BR /&gt;
  options printerpath = Postscript;&lt;BR /&gt;
&lt;BR /&gt;
  filename report printer "fully qualified network printer name";&lt;BR /&gt;
&lt;BR /&gt;
  proc printto print=report;&lt;BR /&gt;
  run;&lt;BR /&gt;
&lt;BR /&gt;
  PROC PRINT DATA=REPTDATA UNIFORM NOOBS SPLIT='*';&lt;BR /&gt;
    --- etc.---&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Also - the font size won't change either (which I can do interactively).&lt;BR /&gt;
&lt;BR /&gt;
Any help would be greatly appreciated.</description>
      <pubDate>Thu, 17 Jun 2010 16:45:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Reporting-in-Landscape/m-p/37035#M5275</guid>
      <dc:creator>OS2Rules</dc:creator>
      <dc:date>2010-06-17T16:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Reporting in Landscape</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Reporting-in-Landscape/m-p/37036#M5276</link>
      <description>DM commands won't run in batch mode and are likely blowing up the program.  The regular SAS options should work for setting the orientation.</description>
      <pubDate>Mon, 28 Jun 2010 22:27:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Batch-Reporting-in-Landscape/m-p/37036#M5276</guid>
      <dc:creator>Ross</dc:creator>
      <dc:date>2010-06-28T22:27:20Z</dc:date>
    </item>
  </channel>
</rss>

