?>
Voir la documentation de append
The `addCaslibSubdir` action creates a new subdirectory within the physical path of an existing caslib. This is particularly useful for organizing data sources and other files within a caslib's storage without needing direct file system access. The action allows specifying permissions for the new subdirectory, ensuring proper access control from the moment of creation.
La acción `attribute` del conjunto de acciones `table` se utiliza para gestionar los atributos extendidos de una tabla en memoria en CAS. Estos atributos son metadatos adicionales, en formato de pares clave-valor, que se pueden asociar tanto a una tabla completa como a columnas específicas dentro de esa tabla. Permite añadir, actualizar, eliminar y exportar estos atributos, proporcionando una forma flexible de almacenar información contextual o de linaje directamente con los datos.
Die Aktion `alterTable` im `table` Action Set ist ein vielseitiges Werkzeug zur Verwaltung von In-Memory-Tabellen in SAS Viya. Sie ermöglicht es Benutzern, Metadaten und die Struktur einer vorhandenen CAS-Tabelle zu ändern, ohne die Daten neu laden zu müssen. Zu den Hauptfunktionen gehören das Umbenennen von Tabellen, das Ändern von Tabellen- und Spaltenbezeichnungen, das Anwenden oder Ändern von Formaten für Spalten, das Löschen von Spalten und das Neuanordnen der Spaltenreihenfolge. Diese Aktion ist besonders nützlich für die Datenaufbereitung und -verwaltung direkt auf dem CAS-Server, was die Effizienz durch die Vermeidung unnötiger Datenverschiebungen verbessert.