<?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 Open SAS7BITM File? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-Open-SAS7BITM-File/m-p/368740#M87960</link>
    <description>&lt;P&gt;From the documentation on the Store statement for GLMSELECT:&lt;/P&gt;
&lt;P&gt;The resulting item store has a binary file format that cannot be modified. The contents of the item store can be processed with the PLM procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to reuse such things I recommend putting the store into a permanent library instead of Work. Then you can use it without having to re-run the Glmselect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jun 2017 14:26:12 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2017-06-20T14:26:12Z</dc:date>
    <item>
      <title>How to Open SAS7BITM File?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Open-SAS7BITM-File/m-p/368698#M87944</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have built a glm model (below) and I have stored the equation so I can apply it to new data, it all works fine but I would like to open the equation used to score, called here &lt;STRONG&gt;work.Lapse_equation &lt;/STRONG&gt;and saved as&amp;nbsp;(SAS7BITM table) but it doesn't let me open.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your help would be much appreciated&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank You very much&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc glmselect data =work.Lapse_modelling_dataset&amp;nbsp;;&lt;BR /&gt;/* ods select ParameterEstimates;*/&lt;BR /&gt; class VAR1;&lt;BR /&gt; model Time_To_next_order&amp;nbsp;= VAR1&amp;nbsp; VAR2 VAR3 VAR4 VAR5 VAR6 VAR7 VAR8 VAR9 VAR10&lt;BR /&gt;/ selection = stepwise(select=SL) stats=all;&lt;BR /&gt; output out=work.pout predicted=p_time_to_next_order;&lt;BR /&gt; store &lt;STRONG&gt;work.Lapse_equation&lt;/STRONG&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 13:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Open-SAS7BITM-File/m-p/368698#M87944</guid>
      <dc:creator>Question</dc:creator>
      <dc:date>2017-06-20T13:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Open SAS7BITM File?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-Open-SAS7BITM-File/m-p/368740#M87960</link>
      <description>&lt;P&gt;From the documentation on the Store statement for GLMSELECT:&lt;/P&gt;
&lt;P&gt;The resulting item store has a binary file format that cannot be modified. The contents of the item store can be processed with the PLM procedure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to reuse such things I recommend putting the store into a permanent library instead of Work. Then you can use it without having to re-run the Glmselect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:26:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-Open-SAS7BITM-File/m-p/368740#M87960</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-20T14:26:12Z</dc:date>
    </item>
  </channel>
</rss>

