Previous Topic: TIMER(min,max)Next Topic: UNIT(option)


TRACE(nnnn[,loc])

Controls the size of the CAIENF internal trace table. nnnn is a one to four digit number specifying the size of the trace table in 1024-byte segments. If loc is not specified, the trace table is allocated from storage within the private area of the CAIENF address space. If desired, certain global events can be traced by specifying loc as CSA, which places the trace table in CSA.

Note: The trace table is printed as part of the CAIENF DUMP command output.

Example

TRACE(786,CSA)