?>
Voir la documentation de alterTable
Fügt eine neue Caslib hinzu, um den Zugriff auf eine Datenquelle zu ermöglichen. Eine Caslib ist eine In-Memory-Speicherfläche, die Tabellen, Zugriffskontrollen und Datenquelleninformationen enthält. Sie ist ein grundlegendes Konzept in SAS Viya für die Datenverwaltung im Speicher.
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.
La acción `addCaslibSubdir` se utiliza para crear un nuevo subdirectorio dentro de una caslib existente en el servidor CAS. Esto es particularmente útil para organizar los datos y otros artefactos dentro de una caslib, permitiendo una estructura de archivos más granular y gestionable. Es una operación a nivel de sistema de archivos realizada a través del servidor CAS, respetando los permisos y la configuración de la caslib principal.