<?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 Title in proc GLM in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Title-in-proc-GLM/m-p/240416#M55602</link>
    <description>&lt;P&gt;How do You get a custom title for output from proc GLM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Opposite to proc ANOVA there is no possibility to include a title statement.&lt;/P&gt;</description>
    <pubDate>Tue, 22 Dec 2015 09:34:14 GMT</pubDate>
    <dc:creator>jkanters</dc:creator>
    <dc:date>2015-12-22T09:34:14Z</dc:date>
    <item>
      <title>Title in proc GLM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Title-in-proc-GLM/m-p/240416#M55602</link>
      <description>&lt;P&gt;How do You get a custom title for output from proc GLM?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Opposite to proc ANOVA there is no possibility to include a title statement.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Dec 2015 09:34:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Title-in-proc-GLM/m-p/240416#M55602</guid>
      <dc:creator>jkanters</dc:creator>
      <dc:date>2015-12-22T09:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Title in proc GLM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Title-in-proc-GLM/m-p/240422#M55604</link>
      <description>&lt;P&gt;Write your title outside directly before the PROC&amp;nbsp;GLM&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Like:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
title '1. GLM, CONSTANT' ;
proc glm data=
...
run;

title '2. GLM, CONSTANT' ;
proc glm data=
...
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 22 Dec 2015 10:24:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Title-in-proc-GLM/m-p/240422#M55604</guid>
      <dc:creator>mohamed_zaki</dc:creator>
      <dc:date>2015-12-22T10:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Title in proc GLM</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Title-in-proc-GLM/m-p/579811#M75598</link>
      <description>&lt;P&gt;Is there a possibility to change the column width of the automatic subtitles which are included in the proc?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example I have a title "Dependent Variable: VARNAME VARLABEL" and that title has sometimes a column width of 5 cm or 6.5 cm in my ODS output, see attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need that the title has only one line and not two to minimize my output rtf pages.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 07:15:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Title-in-proc-GLM/m-p/579811#M75598</guid>
      <dc:creator>PegasusTT77</dc:creator>
      <dc:date>2019-08-08T07:15:43Z</dc:date>
    </item>
  </channel>
</rss>

