?>
Voir la documentation de actionSetInfo
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.
Erstellt eine In-Memory-Tabelle aus einem benutzerdefinierten Aktionssatz. Diese Aktion ist nützlich für die Metadatenverwaltung und die programmatische Untersuchung der Struktur von benutzerdefinierten Aktionen, indem sie deren Definition in ein strukturiertes Tabellenformat umwandelt, das leicht abgefragt und analysiert werden kann.
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.