reset_session
Clear accumulated SAS session state by deleting all WORK data sets while preserving librefs and the connection. Use to remove intermediate tables that cause confusion.
Instructions
Delete every data set in WORK to clear accumulated state. Librefs and the connection itself are preserved. Use when earlier intermediate tables are causing confusion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||