Managing common event adapter (CEA) REXX exec tracing

Use the MODIFY CEA,DIAG,REXXDEBUG= command to manage CEA REXX exec tracing. Use this command only when the IBM® support center directs you to issue the command to debug a problem.

For information on how to configure CEA see Configure CEA to work with z/OS® in the z/OS Planning for Installation.

F CEA,DIAG,REXXDEBUG={ON | OFF | nnnnnnnn}      
The parameters are:
REXXDEBUG={ON | OFF | nnnnnnnn}
Specifies CEA REXX exec tracing:
ON
Specifies that you want all CEA REXX execs to write trace entries to the debug file.
OFF
Specifies that all REXX exec tracing be turned off.
nnnnnnnn
Hex value supplied by the IBM Support Center that specifies which subset of CEA REXX execs should write trace entries to the debug file.

If you specify a zero here, no CEA REXX exec will write trace entries.

Example 1:

f cea,diag,rexxdebug=00000001

CEA0016I CEA REXX DEBUG TRACE IS ON 
         (DIAG="00000001")