?> What is the purpose of the actionSetFromTable acti... - Aide
QUESTION / RÉPONSE

What is the purpose of the actionSetFromTable action in SAS Viya?

3 consultations

Réponse

The actionSetFromTable action restores a user-defined action set from a saved table in SAS Cloud Analytic Services (CAS).
Action technique liée

Voir la documentation de actionSetFromTable

Voir l'Action
Thématiques

Voir aussi

actionSetFromTable
builtins

Restaure un jeu d'actions défini par l'utilisateur à partir d'une table CAS préalablement sauvegardée. Cette action est l'inverse de `actionSetToTable` et permet de recharger dynamiquement des fonctionnalités personnalisées dans une session CAS, facilitant ainsi la réutilisation et le partage de code.

addUserActionSetPath
builtins

Fügt eine Caslib zum Suchpfad für benutzerdefinierte Aktionssets hinzu. Dies ermöglicht es dem CAS-Server, benutzerdefinierte Aktionen zu finden und auszuführen, die in den angegebenen Caslibs gespeichert sind, und erweitert so die Funktionalität des Servers zur Laufzeit.

addUserActionSetPath
builtins

The addUserActionSetPath action adds a caslib to the user-defined action set search path. This allows the CAS server to find and load user-defined action sets from a specified caslib, making them available for execution in the current session.