get_castable_data
Retrieve rows with column names from a CAS table by specifying server, caslib, and table name. Use parameters to set row limit and offset.
Instructions
Fetch rows from a CAS table with column names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum rows to return (default 100). | |
| start | No | Row offset (default 0). | |
| server_id | Yes | CAS server name or ID. | |
| table_name | Yes | Name of the table. | |
| caslib_name | Yes | Name of the caslib. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||