TRACE - Define Trace Level for Natural RPC Servers

This Natural profile parameter activates the Natural RPC trace facility and determines the trace level to be used.

Possible settings 0 Nothing is traced.
1 Only messages (inclusive Natural errors) are traced.
(1,E) Messages are traced, but only when an error occurs.
2 All messages and data from/to client are traced.
(2,E) Messages and data from/to client are traced, but only when an error occurs.
3 All messages and data to/from the client are traced with millisecond precision.
(3,E) All messages and data to/from the client are traced with millisecond precision, but only when an error occurs.
4 - 9 The values 4 - 9 are also accepted. These values are for future use and behave like TRACE=2.
Default setting 0  
Dynamic specification yes  
Specification within session no  

Notes:

  1. TRACE is specified on the server side only.
  2. For further information, see Using the Server Trace Facility p.p. in the Natural RPC (Remote Procedure Call) documentation.
  3. For information on Natural RPC, see the Natural RPC (Remote Procedure Call) documentation.