<?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: Formats of ODS Table in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392915#M25334</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;I want to change the format of column Effect because it is not showing the complete parameter name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have Apple*Banana*Grapes then it is only giving me App*Bana*Grap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I want the complete name of all the parameters.\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16777"&gt;@WarrenKuhfeld&lt;/a&gt;&amp;nbsp;I am getting an error msg :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;291 proc template;&lt;BR /&gt;292 delete HPSTAT.HPGenselect.ParameterEstimates /&lt;BR /&gt;292 ! store=sasuser.templat;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;ERROR: Write access to member SASUSER.TEMPLAT.ITEMSTOR is &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;denied.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#99CC00"&gt;NOTE: Could not delete 'HPSTAT.HPGenselect.ParameterEstimates' &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#99CC00"&gt;from template store!&lt;/FONT&gt;&lt;BR /&gt;293 list HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;294 edit HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;31 The SAS System&lt;BR /&gt;09:25 Monday, September 4, 2017&lt;/P&gt;&lt;P&gt;295 edit Estimate; format=Best32.; end;&lt;BR /&gt;296 edit StdErr; format=Best32.; end;&lt;BR /&gt;297 edit Effect ; format = $200. ; end ;&lt;BR /&gt;298 end;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Sep 2017 04:19:26 GMT</pubDate>
    <dc:creator>DipeshGupta</dc:creator>
    <dc:date>2017-09-04T04:19:26Z</dc:date>
    <item>
      <title>Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392716#M25325</link>
      <description>&lt;P&gt;I was trying to change the format of the ODS Table (ParameterEstimates) of HPGenselect but no success.&lt;/P&gt;&lt;P&gt;I tried using Proc Tabulate but nothing works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;edit&amp;nbsp;HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;edit Estimate; format=Best32.; end;&lt;BR /&gt;edit StdErr; format=Best32.; end;&lt;BR /&gt;edit Effect ; format = $200. ; end ;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then changed the first edit statement with the Source statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;Source HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;edit Estimate; format=Best32.; end;&lt;BR /&gt;edit StdErr; format=Best32.; end;&lt;BR /&gt;edit Effect ; format = $200. ; end ;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then also added Path in this code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc template;&lt;BR /&gt;path "Hpgenselect.ParameterEstimates" ;&lt;BR /&gt;Source HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;edit Estimate; format=Best32.; end;&lt;BR /&gt;edit StdErr; format=Best32.; end;&lt;BR /&gt;edit Effect ; format = $200. ; end ;&lt;BR /&gt;end;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But nothing works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help me with this..??&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2017 06:08:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392716#M25325</guid>
      <dc:creator>DipeshGupta</dc:creator>
      <dc:date>2017-09-02T06:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392731#M25326</link>
      <description>&lt;P&gt;Make sure you are not editing versions that you incorrectly edited before. &amp;nbsp;Start by deleting any version that happens to be in sasuser. Then list the versions that exist. &amp;nbsp;You should see only one template in the table and it should come from sashelp. &amp;nbsp;If there is more than one, delete any that do not come from sashelp. &amp;nbsp;Then try editing again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc template;&lt;BR /&gt;delete HPSTAT.HPGenselect.ParameterEstimates / store=sasuser.templat;&lt;BR /&gt;list HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;edit HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;edit Estimate; format=Best32.; end;&lt;BR /&gt;edit StdErr; format=Best32.; end;&lt;BR /&gt;edit Effect ; format = $200. ; end ;&lt;BR /&gt;end;&lt;BR /&gt;source HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2017 12:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392731#M25326</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-09-02T12:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392760#M25327</link>
      <description>&lt;P&gt;What's your ultimate objective with editing the template, what changes are you trying to implement?&lt;/P&gt;</description>
      <pubDate>Sat, 02 Sep 2017 15:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392760#M25327</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-02T15:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392915#M25334</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;&amp;nbsp;I want to change the format of column Effect because it is not showing the complete parameter name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I have Apple*Banana*Grapes then it is only giving me App*Bana*Grap&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I want the complete name of all the parameters.\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16777"&gt;@WarrenKuhfeld&lt;/a&gt;&amp;nbsp;I am getting an error msg :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;291 proc template;&lt;BR /&gt;292 delete HPSTAT.HPGenselect.ParameterEstimates /&lt;BR /&gt;292 ! store=sasuser.templat;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;ERROR: Write access to member SASUSER.TEMPLAT.ITEMSTOR is &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF6600"&gt;denied.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#99CC00"&gt;NOTE: Could not delete 'HPSTAT.HPGenselect.ParameterEstimates' &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#99CC00"&gt;from template store!&lt;/FONT&gt;&lt;BR /&gt;293 list HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;294 edit HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;31 The SAS System&lt;BR /&gt;09:25 Monday, September 4, 2017&lt;/P&gt;&lt;P&gt;295 edit Estimate; format=Best32.; end;&lt;BR /&gt;296 edit StdErr; format=Best32.; end;&lt;BR /&gt;297 edit Effect ; format = $200. ; end ;&lt;BR /&gt;298 end;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 04:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392915#M25334</guid>
      <dc:creator>DipeshGupta</dc:creator>
      <dc:date>2017-09-04T04:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392916#M25335</link>
      <description>&lt;P&gt;ParameterEstimates is a fairly simple table. It might be easier to do your own reporting. Starting from an example from the&amp;nbsp;HPGENSELECT documentation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc hpgenselect data=getStarted;
   class C1-C5;
   model Y = C1-C5 / Distribution=Poisson;
   selection method=forward details=all;
   ods output parameterestimates=pe;
run;

title;
option nodate nonumber;
ods rtf file="&amp;amp;sasforum.\reports\hpgenselectParameters.rtf" style=journal;
proc sql;
select 
    parameter,
    df,
    estimate,
    stdErr,
    ChiSq format=6.2,
    ProbChiSq
from pe;
quit;

ods rtf close;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 04 Sep 2017 04:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392916#M25335</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-09-04T04:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392917#M25336</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/462"&gt;@PGStats&lt;/a&gt;&amp;nbsp;Which address to we need to give at the place of &amp;amp;sasforums.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where does the reports get stored on SAS..??&lt;/P&gt;&lt;P&gt;I don't have any idea about that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 04:40:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392917#M25336</guid>
      <dc:creator>DipeshGupta</dc:creator>
      <dc:date>2017-09-04T04:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392919#M25337</link>
      <description>&lt;P&gt;The example produces output to the results window and to a RTF file. You can simply remove the ODS RTF statements if you don't need that. The file="" option must state a full reachable path on your system.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 04:49:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392919#M25337</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-09-04T04:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392920#M25338</link>
      <description>&lt;P&gt;@But where is the report file of parameterestimates created by hpgenselect is stored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to identify the path of the report file created by hpgenselect..??&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 04:52:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392920#M25338</guid>
      <dc:creator>DipeshGupta</dc:creator>
      <dc:date>2017-09-04T04:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392922#M25339</link>
      <description>&lt;P&gt;On my system, reports are sent to the results window, not to a file. To get the reports into a file, I must specify an ODS destination, such as the RTF destination in my example. Your system might have a different configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should get familiar with the output delivery system (ODS) before attempting to modify templates.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 05:02:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392922#M25339</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-09-04T05:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392923#M25340</link>
      <description>&lt;P&gt;You specified the path of the RTF file in the FILE option on the ODS RTF statement. Or the log will say the location.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 05:03:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392923#M25340</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-04T05:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392925#M25341</link>
      <description>&lt;P&gt;I got this is the log.,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name: ParameterEstimates&lt;BR /&gt;The SAS System&lt;/P&gt;&lt;P&gt;Label: Parameter Estimates&lt;BR /&gt;Template: HPSTAT.HPGenselect.ParameterEstimates&lt;BR /&gt;Path: Hpgenselect.ParameterEstimates&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then I used this path in the code but again ended up in error,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title;&lt;BR /&gt;option nodate nonumber;&lt;BR /&gt;ods rtf file="Hpgenselect.ParameterEstimates\reports\hpgenselectParameters.rtf" style=journal;&lt;BR /&gt;proc sql;&lt;BR /&gt;select&lt;BR /&gt;Effect format=$2000.,&lt;BR /&gt;parameter,&lt;BR /&gt;df,&lt;BR /&gt;estimate,&lt;BR /&gt;stdErr,&lt;BR /&gt;ChiSq,&lt;BR /&gt;ProbChiSq&lt;BR /&gt;from Model.InteractionChart ;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;ods rtf close;&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;&lt;P&gt;&lt;FONT color="#FF6600"&gt;Error&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;ERROR: Physical file does not exist,&lt;BR /&gt;D:\sasconf\Config\Lev1\SASApp\Hpgenselect.ParameterEstima&lt;BR /&gt;tes\reports\hpgenselectParameters.rtf.&lt;BR /&gt;ERROR: Fatal ODS error has occurred. Unable to continue&lt;BR /&gt;processing this output destination.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 05:08:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392925#M25341</guid>
      <dc:creator>DipeshGupta</dc:creator>
      <dc:date>2017-09-04T05:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392926#M25342</link>
      <description>&lt;P&gt;It looks like the following destination should at least exist on your system&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;file="D:\sasconf\Config\Lev1\SASApp\hpgenselectParameters.rtf"&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 05:22:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392926#M25342</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2017-09-04T05:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392927#M25343</link>
      <description>&lt;P&gt;proc template;&lt;BR /&gt;delete HPSTAT.HPGenselect.ParameterEstimates / store=Model.templat;&lt;BR /&gt;list HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;edit HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;edit Estimate; format=Best32.; end;&lt;BR /&gt;edit StdErr; format=Best32.; end;&lt;BR /&gt;edit Effect ; format = $200. ; end ;&lt;BR /&gt;end;&lt;BR /&gt;source HPSTAT.HPGenselect.ParameterEstimates ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code ran successfully without any errors but the format of the output didn't change.&lt;/P&gt;&lt;P&gt;What to do..??&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 05:38:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392927#M25343</guid>
      <dc:creator>DipeshGupta</dc:creator>
      <dc:date>2017-09-04T05:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Formats of ODS Table</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392989#M25345</link>
      <description>&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_ods_sect006.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_ods_sect006.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_ods_examples02.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en" target="_blank"&gt;http://go.documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_ods_examples02.htm&amp;amp;docsetVersion=14.2&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be that sasuser is not the default template store for you. &amp;nbsp;Defaults do vary by site. &amp;nbsp;Use the ods path and ods trace statements to find out where templates are coming from and where the one you are modifying is going to.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 12:43:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Formats-of-ODS-Table/m-p/392989#M25345</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-09-04T12:43:32Z</dc:date>
    </item>
  </channel>
</rss>

