?> How do I change the format and label of a specific... - Aide
QUESTION / RÉPONSE

How do I change the format and label of a specific column?

1 consultations

Réponse

To change a column's properties, use the `columns` parameter. Provide a list containing a dictionary where you specify the column's `name`, and then set the new `format` and `label` values.
Action technique liée

Voir la documentation de alterTable

Voir l'Action

Voir aussi

addCaslib
table

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.

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.

addCaslibSubdir
table

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.