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


Chapter 14 Managing Batch Processing : Defining Additional Batch Servers

Defining Additional Batch Servers
Step 1: Copy the JCL for an Existing Server
Refer to the JCL in Starting the Batch Server.
Step 2: Modify Input Parameters in the Startup Parameter Member
The input parameters referenced in the //BPARM statement come from a member specified by $BATSRI$. This variable is replaced with XBATCHL1. Modify the start-up parameter member (for example, create XBATCHL2, XBATCHL3, and so on). The input parameters in the member should appear as shown below:

 
USERID=OSB_USERID
TDS=$HURSRV$
QUEUE=QUEUE_NAME
MDL=$MDLAPPL$

 
The parameter statements must be coded in the form PARM=VALUE with no spaces on either side of the equal sign (=).
Parameter Settings
Set the parameter values as follows:
 
Specifies the pattern used to select the Execution Environment communications identifier for a batch server to use for communications.
The name of the TIBCO Object Service Broker user ID used by this server to log in to the Data Object Broker. For example, you can use the name BATSRV1 and use BATSRV2, BATSRV3, and so on for subsequent servers.
Return Codes
The batch server can issue the following return codes:

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