Start of change

Component information - broker

Collect the information explained in the Description column and complete the values you require for your particular system. A complete list of variables you can customize is given in z/OS JCL variables.
Description JCL variable Typical installation variable Your installation variable
The broker's user ID HFS home directory ++HOME++ /u/mq06brk  
Queue Manager associated with the broker. ++QUEUEMANAGER++ MQ06  
HFS directory where the broker is to exist. ++COMPONENTDIRECTORY++ /mqsi/V6R0M0/brokers/MQ01BRK  
Broker name ++COMPONENTNAME++ MQ06BRK  
The dataset where all JCL relevant to the broker is saved. ++COMPONENTDATASET++ TESTDEV.A.V6.MQ06BRK  
Profile name ++COMPONENTPROFILE++ BIPBPROF, BIPUPROF, or BIPCPROF BIPBPROF
Name of the Started Task JCL; can be a maximum of 8 characters. ++STARTEDTASKNAME++ MQ06BRK  
The name of the broker DB2 database. ++DB2DATABASE++ DMQ06BRK  
The name of the broker DB2 storage group. ++DB2STORAGEGROUP++ MQ06STOR  
The name of the broker DB2 bufferpool. ++DB2BUFFERPOOL++ BP0  
mqsicreatebroker options ++OPTIONS++ Not needed, remove from the command in JCL  
Related tasks
Creating a broker on z/OS
Information required to create a broker


End of change