Start of change

Creating the component dataset

This is part of the larger task of creating a broker on z/OS.

Before you start

Before starting this step, you must have completed Information required to create a broker.

  1. Create the broker dataset in TSO identified by ++COMPONENTDATASET++. Copy all the following JCL to the broker dataset you have created so that you can customize the source.
    Note: This then forms the source for the broker.
  2. Copy the following JCL from <hlq>.SBIPSAMP to ++COMPONENTDATASET++.
    1. 1. BIPBPROF (broker profile). Sample BIPBPROF file lists the shipped BIPBPROF file.
    2. 2. BIPDSNAO (DB2 dsnaoini) Sample BIPDSNAO file lists the shipped BIPDSNAO file.
  3. Copy the following JCL from <hlq>.SBIPPROC to ++COMPONENTDATASET++.
    1. 1. BIPGEN (generate ENVFILE). Sample BIPGEN file lists the shipped BIPGEN file.
    2. 1. BIPCRDB (prime DB2). Sample BIPCRDB file lists the shipped BIPCRDB file.
    3. 2. BIPCRBK (create broker) Sample BIPCBRK file lists the shipped BIPCRBK file.
    4. 1. MQ01BRK (started task). Rename MQ01BRK to the same as the ++STARTEDTASKNAME++. Sample MQ01BRK file lists the shipped MQ01BRK file.
Related concepts
Broker
Broker domain
Related tasks
Creating a broker on z/OS
Information required to create a broker


End of change