Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Examples
The following examples show how to use different combinations of the parameters on the CAODTAB macro invocation.
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.
Information
Example
To specify that only intrapartition transient data messages will be eligible for processing by the BMC AMI Ops Automation Rule Processor:
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.
Information
Example
To specify that both intrapartition and extrapartition transient data messages will be eligible for processing by the BMC AMI Ops Automation Rule Processor:
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.
Information
Example
To specify that no transient data messages from any queue will be eligible for processing by the BMC AMI Ops Automation Rule Processor:
EXTRA=(NO),INTRA=(NO)
Information
Example
To specify that only intrapartition transient data messages will be eligible for processing by the BMC AMI Ops Automation 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.
Information
Example
To specify that only intrapartition transient data messages will be eligible for processing by the BMC AMI Ops Automation 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.