list_compute_columns
List columns of a SAS table in a specified library within a compute context. Supports filtering by name, pagination with limit and offset.
Instructions
List the columns of a table in a SAS library within a compute context.
Runs in the reusable per-user compute session for the context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of columns to return (default 50). | |
| start | No | Offset of the first column to return (default 0). | |
| table_name | Yes | Name of the table within the library. | |
| filter_name | No | Optional name filter (substring match). | |
| library_name | Yes | Name of the SAS library/libref (e.g. 'WORK', 'SASHELP'). | |
| compute_context_name | Yes | Name of the compute context (see list_compute_contexts). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |