I'm wondering what the best practice is for handling %Status values within the terminal.
1. set tSC=...
do $SYSTEM.Status.DisplayError(tSC)
2. set tSC=...
zwrite tSC
3. An alternative?
Is there a meaningful difference between the two? Should one be used over the other for any reason? Should something else be used?