ESUSRTRC

Allows you to write entries to the system trace table.

Syntax:

CALL "ESUSRTRC" using by reference entry-length
                      by reference entry-data

Parameters:

entry-length
Picture: pic 9(4) comp.
entry-data
Picture: pic x(n).
Maximum length: 256.

On Entry:

entry-length
Specifies the length of the trace data.
entry-data
The data to be written to the system trace table.

On Exit:

return-code
0 Success
12 User trace flag not set
16 entry-length exceeds maximum

Comments:

The trace entries are only created if the CICS, User trace flag is set. You can set this flag persistently in the region's System Initialization Table (SIT), or ephemerally through the Enterprise Server Monitor and Control (ESMAC) Control page.