?> ¿Qué hace el parámetro `all` en la acción `act... - Aide
QUESTION / RÉPONSE

¿Qué hace el parámetro `all` en la acción `actionSetInfo`?

0 consultations

Réponse

Cuando el parámetro `all` se establece en True, los resultados incluyen todos los conjuntos de acciones disponibles, así como los conjuntos de acciones cargados. Esta acción se ejecuta más lentamente cuando se establece en True.
Action technique liée

Voir la documentation de actionSetInfo

Voir l'Action
Thématiques

Voir aussi

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.

actionSetToTable
builtins

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.

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.