<?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 Changing Significant Digits used in Proc GLM in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Changing-Significant-Digits-used-in-Proc-GLM/m-p/804420#M316772</link>
    <description>&lt;P&gt;Hi! I would like to tune the number of significant digits used inside the proc glm statement as the default is not sensitive enough. I've seen there is a format option in the code statement, so I've been trying to do it as seen below in my example, but getting the following error. Any help would be appreciated. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;ERROR 22-322: Expecting a format name.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 200-322: The symbol is not recognized and will be ignored.&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc glm data=train noprint;
	class a b c;
	model x= a b c d;
	code format = 20.7 file='control.sas';
quit;


data controlScore;
	set test;
	%include 'control.sas';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 27 Mar 2022 18:27:03 GMT</pubDate>
    <dc:creator>John_HW</dc:creator>
    <dc:date>2022-03-27T18:27:03Z</dc:date>
    <item>
      <title>Changing Significant Digits used in Proc GLM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-Significant-Digits-used-in-Proc-GLM/m-p/804420#M316772</link>
      <description>&lt;P&gt;Hi! I would like to tune the number of significant digits used inside the proc glm statement as the default is not sensitive enough. I've seen there is a format option in the code statement, so I've been trying to do it as seen below in my example, but getting the following error. Any help would be appreciated. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;ERROR 22-322: Expecting a format name.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR 200-322: The symbol is not recognized and will be ignored.&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt;proc glm data=train noprint;
	class a b c;
	model x= a b c d;
	code format = 20.7 file='control.sas';
quit;


data controlScore;
	set test;
	%include 'control.sas';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 18:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-Significant-Digits-used-in-Proc-GLM/m-p/804420#M316772</guid>
      <dc:creator>John_HW</dc:creator>
      <dc:date>2022-03-27T18:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Significant Digits used in Proc GLM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-Significant-Digits-used-in-Proc-GLM/m-p/804423#M316775</link>
      <description>&lt;P&gt;Use F&lt;EM&gt;w.d&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;code format = F20.7 file='control.sas';&lt;/STRONG&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 18:34:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-Significant-Digits-used-in-Proc-GLM/m-p/804423#M316775</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2022-03-27T18:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Significant Digits used in Proc GLM</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Changing-Significant-Digits-used-in-Proc-GLM/m-p/804427#M316779</link>
      <description>That worked, thank you.</description>
      <pubDate>Sun, 27 Mar 2022 18:50:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Changing-Significant-Digits-used-in-Proc-GLM/m-p/804427#M316779</guid>
      <dc:creator>John_HW</dc:creator>
      <dc:date>2022-03-27T18:50:58Z</dc:date>
    </item>
  </channel>
</rss>

