?> What is the 'caslib' parameter used for?... - Aide
QUESTION / RÉPONSE

What is the 'caslib' parameter used for?

3 consultations

Réponse

The 'caslib' parameter specifies the target caslib where the table will be created or appended on the server.
Action technique liée

Voir la documentation de addTable

Voir l'Action

Voir aussi

attribute
table

The `attribute` action manages extended attributes for in-memory tables in CAS. Extended attributes are user-defined metadata, stored as key-value pairs, that can be associated with a table or specific columns within a table. This action allows for adding, updating, dropping, and exporting these attributes, providing a flexible way to enrich data with additional context or information without altering the data itself.

alterTable
table

L'action `alterTable` dans SAS Viya est un outil puissant pour la gestion des tables en mémoire. Elle permet de modifier les métadonnées d'une table CAS sans avoir à la recréer. Vous pouvez l'utiliser pour renommer la table elle-même, ajouter ou modifier son libellé, réorganiser, renommer, formater ou supprimer des colonnes, et même changer le type de certaines colonnes. C'est une action essentielle pour nettoyer et préparer les données directement sur le serveur CAS, optimisant ainsi les performances en évitant des transferts de données inutiles.

alterTable
table

The alterTable action allows for modifying the metadata and properties of an in-memory CAS table. This includes renaming the table, changing its label, modifying column properties such as names, labels, and formats, as well as dropping columns or reordering them. It is a versatile tool for managing table structures directly on the CAS server without needing to recreate tables.