Previous Topic: Command Examples: Deleting Trace CriteriaNext Topic: Display Example: DBOC TRACE,SETR=AND


Establishing Trace Criteria Relationship

You can specify that CA Datacom CICS Services produce a trace for each request which matches either one of the trace criteria or all of the trace criteria. You specify this by establishing a trace list relationship with the Boolean qualifier AND or OR.

Use the following transaction to establish a trace relationship:

►►─ DBOC ─ TRACE,SETR= ─┬─ OR ◄ ─┬────────────────────────────────────────────►◄
                        └─ AND ──┘
DBOC

(Required) Specify the transaction ID used with Operational commands to control system resources. Leave a space between the transaction ID and the command.

TRACE,

(Required) Specifies modification of the existing trace criteria.

SETR=

(Required) Indicates that the trace list relationship is set. AND specifies that CA Datacom CICS Services only produces a trace when a request meets all of the currently established trace criteria. OR specifies that CA Datacom CICS Services produces a trace if a request meets any one of the currently established trace criteria.

Valid Entries:

AND, OR

Default Value:

OR