list_compute_tables
Lists tables in a specified SAS library within a compute context, with optional filtering and pagination.
Instructions
List the tables in a SAS library within a compute context.
These are SAS/Compute tables (e.g. WORK or an assigned libref), distinct from in-memory CAS tables (see list_castables). Runs in the reusable per-user compute session for the context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compute_context_name | Yes | Name of the compute context (see list_compute_contexts). | |
| library_name | Yes | Name of the SAS library/libref (e.g. 'WORK', 'SASHELP'). | |
| limit | No | Maximum number of tables to return (default 50). | |
| start | No | Offset of the first table to return (default 0). | |
| filter_name | No | Optional name filter (substring match). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |