?> What is the 'recLen' parameter and is it required?... - Aide
QUESTION / RÉPONSE

What is the 'recLen' parameter and is it required?

1 consultations

Réponse

Yes, 'recLen' is a required parameter. It specifies the length, in bytes, for a single row of the table being added.
Action technique liée

Voir la documentation de addTable

Voir l'Action

Voir aussi

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.

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.

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.