Search Results

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

What does the SUBSETSESSIONCOPIES parameter display?

Displays the number of backup copies of blocks for in-memory tables to create in subset sessions.

FAQ
Voir

What does the TIMEOUT parameter display?

Displays the session time-out.

FAQ
Voir

What does the TRANSFERSESSION parameter display?

Displays whether this session is included when transferring state to a new server.

FAQ
Voir

What is the 'nThreads' parameter?

Specifies the number of threads to use for each worker node in a CAS session. Default: 0. Range: 0–32767.

FAQ
Voir

saveState - promote=TRUE | FALSE

when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope. Default: FALSE

FAQ
Voir

What is the purpose of the builtins.history action?

The builtins.history action shows the actions that were run in the current session.

FAQ
Voir

Which languages can the action commands be returned in?

The 'syntax' parameter specifies the language in which to return the action commands invoked in a session. Allowed values are 'CASL', 'LUA', or 'ASLOGGED'. The default value is 'ASLOGGED'.

FAQ
Voir

promote

when set to True, adds the output table with a global scope. This enables other sessions to access the table, subject to access controls. The target caslib must also have a global scope. Default: FALSE

FAQ
Voir

timeStamp

specifies to add a timestamp column to the table. Support for timeStamp is action-specific. Specify the value in the form that is appropriate for your session locale.

FAQ
Voir

What is the 'installActionSet' action in the Builtins Action Set and what are its parameters?

The 'installActionSet' action loads an action set in new sessions automatically. The actions from the action set become available to the current session and every session that starts thereafter. Required Parameter: - `actionSet="string"`: Specifies the name of the action set to load. For example...