?> À quoi sert l'action addUserActionSetPath ?... - Aide
QUESTION / RÉPONSE

À quoi sert l'action addUserActionSetPath ?

0 consultations

Réponse

Cette action ajoute une caslib au chemin de recherche des jeux d'actions définis par l'utilisateur pour la session CAS en cours.
Action technique liée

Voir la documentation de addUserActionSetPath

Voir l'Action

Voir aussi

actionSetToTable
builtins

The `actionSetToTable` action transforms a user-defined action set, which is a collection of custom operations, into a standard in-memory CAS table. This allows for the inspection, management, and storage of action set definitions using standard table manipulation tools. It is particularly useful for auditing, documenting, or programmatically analyzing custom actions available on the CAS server.

actionSetFromTable
builtins

Restores a user-defined action set from a saved table. This is useful for sharing custom action sets or for persisting them across CAS sessions. You first need to save an action set using the `actionSetToTable` action.

actionSetInfo
builtins

The actionSetInfo action is part of the built-in action set in SAS Viya. It is used to display build and version information for loaded CAS action sets. This is particularly useful for administrators and developers to verify the versions of the action sets currently in use in a CAS session, which can be crucial for debugging, ensuring compatibility, and managing the environment. By default, it lists only the action sets loaded in the current session, but it can also be used to list all action sets available on the server.