?>
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.
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.