This command is used to return the current trace setting being used by NetRexx.
trace
None
The current trace setting being used by NetRexx.
/* Main program */ say trace
When we run the above program we will get the following result.
Off