<?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 output format in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-output-format/m-p/16903#M3504</link>
    <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I submit my a program in sas 9.2 to a server, in order to minimise time runing. this program contain a Glm procedure. I used the ods output to keep only some measures like this :&lt;BR /&gt;
  ODS output CLDiffs=Diff(keep = Comparison LowerCL Difference UpperCL Significance);&lt;BR /&gt;
                proc glm  data=table;&lt;BR /&gt;
                class var1 var2;&lt;BR /&gt;
                model var3=var1 var2 / ss3;&lt;BR /&gt;
	        MEANS var3 / lsd cldiff lines;&lt;BR /&gt;
                run;quit;&lt;BR /&gt;
                ods output close;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
My problem is that "comparison" is forced to be written in an $5. format. This is a problem to me, because comparison contains more than 5 characters. &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
When I run my program on my computer, there is no problem comparison is not limited to 5 characters.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I wonder if someone can help me to know why this problem occurs !&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;BR /&gt;
thank

Message was edited by: nadra</description>
    <pubDate>Thu, 06 May 2010 12:52:04 GMT</pubDate>
    <dc:creator>nadra</dc:creator>
    <dc:date>2010-05-06T12:52:04Z</dc:date>
    <item>
      <title>ods output format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-output-format/m-p/16903#M3504</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I submit my a program in sas 9.2 to a server, in order to minimise time runing. this program contain a Glm procedure. I used the ods output to keep only some measures like this :&lt;BR /&gt;
  ODS output CLDiffs=Diff(keep = Comparison LowerCL Difference UpperCL Significance);&lt;BR /&gt;
                proc glm  data=table;&lt;BR /&gt;
                class var1 var2;&lt;BR /&gt;
                model var3=var1 var2 / ss3;&lt;BR /&gt;
	        MEANS var3 / lsd cldiff lines;&lt;BR /&gt;
                run;quit;&lt;BR /&gt;
                ods output close;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
My problem is that "comparison" is forced to be written in an $5. format. This is a problem to me, because comparison contains more than 5 characters. &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
When I run my program on my computer, there is no problem comparison is not limited to 5 characters.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
I wonder if someone can help me to know why this problem occurs !&lt;BR /&gt;
&lt;BR /&gt;
thanks&lt;BR /&gt;
thank

Message was edited by: nadra</description>
      <pubDate>Thu, 06 May 2010 12:52:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-output-format/m-p/16903#M3504</guid>
      <dc:creator>nadra</dc:creator>
      <dc:date>2010-05-06T12:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: ods output format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-output-format/m-p/16904#M3505</link>
      <description>Hi, &lt;BR /&gt;
The table template for your output object is usually what controls the formats and labels of the output created by the ODS OUTPUT statement. &lt;BR /&gt;
&lt;BR /&gt;
If you search on support.sas.com  for examples of altering the table template for a STAT procedure you should find some examples that suit your purpose.&lt;BR /&gt;
&lt;BR /&gt;
Cynthia</description>
      <pubDate>Thu, 06 May 2010 16:48:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-output-format/m-p/16904#M3505</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-05-06T16:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: ods output format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-output-format/m-p/16905#M3506</link>
      <description>Thank you very much!&lt;BR /&gt;
&lt;BR /&gt;
Thanks to your advice I have found the solution to the problem!&lt;BR /&gt;
&lt;BR /&gt;
kind regards,

Message was edited by: nadra</description>
      <pubDate>Mon, 10 May 2010 14:45:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-output-format/m-p/16905#M3506</guid>
      <dc:creator>nadra</dc:creator>
      <dc:date>2010-05-10T14:45:35Z</dc:date>
    </item>
  </channel>
</rss>

