Hello,
Please i have an erro when updating a tabl in CAS with proc cas
Someone can tell me what happening with my code and why my request not ok
Thks
To improve the odds of getting help with this problem, you'll need to share enough information to allow folks to actually help.
am woorkin on viya 3.5
proc cas; table.update / table={caslib='Public',name="&reftable",where=%tslit(%str( upcase(fileref)=upcase("&form_fileref") and upcase(mail)=upcase("&form_mail")
and upcase(destination)=upcase("&form_caslib")
and upcase(tableout)=upcase("&form_table") ))} set={ {var="actif", value="&value."} }; run; quit;
I am unable to replicate this error. I'd recommend opening a tech support case (Customer Service Portal - Customer Support (sas.com).
All the best,
Mark
This error is related to collective operations in a distributed CAS (Cloud Analytic Services) grid environment in SAS, where synchronization between nodes was interrupted. This can happen for various reasons, such as conflicts in simultaneous operations or communication issues between grid nodes.
Here are a few steps to diagnose and potentially resolve the issue:
You might also want to test this code in a non-grid environment to determine whether the issue is with the code or the distributed CAS configuration.
If the problem persists, you may need to check detailed CAS logs and consult SAS technical support to investigate the issue in the infrastructure.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!