The actionstatus action requires the 'uuid' parameter, which is a string that specifies the unique identifier of the session to check.
You can get the action status of another session by providing its session UUID to the 'uuid' parameter in the actionstatus action call.
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`.
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.
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.
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.
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...
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...
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.
The `addNodeStatus` action is part of the Session Methods Action Set.