Search Results

442 résultats trouvés Page 2 / 45
Action CAS
Voir

checkInAllObjects

Releases all objects that are checked out by the current client session. This action is particularly useful when a session does not have an active transaction and needs to release locks on metadata objects. It acts as a global check-in for the session.

Action CAS
Voir

checkOutObject

Reserves an object (and all of its children) for update by only the current client session. Prevents an object (and all of its parents) from being checked out exclusively by another session if checkOutType=Shared. This is part of a transactional model for managing access controls.

Action CAS
Voir

endSession

Ends the current session. This action terminates the connection to the CAS server, releasing all resources associated with the session.

Action CAS
Voir

eventingInfo

The eventingInfo action reports the status of data event generation for the current CAS session. It indicates whether data events—notifications generated when table data is modified—are enabled for global-scope tables and session-scope tables. This action is useful for auditing purposes and for v...

Action CAS
Voir

fetchresult

Fetch the specified saved result for a session.

Action CAS
Voir

flushresult

The flushresult action removes (flushes) a saved result from the current CAS session history. This action is primarily used to manage session memory by clearing specific results that were previously cached or saved using result IDs or tags.

Action CAS
Voir

fmtLibCntlOut

The fmtLibCntlOut action creates a SAS Cloud Analytic Services (CAS) table that contains the definitions of formats from a specified format library. This output table follows the structure of a standard SAS CNTLOUT data set, allowing users to back up formats, transfer them between sessions, or pr...

Action CAS
Voir

getSessOpt

Displays the value of a session option. This action is part of the Session Properties Action Set and is used to retrieve the current setting of various session-specific options.

Action CAS
Voir

history

The builtins.history action shows the actions that were run in the current session. This action provides a record of executed commands, which can be useful for debugging, auditing, or recreating workflows. You can specify the range of actions to report, the language for the returned commands, and...

Action CAS
Voir

installActionSet

Loads an action set in new sessions automatically.