?> ¿Qué sucede si especifico una ruta no válida al... - Aide
QUESTION / RÉPONSE

¿Qué sucede si especifico una ruta no válida al usar `addCaslib`?

0 consultations

Réponse

Una consideración importante es que la acción `addCaslib` no falla si se especifica una ruta no válida. La caslib se creará de todos modos, incluso con una ruta incorrecta.
Action technique liée

Voir la documentation de addCaslib

Voir l'Action

Voir aussi

addRegion
s3

The addRegion action allows for the addition or replacement of custom region definitions for the S3 (Simple Storage Service) environment within SAS Viya. This is particularly useful for connecting to S3-compatible storage that is not hosted on AWS or for defining custom endpoints. By specifying parameters such as the host, port, and SSL settings, administrators can configure how CAS interacts with various S3 storage providers.

addCaslibSubdir
table

Erstellt ein Unterverzeichnis in einer vorhandenen Caslib. Diese Aktion ist nützlich für die Organisation von Daten und Dateien innerhalb einer bestehenden Datenbibliothek direkt aus einer SAS-Sitzung heraus, ohne auf Betriebssystembefehle zurückgreifen zu müssen. Sie ermöglicht eine strukturierte Speicherung von temporären oder permanenten Dateien, die im Rahmen von Analyseprozessen generiert werden.

addTable
table

The addTable action is a fundamental mechanism for transferring data from a client-side process to the CAS server, creating an in-memory table. Unlike actions like loadTable which load data from server-side sources, addTable is specifically used by client libraries (SAS SWAT for Python, R, Lua) to upload data structures (e.g., Pandas DataFrames, R data frames) directly into a CAS table. It provides detailed control over the resulting table's properties, such as column types, lengths, labels, and memory layout.