<?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 Output not the same as Interactive SAS Output for PROC BOXPLOT in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Batch-Output-not-the-same-as-Interactive-SAS-Output-for-PROC/m-p/717239#M221783</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The results of this PROC BOXPLOT in the pdf file produced in the code below look different when running in batch compared to running interactively. In batch mode, half of the labels on the horizontal axis are cut off. Is there a way I can ensure the labels I run in batch mode aren't missing? Or at least make sure the&amp;nbsp;display settings in batch are the same&amp;nbsp;as running interactively?&amp;nbsp;Somehow, they are displayed when run interactively but not in batch. Below is the code. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;options&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;TOPMARGIN&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"0.6 IN"&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;BOTTOMMARGIN&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"0.5 IN"&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;LEFTMARGIN&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"0.25 IN"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;RIGHTMARGIN&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"0.25 IN"&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;orientation&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=landscape;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;_all_&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;pdf&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"Filepath\Filename.pdf"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;BOXPLOT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=afile;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;PLOT&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; (preqearn2 preqearn1 postqearn0-postqearn27 prequi2 prequi1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;postqui0-postqui27)*R_Site / &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;boxstyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = schematic;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;INSET&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;MIN&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;MEAN&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;MAX&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;STDDEV&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;/ &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;header&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"Overall Statistics"&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;POS&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=TM;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;INSETGROUP&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; MIN MAX / &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;header&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"Extremes by category"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;pdf&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&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;</description>
    <pubDate>Fri, 05 Feb 2021 22:43:55 GMT</pubDate>
    <dc:creator>shutaro</dc:creator>
    <dc:date>2021-02-05T22:43:55Z</dc:date>
    <item>
      <title>Batch Output not the same as Interactive SAS Output for PROC BOXPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-Output-not-the-same-as-Interactive-SAS-Output-for-PROC/m-p/717239#M221783</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The results of this PROC BOXPLOT in the pdf file produced in the code below look different when running in batch compared to running interactively. In batch mode, half of the labels on the horizontal axis are cut off. Is there a way I can ensure the labels I run in batch mode aren't missing? Or at least make sure the&amp;nbsp;display settings in batch are the same&amp;nbsp;as running interactively?&amp;nbsp;Somehow, they are displayed when run interactively but not in batch. Below is the code. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;options&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;TOPMARGIN&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"0.6 IN"&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;BOTTOMMARGIN&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"0.5 IN"&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;LEFTMARGIN&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"0.25 IN"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;RIGHTMARGIN&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"0.25 IN"&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;orientation&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=landscape;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;_all_&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;pdf&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"Filepath\Filename.pdf"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;BOXPLOT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=afile;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;PLOT&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; (preqearn2 preqearn1 postqearn0-postqearn27 prequi2 prequi1&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;postqui0-postqui27)*R_Site / &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;boxstyle&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = schematic;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;INSET&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;MIN&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;MEAN&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;MAX&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;STDDEV&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;/ &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;header&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"Overall Statistics"&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;POS&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=TM;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;INSETGROUP&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; MIN MAX / &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;header&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; = &lt;/FONT&gt;&lt;FONT face="Courier New" size="2" color="#800080"&gt;"Extremes by category"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#000080"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2" color="#0000ff"&gt;ods&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;pdf&lt;/FONT&gt; &lt;FONT face="Courier New" size="2" color="#0000ff"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&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;</description>
      <pubDate>Fri, 05 Feb 2021 22:43:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-Output-not-the-same-as-Interactive-SAS-Output-for-PROC/m-p/717239#M221783</guid>
      <dc:creator>shutaro</dc:creator>
      <dc:date>2021-02-05T22:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Output not the same as Interactive SAS Output for PROC BOXPLOT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Batch-Output-not-the-same-as-Interactive-SAS-Output-for-PROC/m-p/717250#M221789</link>
      <description>Hi:&lt;BR /&gt;  It is good to have code. But without data to run tests, your code is not much help. People don't know the structure of your data, so in order to try to replicate what you're seeing, now they have to guess what the data is like and make some fake data. If they were inclined to try to help, they might be discouraged by the prospect of spending more time to make data that might or might not be the correct structure.&lt;BR /&gt;Cynthia</description>
      <pubDate>Fri, 05 Feb 2021 23:59:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Batch-Output-not-the-same-as-Interactive-SAS-Output-for-PROC/m-p/717250#M221789</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-02-05T23:59:23Z</dc:date>
    </item>
  </channel>
</rss>

