The following examples show how to use different combinations of the parameters on the CAODTAB macro invocation.
Example
To specify that only extrapartition transient data messages will be eligible for processing by the Rule Processor:
EXTRA=(YES,INCLUDE),INTRA=(NO),QUEUES=(QUE1,QUE2,QUE3)
The CICS transient data name table will be an inclusion table for extrapartition transient data messages from queues named QUE1, QUE2, and QUE3.
If no queue names are specified (for example, if QUEUES=( ) or if the queues parameter is not used), all extrapartition transient data messages are included.
Example
To specify that only intrapartition transient data messages will be eligible for processing by the Rule Processor:
EXTRA=(NO),INTRA=(YES,INCLUDE),QUEUES=(QUE4,QUE5,QUE6)
The CICS transient data name table will be an inclusion table for intrapartition transient data messages from queues named QUE4, QUE5, and QUE6.
If no queue names are specified (for example, if QUEUES=( ) or if the queues parameter is not used), all intrapartition transient data messages are included.
Example
To specify that both intrapartition and extrapartition transient data messages will be eligible for processing by the Rule Processor:
EXTRA=(YES,INCLUDE),INTRA=(YES,INCLUDE),QUEUES=(QUE7,QUE8)
The CICS transient data name table will be an inclusion table for both extrapartition and intrapartition transient data messages for queues named QUE7 and QUE8.
If no queue names are specified (for example, if QUEUES=( ) or if the queues parameter is not used), all extrapartition and intrapartition transient data messages are included.
Example
To specify that no transient data messages from any queue will be eligible for processing by the Rule Processor:
Example
To specify that only intrapartition transient data messages will be eligible for processing by the Rule Processor:
EXTRA=(NO),INTRA=(YES,INCLUDE)
The CICS transient data name table will be an inclusion table for all intrapartition transient data messages from all queues.
Example
To specify that only intrapartition transient data messages will be eligible for processing by the Rule Processor:
EXTRA=(NO),INTRA=(YES,EXCLUDE)
The CICS transient data name table will be an exclusion table for intrapartition transient data messages. In this example, since the QUEUES parameter is not used, no intrapartition queues are explicitly excluded. Thus, all intrapartition queues are included.