?> What is the purpose of the addUserActionSetPath ac... - Aide
QUESTION / RÉPONSE

What is the purpose of the addUserActionSetPath action?

1 consultations

Réponse

The addUserActionSetPath action adds a caslib to the user-defined action set search path.
Action technique liée

Voir la documentation de addUserActionSetPath

Voir l'Action

Voir aussi

addCaslibSubdir
table

Erstellt ein Unterverzeichnis in einer vorhandenen Caslib. Diese Aktion ist nützlich für die Organisation von Daten und Dateien innerhalb einer bestehenden Datenbibliothek direkt aus einer SAS-Sitzung heraus, ohne auf Betriebssystembefehle zurückgreifen zu müssen. Sie ermöglicht eine strukturierte Speicherung von temporären oder permanenten Dateien, die im Rahmen von Analyseprozessen generiert werden.

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.

addNode
builtins

The `addNode` action dynamically adds one or more machines to a running SAS Cloud Analytic Services (CAS) server. This is a fundamental administrative task for scaling a CAS environment, allowing for the expansion of computational resources without restarting the entire server. It can be used to add either worker nodes to increase processing power and data capacity, or a backup controller to enhance high availability. This action is typically performed by administrators to manage the cluster's topology in response to changing workloads.