<?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: What exactly is an item store? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/What-exactly-is-an-item-store/m-p/762103#M30356</link>
    <description>Okay that makes a lot of sense now. Thank you Koen!</description>
    <pubDate>Tue, 17 Aug 2021 15:35:29 GMT</pubDate>
    <dc:creator>cf8261a</dc:creator>
    <dc:date>2021-08-17T15:35:29Z</dc:date>
    <item>
      <title>What exactly is an item store?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-exactly-is-an-item-store/m-p/762097#M30354</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_kaplan_sect047.htm," target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_kaplan_sect047.htm,&lt;/A&gt;&amp;nbsp;it says you can save compiled templates in a special file called an item store. I get that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_plm_examples02.htm," target="_blank"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.3/statug/statug_plm_examples02.htm,&lt;/A&gt;&amp;nbsp;it says that the PLM procedure can be used for making post hoc inferences 'based on saved item stores'. Then it says '&lt;SPAN&gt;The STORE statement saves the fitted model to a SAS item store named&amp;nbsp;&lt;/SPAN&gt;&lt;CODE class="aa-filename"&gt;sasuser.cheese&lt;/CODE&gt;&lt;SPAN&gt;.&amp;nbsp;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So from what I'm understanding so far, an item store is some type of either file or object that allows you to store some other type of SAS object.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that right? If so, I don't quite understand the usefulness of doing that? Like if I am running a regression model, what is the need to store that object in this 'item store'?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS and am just having a hard time understanding what this concept is.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 15:20:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-exactly-is-an-item-store/m-p/762097#M30354</guid>
      <dc:creator>cf8261a</dc:creator>
      <dc:date>2021-08-17T15:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly is an item store?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-exactly-is-an-item-store/m-p/762102#M30355</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug.introcom.store" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;The &lt;FONT&gt;STORE&lt;/FONT&gt; statement requests that the (statistical) procedure save the context and results of the statistical analysis into an &lt;FONT&gt;item&lt;/FONT&gt; &lt;FONT&gt;store&lt;/FONT&gt;. An &lt;FONT&gt;item&lt;/FONT&gt; &lt;FONT&gt;store&lt;/FONT&gt; is a binary file format that cannot be modified by the user. The contents of the &lt;FONT&gt;item&lt;/FONT&gt; &lt;FONT&gt;store&lt;/FONT&gt; can be processed with the PLM procedure. One example of &lt;FONT&gt;item&lt;/FONT&gt; &lt;FONT&gt;store&lt;/FONT&gt; technology is to perform a time-consuming analysis and to &lt;FONT&gt;store&lt;/FONT&gt; its results by using the &lt;FONT&gt;STORE&lt;/FONT&gt; statement. At a later time you can then perform specific statistical analysis tasks based on the saved results of the previous analysis, without having to fit the model again.&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;I use item stores and PROC PLM regularly.&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;I think PLM is for Post Linear Model.&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;You can for example score new data using a saved (stored) model with PROC PLM.&lt;BR /&gt;But take care : item stores (like catalogs) are not portable between operating systems and between different encodings.&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;Cheers,&lt;BR /&gt;Koen&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Aug 2021 15:32:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-exactly-is-an-item-store/m-p/762102#M30355</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-08-17T15:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly is an item store?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-exactly-is-an-item-store/m-p/762103#M30356</link>
      <description>Okay that makes a lot of sense now. Thank you Koen!</description>
      <pubDate>Tue, 17 Aug 2021 15:35:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-exactly-is-an-item-store/m-p/762103#M30356</guid>
      <dc:creator>cf8261a</dc:creator>
      <dc:date>2021-08-17T15:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: What exactly is an item store?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/What-exactly-is-an-item-store/m-p/762104#M30357</link>
      <description>&lt;P&gt;I said above:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; I think PLM is for Post Linear Model.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It is rather :&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug.plm.plmoverview" class="aa-section"&gt;
&lt;P class="xisDoc-paragraph"&gt;Post-fitting (statistical analyses) Linear Models&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="xisDoc-paragraph"&gt;Post-fitting can be tasks such as the following:&lt;/P&gt;
&lt;DIV class="xisDoc-refProc"&gt;
&lt;DIV id="statug.plm.plmoverview" class="aa-section"&gt;
&lt;DIV class="xisDoc-listUnordered"&gt;
&lt;UL class="xisDoc-listUnordered" type="disc"&gt;
&lt;LI class="xisDoc-item"&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;testing hypotheses&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="xisDoc-item"&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;computing confidence intervals&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="xisDoc-item"&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;producing prediction plots&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="xisDoc-item"&gt;
&lt;P class="xisDoc-paraSimpleFirst"&gt;scoring a new data set&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Koen&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Aug 2021 15:36:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/What-exactly-is-an-item-store/m-p/762104#M30357</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2021-08-17T15:36:29Z</dc:date>
    </item>
  </channel>
</rss>

