Start of change

Creating the component dataset

This is part of the larger task of creating a User Name Server on z/OS.

Before you start

Before starting this step, you must have completed Information required to create a User Name Server on z/OS.

  1. Create the User Name Server dataset in TSO identified by ++COMPONENTDATASET++. Copy all the following JCL to the User Name Server dataset you have created so that you can customize the source.
    Note: This then forms the source for the User Name Server.
  2. Copy the following JCL from <hlq>.SBIPSAMP to ++COMPONENTDATASET++.
    1. 1. BIPUPROF (User Name Server profile). Sample BIPUPROF file lists the shipped BIPUPROF 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. 2. BIPCRUN (create User Name Server) Sample BIPCRUN file lists the shipped BIPCRUN file.
    3. 1. MQ01UNS (started task). Rename MQ01UNS to the same as the ++STARTEDTASKNAME++. Sample MQ01UNS file lists the shipped MQ01UNS file.
Related concepts
User Name Server
Related tasks
Creating a User Name Server on z/OS
Information required to create a User Name Server on z/OS


End of change