SAS Cloud Analytic Services (CAS) is the in-memory execution engine of the SAS Viya platform. Its power lies in its ability to process massive volumes of data directly in RAM. H...
Automating analytical tasks via the SAS Viya REST API is a common practice for integrating the power of SAS into external pipelines. However, a frequent error occurs when using ...
In the SAS Viya environment, in-memory data management is crucial. Before manipulating a table, it is often necessary to check its existence, know its size, or retrieve its meta...
When starting with SAS Viya, it's common to encounter different syntaxes to perform a seemingly identical task: connecting a SAS library to a Caslib. A common confusion arises w...
When starting with SAS Viya, it is common to navigate between multiple interfaces like SAS Studio and SAS Visual Analytics (VA). A common confusion arises when handling data in ...
Automating data flows between Python and SAS Viya using the SWAT interface is a common practice. However, a specific error often occurs when attempting to update data shared wit...
When using the Python interface for SAS Viya (the SWAT package), it is common to manipulate CASTable objects. While the global display of a table or using the fetch() method to ...
When discovering the SAS Viya environment, especially through PDC (Personal Deployment Context) type deployment images, it is common to want to test custom interactions with the...
When getting started with SAS Viya, and more specifically when automating tasks via the CAS REST API, it is common to want to create sessions programmatically.However, a frequen...
When running complex models in SAS Viya (like VDMML), your process may abruptly stop, displaying a specific error message about quotas. This issue often occurs when training res...
With the adoption of SAS Viya, processing acceleration in Cloud Analytic Services (CAS) is becoming the norm. However, for seasoned SAS programmers accustomed to the Macro langu...
Long-time SAS 9 users are increasingly looking to migrate to SAS Viya to harness the power of the CAS (Cloud Analytic Services) engine. This distributed and in-memory engine can...
In the SAS® Viya™ architecture, effective data management relies on a fundamental concept: the Caslib. A Caslib is an in-memory space on the CAS (Cloud Analytics Services) serve...