<?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: proc scoreaccel publishing data step code in CAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-scoreaccel-publishing-data-step-code-in-CAS/m-p/898966#M83008</link>
    <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/453282"&gt;@ahmedmady94&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;As an employee of SAS, you are NOT supposed to post your questions here.&lt;/P&gt;
&lt;P&gt;As a SAS employee you are only allowed to answer here and thus help our customers further.&lt;BR /&gt;This is described somewhere in the guidelines, but I cannot immediately find it.&lt;BR /&gt;As a SAS employee you must use the internal channels at SAS. There are plenty of them.&lt;BR /&gt;Try for example the Technical Support ticket database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Koen&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2023 15:55:42 GMT</pubDate>
    <dc:creator>sbxkoenk</dc:creator>
    <dc:date>2023-10-17T15:55:42Z</dc:date>
    <item>
      <title>proc scoreaccel publishing data step code in CAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-scoreaccel-publishing-data-step-code-in-CAS/m-p/898913#M83007</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a data step code (score.sas) for a clustering model developed using sas visual statistics.&lt;/P&gt;
&lt;P&gt;I want to deploy that code to run in CAS. I used the below code to publish it:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;proc scoreaccel sessref=mysess1;

publishmodel

modelname="model01"

modeltype=datastep

modeltable="modeltable1"

programfile="/mydir/scoring/model01/score.sas"

xmlfile=""

outdir="/user1/score/work/"

modelnotes="Simple model01 test model"

replacemodel=yes

promotetable=no

persisttable=no ;&lt;BR /&gt;&lt;BR /&gt;quit;

&lt;/PRE&gt;
&lt;P&gt;I don't have the xmlfile to be passed as an argument because sas visual statistics exports only a .sas file (score.sas).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I try to run the code without the xmlfile argument I get the following error:&lt;/P&gt;
&lt;P&gt;varxml is required when publishing model to cas&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone help with this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 12:48:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-scoreaccel-publishing-data-step-code-in-CAS/m-p/898913#M83007</guid>
      <dc:creator>ahmedmady94</dc:creator>
      <dc:date>2023-10-17T12:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: proc scoreaccel publishing data step code in CAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-scoreaccel-publishing-data-step-code-in-CAS/m-p/898966#M83008</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/453282"&gt;@ahmedmady94&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;As an employee of SAS, you are NOT supposed to post your questions here.&lt;/P&gt;
&lt;P&gt;As a SAS employee you are only allowed to answer here and thus help our customers further.&lt;BR /&gt;This is described somewhere in the guidelines, but I cannot immediately find it.&lt;BR /&gt;As a SAS employee you must use the internal channels at SAS. There are plenty of them.&lt;BR /&gt;Try for example the Technical Support ticket database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;BR /&gt;Koen&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2023 15:55:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-scoreaccel-publishing-data-step-code-in-CAS/m-p/898966#M83008</guid>
      <dc:creator>sbxkoenk</dc:creator>
      <dc:date>2023-10-17T15:55:42Z</dc:date>
    </item>
  </channel>
</rss>

