<?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: error in scoring with astore action and options in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/error-in-scoring-with-astore-action-and-options/m-p/871919#M344464</link>
    <description>&lt;P&gt;Solved with the following syntax adjustment:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;action aStore.score /&lt;BR /&gt;      table={caslib='Global', &lt;BR /&gt;      name='recc_test_open_dist'},&lt;BR /&gt;      out={name='user_recc_open'},&lt;BR /&gt;      rstore={caslib='Global Marketing (DNFS)',&lt;BR /&gt;      name='recc_dtos_astore'},&lt;BR /&gt;      options={{name='nTopRecoms', value=&amp;amp;n_recc}};&lt;/PRE&gt;</description>
    <pubDate>Tue, 25 Apr 2023 15:22:04 GMT</pubDate>
    <dc:creator>dcortell</dc:creator>
    <dc:date>2023-04-25T15:22:04Z</dc:date>
    <item>
      <title>error in scoring with astore action and options</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error-in-scoring-with-astore-action-and-options/m-p/871906#M344460</link>
      <description>&lt;P&gt;Hi all, I'm trying the following scoring approach using astore action set&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;80   proc cas;&lt;BR /&gt;81   loadactionset "aStore";&lt;BR /&gt;82   action aStore.score /&lt;BR /&gt;83         table={caslib='Global Marketing (DNFS)',&lt;BR /&gt;84         name='recc_test_open_dist'},&lt;BR /&gt;85         out={name='user_recc_open'},&lt;BR /&gt;86         rstore={caslib='Global',&lt;BR /&gt;87         name='recc_dtos_astore'},&lt;BR /&gt;88         options={name='nTopRecoms', value=&amp;amp;n_recc};&lt;BR /&gt;89   run;&lt;BR /&gt;NOTE: Active Session now CASAUTO.&lt;BR /&gt;NOTE: Added action set 'aStore'.&lt;BR /&gt;ERROR: An attempt was made to convert parameter 'options.value' from int64 to parameter list, but the conversion failed.&lt;BR /&gt;ERROR: The action stopped due to errors.&lt;BR /&gt;90   &amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;The error seems related to the fact that the value assigned for the nTopRecoms option is not accepted by the cas syntax. Any idea what could be beyond this error?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 14:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error-in-scoring-with-astore-action-and-options/m-p/871906#M344460</guid>
      <dc:creator>dcortell</dc:creator>
      <dc:date>2023-04-25T14:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: error in scoring with astore action and options</title>
      <link>https://communities.sas.com/t5/SAS-Programming/error-in-scoring-with-astore-action-and-options/m-p/871919#M344464</link>
      <description>&lt;P&gt;Solved with the following syntax adjustment:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;action aStore.score /&lt;BR /&gt;      table={caslib='Global', &lt;BR /&gt;      name='recc_test_open_dist'},&lt;BR /&gt;      out={name='user_recc_open'},&lt;BR /&gt;      rstore={caslib='Global Marketing (DNFS)',&lt;BR /&gt;      name='recc_dtos_astore'},&lt;BR /&gt;      options={{name='nTopRecoms', value=&amp;amp;n_recc}};&lt;/PRE&gt;</description>
      <pubDate>Tue, 25 Apr 2023 15:22:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/error-in-scoring-with-astore-action-and-options/m-p/871919#M344464</guid>
      <dc:creator>dcortell</dc:creator>
      <dc:date>2023-04-25T15:22:04Z</dc:date>
    </item>
  </channel>
</rss>

