?> Qu'est-ce qu'une caslib ?... - Aide
QUESTION / RÉPONSE

Qu'est-ce qu'une caslib ?

0 consultations

Réponse

Une caslib est une bibliothèque qui fournit un moyen d'accéder à des sources de données, telles que des fichiers sur un serveur, des tables dans une base de données, ou des données dans le cloud. Elle agit comme un pointeur vers les données et gère les informations de connexion et les autorisations d'accès.
Action technique liée

Voir la documentation de addCaslib

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

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.

addUserActionSetPath
builtins

The addUserActionSetPath action adds a caslib to the user-defined action set search path. This allows the CAS server to find and load user-defined action sets from a specified caslib, making them available for execution in the current session.