?> How can I specify the format library's location us... - Aide
QUESTION / RÉPONSE

How can I specify the format library's location using a direct file path?

0 consultations

Réponse

Use the 'path' parameter to provide the direct string path to a format library file. This path must be readable from the control node of the server. The 'path' parameter should not be used at the same time as the 'name' or 'caslib' parameters.
Action technique liée

Voir la documentation de addFmtLib

Voir l'Action

Voir aussi

addCaslib
table

Adds a new caslib to enable access to a data source. A caslib is an in-memory space to hold tables, access control lists, and data source information. Caslibs provide a way to organize in-memory tables and to manage access to data. All data is available to CAS through caslibs, and all operations in CAS that use tables are performed with caslibs.

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.

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.