?>
Voir la documentation de caslibInfo
Asume un rol administrativo para la sesión actual de CAS. Esta acción permite a un usuario elevar temporalmente sus privilegios para realizar tareas administrativas, como la gestión de datos, la ejecución de acciones restringidas o la administración de roles, sin necesidad de tener esos privilegios de forma permanente. Es una práctica de seguridad fundamental para aplicar el principio de mínimo privilegio.
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.
The `append` action adds the rows from a source table to the end of a target table. It is a versatile tool for combining datasets within the CAS environment. The target table must be an in-memory table, while the source can be an in-memory table or a server-side file that has not been loaded. This action is particularly useful in data preparation workflows where data from multiple sources needs to be consolidated into a single table for analysis.