Hello experts,
I have tried the code below extrait from sas support "Accelerating SAS® DATA Step Performance with SAS® Viya"
But my test does not work under sas studio and EG7.1.
Please, why ?
cas mysession sessopts=(caslib=casuser);
libname mycas cas caslib=casuser;
proc casutil;
load data=sashelp.cars replace;
run;
data mycar.test;
set sashelp.cars;
do i= 1 to 10000;
output;
end;
run;
data mycar.bigcars_score;
set mycar.test;
length myscore 8;
myscore=0.3*Invoice;
thread=_threadid_;
run;
Hi @LineMoon,
The code you're using can work only if you are connected to a SAS Viya environment. Are you? If you're unsure -- then you are probably not using SAS Viya. It's a brand new platform for analytics from SAS, and I think if you had access to it, you would definitely have been provided some helpful "onboarding" information for getting started.
If you are running with SAS Viya, then we have a special discussion forum for that.
I'm going to go out on a limb and suggest that you probably don't have access to SAS Viya at your organization right now. But if you are interested in checking it out, visit the SAS Viya page and follow the links to learn more.
@ChrisHemedinger : Thank you.
sas proc product_staus normally can show the viya module ?
SAS Viya isn't a traditional SAS module -- it's another platform that you would have access to for in-memory analytics.
You could connect to the environment from SAS 9.4 or from other programming languages. Or you could work from a dedicated SAS Studio environment that connects to SAS Viya. You would need SAS Viya installed on-premise, in the cloud, or access to our early preview program.
@ChrisHemedinger : Thank you very much.
To try SAS Viya for Free, I think , we must have to agree for the cookies on the sas website ? if not, we can not try it ?
So I would like to try it on sas studio and sas EG
@LineMoon - The Early Preview program is not currently a "self-serve" signup/registration. You can use the interest link to register your interest (on your own or on behalf of your company) and someone at SAS will review your details and get back with you.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.