Hello,
I have a data step code (score.sas) for a clustering model developed using sas visual statistics.
I want to deploy that code to run in CAS. I used the below code to publish it:
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 ;
quit;
I don't have the xmlfile to be passed as an argument because sas visual statistics exports only a .sas file (score.sas).
When I try to run the code without the xmlfile argument I get the following error:
varxml is required when publishing model to cas
Can anyone help with this issue?
Hello @ahmedmady94 ,
As an employee of SAS, you are NOT supposed to post your questions here.
As a SAS employee you are only allowed to answer here and thus help our customers further.
This is described somewhere in the guidelines, but I cannot immediately find it.
As a SAS employee you must use the internal channels at SAS. There are plenty of them.
Try for example the Technical Support ticket database.
BR,
Koen
Hello @ahmedmady94 ,
As an employee of SAS, you are NOT supposed to post your questions here.
As a SAS employee you are only allowed to answer here and thus help our customers further.
This is described somewhere in the guidelines, but I cannot immediately find it.
As a SAS employee you must use the internal channels at SAS. There are plenty of them.
Try for example the Technical Support ticket database.
BR,
Koen
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.