list_compute_columns
List columns of a SAS table within a compute context by specifying compute context, library, and table name. Optionally filter columns by name and paginate results 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 |
|---|---|---|---|
| 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'). | |
| table_name | Yes | Name of the table within the library. | |
| limit | No | Maximum number of columns to return (default 50). | |
| start | No | Offset of the first column to return (default 0). | |
| filter_name | No | Optional name filter (substring match). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |