<?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: How to control distance between different items in output from the SAS ODS PDF ? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-control-distance-between-different-items-in-output-from/m-p/107245#M9936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Without any context for your question, it is hard to make a constructive suggestion. Your use of the "discrete" option implies that you might be using SAS/GRAPH for the creation of graphic output with ODS PDF. I'm not sure what option you are referencing to control the space ABOVE an output table. There is one way with all procedures using a TITLE statement (or not); there is another way with PROC REPORT, PROC PRINT and PROC TABULATE, using some STYLE options in addition to the TITLE statement; and there is yet another way if you are using Graph procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So can you post a sample program, real working code that illustrates your question. Even if you can't post your data, you should be able to replicate a simple table (or graph) using one of the SASHELP datasets (SASHELP.CLASS, SASHELP.CARS, SASHELP.HEART or SASHELP.SHOES).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Aug 2013 17:50:25 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2013-08-10T17:50:25Z</dc:date>
    <item>
      <title>How to control distance between different items in output from the SAS ODS PDF ?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-control-distance-between-different-items-in-output-from/m-p/107244#M9935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found out that there is an option (I can't find it now unfortunately) controlling &lt;EM&gt;the space above&lt;/EM&gt; an output table (the default value is 1 there). What is the option ? Is there any way to control more precisely&amp;nbsp; (in case of unsatisfactory results with that 'discrete' option)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Aug 2013 13:07:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-control-distance-between-different-items-in-output-from/m-p/107244#M9935</guid>
      <dc:creator>stan</dc:creator>
      <dc:date>2013-08-10T13:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to control distance between different items in output from the SAS ODS PDF ?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-control-distance-between-different-items-in-output-from/m-p/107245#M9936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; Without any context for your question, it is hard to make a constructive suggestion. Your use of the "discrete" option implies that you might be using SAS/GRAPH for the creation of graphic output with ODS PDF. I'm not sure what option you are referencing to control the space ABOVE an output table. There is one way with all procedures using a TITLE statement (or not); there is another way with PROC REPORT, PROC PRINT and PROC TABULATE, using some STYLE options in addition to the TITLE statement; and there is yet another way if you are using Graph procedures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So can you post a sample program, real working code that illustrates your question. Even if you can't post your data, you should be able to replicate a simple table (or graph) using one of the SASHELP datasets (SASHELP.CLASS, SASHELP.CARS, SASHELP.HEART or SASHELP.SHOES).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Aug 2013 17:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-control-distance-between-different-items-in-output-from/m-p/107245#M9936</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2013-08-10T17:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to control distance between different items in output from the SAS ODS PDF ?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-control-distance-between-different-items-in-output-from/m-p/107246#M9937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply. Yes, sure, here it is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ODS PDF FILE = "D:/HowToControlSpaces.pdf" COLUMNS = 2 NOTOC STARTPAGE = NO;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ODS NOPROCTITLE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;DATA TEST;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; INPUT Exp $ Cond $ Val;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; datalines;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; 14 AA 5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; 15 AA 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; 14 BB 15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; 15 BB 7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; 14 CC 16&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; 15 CC 16&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; 14 DD 15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; 15 DD 17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; 14 EE 11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; 15 EE 17&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;PROC PRINT DATA = TEST; RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ODS PDF TEXT = "How to control the distances / spaces above and below this title?";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ODS PDF TEXT = "How to widen them?";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ODS PDF TEXT = "How to make them more narrow?";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;PROC GLIMMIX DATA = TEST;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; VALUEp = Val/100;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; CLASS Exp Cond;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; MODEL VALUEp = Cond / DIST = BINOMIAL DDFM = KENWARDROGER;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; RANDOM Cond / RESIDUAL SUBJECT = Exp TYPE = CS;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; LSMEANS Cond ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; ODS SELECT ConvergenceStatus;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;RUN;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ODS PDF CLOSE;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 16:57:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-control-distance-between-different-items-in-output-from/m-p/107246#M9937</guid>
      <dc:creator>stan</dc:creator>
      <dc:date>2013-08-14T16:57:27Z</dc:date>
    </item>
  </channel>
</rss>

