Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 17 Processing Asynchronously in Batch Mode : Scheduling a Batch Queue in TIBCO Object Service Broker for z/OS

Scheduling a Batch Queue in TIBCO Object Service Broker for z/OS
How to Schedule to a Batch Queue
In the TIBCO Object Service Broker for z/OS, you can use the TO clause in the SCHEDULE statement to schedule and send a rule to a queue that you specify. The definition of the queue determines when the batch job is submitted. You can specify rules settings and output settings for a queued rule by using the TIBCO Object Service Broker tools $BATCHOPT or BATCH before the SCHEDULE statement.
Example of Scheduling to a Queue
The following is an example of using the TO clause in the SCHEDULE statement:

 
RULE EDITOR ===> SCROLL: P
SCHED_RPT01(MONTH);
_
_ -------------------------------------------------------------------------
_ ------------------------------------------------------------+------------
_ SCHEDULE TO 'MONTH_END' MONTHLY_REPORT(MONTH); | 1
_ -------------------------------------------------------------------------

 
In this example, when you execute the SCHED_RPT01 rule, TIBCO Object Service Broker sends the MONTHLY_REPORT rule with the argument MONTH to the MONTH_END queue.
Features Available with the BATCH Tool
If you schedule a rule to a queue, these features are available to you through the BATCH tool:
See Also
TIBCO Object Service Broker for z/OS Installing and Operating about defining queues, and TIBCO Object Service Broker Shareable Tools about the tools.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved