UPDATE TRACETABLE command output

The UPDATE TRACETABLE command output consists of message BPE0032I, which indicates that the command has completed.

An example of the UPDATE TRACETABLE command output message is:

   BPE0032I UPDATE TRACETABLE COMMAND COMPLETED

Example: UPDATE TRACETABLE command LEVEL(HIGH)

Update the level of the IMS Database Recovery Facility BPE dispatcher trace table (DISP) to HIGH.

Example command:

F DRF1,UPDATE TRACETABLE NAME(DISP) LEVEL(HIGH) 

Example output:

BPE0032I UPDATE TRACETABLE COMMAND COMPLETED

Example: UPDATE TRACETABLE command LEVEL(MEDIUM)

Update the level of all the IMS Database Recovery Facility trace tables to MEDIUM.

Important: You cannot change the level for the trace table type ERR - even when using a wildcard character to select all tables with a given owner, as in the following command example. The IMS Database Recovery Facility BPE forces the level to HIGH to ensure that error diagnostics are captured.

Example command:

F DRF1,UPD TRTAB NAME(*) OWNER(DRF) LEVEL(MEDIUM) 

Example output:

BPE0032I UPDATE TRACETABLE COMMAND COMPLETED