<?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: score data set in sas vfl in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902769#M10652</link>
    <description>&lt;P&gt;Hi Koen,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;When i try to score with the created astore cas table i receive the following error:&lt;/P&gt;&lt;DIV class=""&gt;ERROR: Store contents have been modified. Cannot continue.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Action score failed.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: The action stopped due to errors.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Any ideas?&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;proc cas;&lt;/DIV&gt;&lt;DIV class=""&gt;123 session mysess;&lt;/DIV&gt;&lt;DIV class=""&gt;124 loadactionset "astore";&lt;/DIV&gt;&lt;DIV class=""&gt;125&lt;/DIV&gt;&lt;DIV class=""&gt;126 action astore.score;&lt;/DIV&gt;&lt;DIV class=""&gt;127 param&lt;/DIV&gt;&lt;DIV class=""&gt;128 table={caslib=&amp;amp;input_caslib_name, name=&amp;amp;input_table_name}&lt;/DIV&gt;&lt;DIV class=""&gt;129 rstore={caslib=&amp;amp;input_astore_caslib_name, name=&amp;amp;input_astore_name}&lt;/DIV&gt;&lt;DIV class=""&gt;130 out={caslib=&amp;amp;output_caslib_name, name=&amp;amp;output_table_name, replace=TRUE}&lt;/DIV&gt;&lt;DIV class=""&gt;131 copyVars={&amp;amp;copy_vars_variables};&lt;/DIV&gt;&lt;DIV class=""&gt;132 ;&lt;/DIV&gt;&lt;DIV class=""&gt;133 run;&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: Active Session now mysess.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: Added action set 'astore'.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Store contents have been modified. Cannot continue.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Action score failed.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: The action stopped due to errors.&lt;/DIV&gt;&lt;DIV class=""&gt;134 quit;&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: PROCEDURE CAS used (Total process time):&lt;/DIV&gt;&lt;DIV class=""&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;135&lt;/DIV&gt;&lt;DIV class=""&gt;136&lt;/DIV&gt;&lt;DIV class=""&gt;137&lt;/DIV&gt;&lt;DIV class=""&gt;138 %studio_hide_wrapper;&lt;/DIV&gt;&lt;DIV class=""&gt;149&lt;/DIV&gt;&lt;DIV class=""&gt;150&lt;/DIV&gt;&lt;PRE class=""&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2023 10:53:17 GMT</pubDate>
    <dc:creator>azaras</dc:creator>
    <dc:date>2023-11-13T10:53:17Z</dc:date>
    <item>
      <title>score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902295#M10645</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to score a table using the astore code derived from SAS Visual TA in SAS VFL. What shuld i put in the following paramters (let cas_server_port, cas_server_hostname)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%let cas_server_hostname = "localhost";&lt;/P&gt;&lt;P&gt;%let cas_server_port = 5570;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 13:21:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902295#M10645</guid>
      <dc:creator>azaras</dc:creator>
      <dc:date>2023-11-09T13:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902307#M10646</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I guess :&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;&lt;SPAN&gt;SAS Visual TA = SAS Visual Text Analytics&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SAS VFL =&amp;nbsp;SAS Viya for Learners&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So, I moved this topic to "Data Science"-board (more appropriate board for this question).&lt;BR /&gt;I suppose "Model Studio" (for VTA) was used here, and not "Visual Analytics".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;BR, Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 13:51:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902307#M10646</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-11-09T13:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902313#M10647</link>
      <description>You are correct. Thanks!</description>
      <pubDate>Thu, 09 Nov 2023 14:07:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902313#M10647</guid>
      <dc:creator>azaras</dc:creator>
      <dc:date>2023-11-09T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902316#M10648</link>
      <description>&lt;P&gt;I use the code at the end of the post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I receive the following error:&lt;/P&gt;&lt;P&gt;Any hints on how to score?&lt;/P&gt;&lt;DIV class=""&gt;ERROR: The caslib '{CASUSER}' does not exist.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Table '{ASRS}' could not be loaded.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Failure opening table '{ASRS}'&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: The caslib '{CASUSER}' does not exist.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: The action stopped due to errors.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE class=""&gt;&amp;nbsp;&lt;/PRE&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;BR /&gt;%let input_caslib_name = "{CASUSER}";&lt;/P&gt;&lt;P&gt;%let input_table_name = "{ASRS}";&lt;/P&gt;&lt;P&gt;%let copy_vars_variable = "{'docID', 'ID','Text', 'Target05'}";&lt;/P&gt;&lt;P&gt;%let output_caslib_name = "{CASUSER}";&lt;/P&gt;&lt;P&gt;%let output_documents_table_name = "SCORED_TA";&lt;/P&gt;&lt;P&gt;%let input_astore_caslib_name = "Analytics_Project_1bcf9786-5598-4242-a05c-8f6093fc9373";&lt;/P&gt;&lt;P&gt;%let input_astore_name = "53a5b832-c925-4ee9-b641-8a50f3226aae_TEXT_MODEL";&lt;/P&gt;&lt;P&gt;%let cas_server_hostname = "pdcesx23103.exnet.sas.com";&lt;/P&gt;&lt;P&gt;%let cas_server_port = 5570;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;cas sascas1 host=&amp;amp;cas_server_hostname port=&amp;amp;cas_server_port;&lt;BR /&gt;libname sascas1 cas sessref=sascas1 datalimit=all;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc cas;&lt;BR /&gt;session sascas1;&lt;BR /&gt;loadactionset "astore";&lt;/P&gt;&lt;P&gt;action astore.score;&lt;BR /&gt;param&lt;BR /&gt;table={caslib=&amp;amp;input_caslib_name, name=&amp;amp;input_table_name}&lt;BR /&gt;rstore={caslib=&amp;amp;input_astore_caslib_name, name=&amp;amp;input_astore_name}&lt;BR /&gt;out={caslib=&amp;amp;output_caslib_name, name=&amp;amp;output_documents_table_name, replace=TRUE}&lt;BR /&gt;copyVars={&amp;amp;copy_vars_variable};&lt;BR /&gt;;&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 14:12:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902316#M10648</guid>
      <dc:creator>azaras</dc:creator>
      <dc:date>2023-11-09T14:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902379#M10649</link>
      <description>&lt;P&gt;Have you carefully followed the steps outlined here?&lt;/P&gt;
&lt;UL class="lia-list-style-type-square"&gt;
&lt;LI&gt;Home &amp;gt; SAS Communities Library &amp;gt;&lt;BR /&gt;Scoring SAS Visual Text Analytics Models with Analytic Stores in SAS Studio&lt;BR /&gt;by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/87344"&gt;@smanoj&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Started ‎06-23-2023 | Modified ‎06-23-2023&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Scoring-SAS-Visual-Text-Analytics-Models-with-Analytic-Stores-in/ta-p/882091" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/Scoring-SAS-Visual-Text-Analytics-Models-with-Analytic-Stores-in/ta-p/882091&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;Model Studio: SAS® Visual Text Analytics 8.5&lt;BR /&gt;User’s Guide&lt;BR /&gt;Scoring an External Data Set&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/ctxtcdc/8.5/ctxtug/n0jaksb16blajpn14qmqw67snm7t.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/ctxtcdc/8.5/ctxtug/n0jaksb16blajpn14qmqw67snm7t.htm&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;BR, Koen&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 18:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902379#M10649</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-11-09T18:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902408#M10650</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I read the instructions. I had forgotten to upload the astore table in cas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did it with the following proc:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%let local_astore_file_path = "/shared/home/azaras@aueb.gr/casuser";&lt;BR /&gt;%let input_astore_caslib_name = "casuser";&lt;/P&gt;&lt;P&gt;%let input_astore_name = "astore_2";&lt;/P&gt;&lt;P&gt;%let input_astore_name_unquoted = %qsysfunc(dequote(&amp;amp;input_astore_name))&lt;/P&gt;&lt;P&gt;proc astore;&lt;BR /&gt;upload rstore=public.&amp;amp;input_astore_name_unquoted&lt;BR /&gt;store=&amp;amp;local_astore_file_path;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;The astore_2 is created in public. When i try to open it in the data grid i get the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="azaras_0-1699563691171.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89602iB5AAD3A53C73C1A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="azaras_0-1699563691171.png" alt="azaras_0-1699563691171.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I continue with the action astore score but since the uploaded into cas astore table has a problem there the code cannot run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas what is the problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2023 21:08:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902408#M10650</guid>
      <dc:creator>azaras</dc:creator>
      <dc:date>2023-11-09T21:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902661#M10651</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do you know there's a problem with the uploaded-into-CAS ASTORE?&lt;/P&gt;
&lt;P&gt;That ASTORE is a &lt;STRONG&gt;&lt;EM&gt;binary&lt;/EM&gt;&amp;nbsp;analytic&amp;nbsp;&lt;EM&gt;store&lt;/EM&gt;&lt;/STRONG&gt;. You cannot visualize it with the table viewer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happens when you try to use that ASTORE for scoring?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR, Koen&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2023 16:36:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902661#M10651</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-11-11T16:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902769#M10652</link>
      <description>&lt;P&gt;Hi Koen,&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;When i try to score with the created astore cas table i receive the following error:&lt;/P&gt;&lt;DIV class=""&gt;ERROR: Store contents have been modified. Cannot continue.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Action score failed.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: The action stopped due to errors.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;Any ideas?&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;proc cas;&lt;/DIV&gt;&lt;DIV class=""&gt;123 session mysess;&lt;/DIV&gt;&lt;DIV class=""&gt;124 loadactionset "astore";&lt;/DIV&gt;&lt;DIV class=""&gt;125&lt;/DIV&gt;&lt;DIV class=""&gt;126 action astore.score;&lt;/DIV&gt;&lt;DIV class=""&gt;127 param&lt;/DIV&gt;&lt;DIV class=""&gt;128 table={caslib=&amp;amp;input_caslib_name, name=&amp;amp;input_table_name}&lt;/DIV&gt;&lt;DIV class=""&gt;129 rstore={caslib=&amp;amp;input_astore_caslib_name, name=&amp;amp;input_astore_name}&lt;/DIV&gt;&lt;DIV class=""&gt;130 out={caslib=&amp;amp;output_caslib_name, name=&amp;amp;output_table_name, replace=TRUE}&lt;/DIV&gt;&lt;DIV class=""&gt;131 copyVars={&amp;amp;copy_vars_variables};&lt;/DIV&gt;&lt;DIV class=""&gt;132 ;&lt;/DIV&gt;&lt;DIV class=""&gt;133 run;&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: Active Session now mysess.&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: Added action set 'astore'.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Store contents have been modified. Cannot continue.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: Action score failed.&lt;/DIV&gt;&lt;DIV class=""&gt;ERROR: The action stopped due to errors.&lt;/DIV&gt;&lt;DIV class=""&gt;134 quit;&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: PROCEDURE CAS used (Total process time):&lt;/DIV&gt;&lt;DIV class=""&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;135&lt;/DIV&gt;&lt;DIV class=""&gt;136&lt;/DIV&gt;&lt;DIV class=""&gt;137&lt;/DIV&gt;&lt;DIV class=""&gt;138 %studio_hide_wrapper;&lt;/DIV&gt;&lt;DIV class=""&gt;149&lt;/DIV&gt;&lt;DIV class=""&gt;150&lt;/DIV&gt;&lt;PRE class=""&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 10:53:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902769#M10652</guid>
      <dc:creator>azaras</dc:creator>
      <dc:date>2023-11-13T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902782#M10653</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you try something like this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csD5D7D290"&gt;For Scoring new data from SAS Studio&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="cs76EFAA84"&gt;using score files (DS2 code and an ASTORE binary file)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="csE52E8F9B"&gt;from&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="cs76EFAA84"&gt;VTA&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="csE52E8F9B"&gt;pipelines :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csD5D7D290"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csD5D7D290"&gt;Q: How can we score new data in SAS Studio using EP code files downloaded from Model Studio?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csD5D7D290"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csD5D7D290"&gt;**ANSWER**&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="csFDDF876"&gt;If you downloaded the &lt;SPAN class="cs76EFAA84"&gt;ASTORE &lt;/SPAN&gt;(.sasast) then you need to upload it to CAS to use in scoring. The epcode is used if you have preprocessing code in your flow. If the &lt;SPAN class="cs76EFAA84"&gt;ASTORE &lt;/SPAN&gt;file is already loaded to CAS, you do not need to upload it again.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc astore;
   upload rstore=mycaslib._astore_wine
   store="~/aBc/xYz/Demo/_36AAV34SH5MWA1ASPCRW1AYAD.sasast"; 
/* the astore that you downloaded from Model Studio */
   score data=mycaslib.winequality_jw out=mycaslib._scored_wine3
   rstore=mycaslib._astore_wine
   epcode="~/aBc/xYz/Demo/dmcas_epscorecode.sas"; 
/* the epcode that was downloaded from Model Studio */
run; QUIT;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="cs95E872D0"&gt;&lt;SPAN class="cs1DA2E76"&gt;BR, Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 13:16:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902782#M10653</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-11-13T13:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902795#M10654</link>
      <description>Hi koen,&lt;BR /&gt;Thanks for your answer.&lt;BR /&gt;When I download the code from visual text analytics Viya for learners- topics node - I get two files astorescorecode.sas and topicsmodel.astore. I don't get any ep file.&lt;BR /&gt;Any idea?&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Nov 2023 16:05:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902795#M10654</guid>
      <dc:creator>azaras</dc:creator>
      <dc:date>2023-11-13T16:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902810#M10655</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/87344" target="_blank"&gt;@smanoj&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/7354"&gt;@themaryosborne&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13734"&gt;@RussAlbright&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you help?&lt;BR /&gt;I can probably sort it out by setting up a VTA-pipeline myself, but I have no time for that right now.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Koen&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 17:29:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902810#M10655</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-11-13T17:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902847#M10656</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/459870"&gt;@azaras&lt;/a&gt;&amp;nbsp;&amp;nbsp; and&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/60547"&gt;@sbxkoenk&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I don't think you need epcode in this environment. You can just run the AstoreScoreCode.sas after setting some of the macro variables. Directions are in the file itself.&amp;nbsp; Can you give that a try,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/459870"&gt;@azaras&lt;/a&gt;&amp;nbsp;? Thanks&lt;BR /&gt;Russ&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 20:00:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/902847#M10656</guid>
      <dc:creator>RussAlbright</dc:creator>
      <dc:date>2023-11-13T20:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: score data set in sas vfl</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/903049#M10657</link>
      <description>&lt;P&gt;Thnaks Russ and all the friends that contributed to my question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You were right, i checked carefully the code that is downloaded from the SAS Visual Text Analytics and i can score a new data set by filling in the macro variables. Actually the scored data set is saved in a cas library called sascas1 that is created by the code, although i set the library to casuser. This is why i could not find the scored data set and i initiated the post. So if someone else tries this action the scored data set can be found in the sascas1 cas library.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* specifies the CAS library to write the score output table. You must modify the value to provide the name of the library that will contain the output table that the score code produces. */&lt;BR /&gt;%let output_caslib_name = "casuser";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cas sascas1 host=&amp;amp;cas_server_hostname port=&amp;amp;cas_server_port;&lt;BR /&gt;libname sascas1 cas sessref=sascas1 datalimit=all;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 19:54:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/score-data-set-in-sas-vfl/m-p/903049#M10657</guid>
      <dc:creator>azaras</dc:creator>
      <dc:date>2023-11-14T19:54:20Z</dc:date>
    </item>
  </channel>
</rss>

