# u0195 user exit

User exit u0195 saves an active list.
The address of the currently active lists, the pointer to the next
item to be accessed from the list, and the base/modulo of the file
are saved in a special workspace. Once the list has been saved, it
may be accessed via the u1195 user exit.

Warning: The workspace where the list information
is stored is *not* a stacked workspace. Therefore successive
calls to this user exit results in the loss of all previous lists.

## See also

- [PROC processor user exits](https://d3codex.com/proc/proc-processor-user-exits/)
- [save-list command](https://d3codex.com/tcl/save-list-command/)
- [u1195 user exit](https://d3codex.com/proc/u1195-user-exit/)

---
Source: https://d3codex.com/proc/u0195-user-exit/ - part of the D3Codex reference.
