reset_compute_session
Discard the cached compute session for a compute context. The next SAS code execution creates a fresh session, clearing persistent state like WORK tables and macro variables.
Instructions
Reset (delete) the cached compute session for a compute context.
The server keeps one reusable SAS compute session per user and compute
context so repeat calls skip the slow session spin-up; SAS state (WORK
tables, macro variables, assigned librefs) therefore persists across
execute_sas_code and list_compute_* calls. Call this to discard
that state — the next compute tool call transparently creates a fresh
session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compute_context_name | No | Compute context whose session to reset. Defaults to the server's configured execution context (the one ``execute_sas_code`` uses). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||