Hi Everyone,
i was attempting to run a score code in SAS Studio.
but got the error that the mco_binary_caslib did not exist.
Hence i tried assigning the caslib as shown below
%let mco_binary_caslib = "Analytics_Project_XXXXXXXXX";
caslib "&mco_binary_caslib" datasource=(srctype="path") path="/sasdata/projects/text-XXXXXXXX" ;
but this gives the error that the projects path is part of the deny list.
The above code will run if i run with elevated priviliges because it seems the denylist is not applicable for admins.
My question is - Is there any way to assign the caslib without admin priviliges ?
Or am i missing some step.
I am not a regular SAS Viya user hence any suggestions you can give is highly appreciated.
Viya 3.5
SAS Studio V