Search Results

729 résultats trouvés Page 1 / 73
Action CAS
Voir

accessPersonalCaslibs

Provides administrative access to all personal caslibs (CASUSER and CASUSERHDFS). This action is typically used by administrators to perform tasks on behalf of users in their personal caslibs.

Action CAS
Voir

addCaslibSubdir

The `addCaslibSubdir` action creates a new subdirectory within the physical path of an existing caslib. This is particularly useful for organizing data sources and other files within a caslib's storage without needing direct file system access. The action allows specifying permissions for the new...

Action CAS
Voir

addCaslib

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 ...

Action CAS
Voir

addFmtLib

Adds a format library to the current CAS session. This allows user-defined formats to be used in analyses and data manipulation within CAS. Format libraries can be loaded from a caslib (as a SASHDAT file) or directly from a server path. This action is crucial for customizing data representation a...

Action CAS
Voir

addUserActionSetPath

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.

Action CAS
Voir

caslibInfo

The caslibInfo action displays information about one or more caslibs. It can show details for all caslibs, a specific caslib, or filter them by type (e.g., PATH, DNFS, S3). This is a fundamental action for managing data sources and understanding the available data libraries in a CAS session.

Action CAS
Voir

copyTable

The copyTable action allows for the duplication of an in-memory table to another table, potentially in a different caslib. This is useful for creating snapshots, backups, or different versions of a dataset for analysis without altering the original source. The action provides extensive options fo...

Action CAS
Voir

createBackup

The createBackup action is a crucial administrative tool within the accessControl action set. It allows a CAS administrator to create a backup of the access control lists (ACLs) for various CAS resources, such as caslibs, tables, and action sets. This backup can be saved to a specified path on th...

Action CAS
Voir

executeProgram

Executes arbitrary programs inside the SAS Embedded Process for Spark. This action enables the submission of plain text Scala programs or Scala programs stored in a local file for execution within the Spark environment defined by the specified caslib.

Action CAS
Voir

fileInfo

The fileInfo action lists the files in a caslib's data source. It provides detailed metadata about files, including permission, owner, group, size, and modification time. This action is essential for exploring available data files and can calculate row counts for supported file types. You can use...