?> À quoi sert l'action `addTable` ?... - Aide
QUESTION / RÉPONSE

À quoi sert l'action `addTable` ?

0 consultations

Réponse

L'action `addTable` est utilisée pour ajouter une table en l'envoyant du client vers le serveur CAS.
Action technique liée

Voir la documentation de addTable

Voir l'Action

Voir aussi

addCaslibSubdir
table

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.

append
table

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.

addCaslib
table

La acción `addCaslib` es fundamental en SAS Viya, ya que permite definir una nueva biblioteca de Cloud Analytic Services (caslib). Una caslib es un puntero a una fuente de datos, que puede ser un directorio en un sistema de archivos, una base de datos, o un almacenamiento en la nube como S3 o ADLS. Una vez definida, la caslib actúa como un puente para que el servidor CAS pueda acceder, cargar, guardar y procesar datos desde esa fuente. Esta acción es esencialmente el primer paso para hacer que los datos externos sean accesibles para el análisis en memoria en CAS.