promote_table_to_memory
Loads a source table from a caslib into CAS memory and promotes it to global scope for cross-session visibility. If already loaded globally, it does nothing.
Instructions
Load a source table into CAS memory at global scope (visible to all sessions).
Loads the table from its caslib data source and promotes it to global
scope via the casManagement updateTableState API. Idempotent: if the
table is already loaded in global scope it is left untouched. Use
list_source_tables to discover unloaded tables that can be promoted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | CAS server name or ID. | |
| table_name | Yes | Table to load and promote. | |
| caslib_name | Yes | Caslib containing the table. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||