Search Results

442 résultats trouvés Page 10 / 45
FAQ
Voir

What parameter does the actionstatus action require?

The actionstatus action requires the 'uuid' parameter, which is a string that specifies the unique identifier of the session to check.

FAQ
Voir

How can I check the action status of a different session?

You can get the action status of another session by providing its session UUID to the 'uuid' parameter in the actionstatus action call.

FAQ
Voir

What options are available for the `permission` parameter?

The `permission` parameter specifies the host access controls for the new subdirectory. Possible values are: GROUPREAD, GROUPWRITE, GROUPWRITEPUBLICREAD, PRIVATE, PUBLICREAD, PUBLICWRITE, or an integer value. The default is based on the umask of the session process. Its alias is `perms`.

FAQ
Voir

How can I create a temporary caslib that only exists for my current session?

To create a session-scoped caslib, set the 'session' parameter to TRUE. Tables loaded into this caslib will not be accessible from other sessions and the caslib will be dropped when the session ends.

FAQ
Voir

How can I make a newly added caslib the active one immediately?

The 'activeOnAdd' parameter is set to TRUE by default, which automatically makes the new caslib the active one for the current session. You can set it to FALSE if you do not want this behavior.

FAQ
Voir

What is the purpose of the addFmtLib action?

The addFmtLib action adds a format library to the CAS session. By default, it creates a format library named _FMTLIBn, where n starts at 1 and is incremented for each subsequent library.

FAQ
Voir

How does the 'promote' parameter affect the format library's scope?

If 'promote' is set to TRUE, the format library is promoted to a global scope, making it available across all sessions. The default is FALSE. Note that the CAS server can be configured to require administrative Superuser authority to promote a format library to global scope. If required, an admin...

FAQ
Voir

What are the options for the 'fmtSearch' parameter?

The 'fmtSearch' parameter specifies how the new format library is added to the session's format search order. The options are: 'APPEND' (adds it to the end of the search list, default), 'INSERT' (adds it to the beginning of the search list), 'REPLACE' (replaces the entire search list with this li...

FAQ
Voir

What is the purpose of the `addFormat` action in SAS Viya?

The `addFormat` action is used to add a user-defined format to a format library within a CAS session. This allows for custom formatting of data values in tables.

FAQ
Voir

Which action set does the `addNodeStatus` action belong to?

The `addNodeStatus` action is part of the Session Methods Action Set.