# u61a2 user exit

User exit u61a2 toggles a system-level
flag that controls visible output to the users terminal. When terminal
output is suppressed, this is equivalent to the ph PROC command. The reverse of this operation would be the u3193 user exit that sets terminal output on regardless
of its current setting.

## Example(s)

```
pq
u61a2
hsselect md
ston
hsave-list mx<
ston
p
u61a2
```

## See also

- [ignore-signals command](https://d3codex.com/tcl/ignore-signals-command/)
- [messages file](https://d3codex.com/systemfiles/messages-file/)
- [p command (TCL commands)](https://d3codex.com/tcl/p-command-tcl-commands/)
- [PROC processor user exits](https://d3codex.com/proc/proc-processor-user-exits/)
- [u61bc user exit](https://d3codex.com/proc/u61bc-user-exit/)

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