Customizing the User Name Server component data set

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 data set in TSO identified by ++COMPONENTDATASET++. Copy all the following JCL to the User Name Server data set 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++.
  3. Copy the following JCL from <hlq>.SBIPPROC to ++COMPONENTDATASET++.
    • BIPALMQ - job to alter WebSphere MQ table spaces and tables.
    • BIPCHUN - job to issue the mqsichangeusernameserver command.
    • BIPCRUN - create User Name Server.

      Sample BIPCRUN file lists the shipped BIPCRUN file.

    • BIPDLUN - job to issue the mqsideleteusernameserver command.
    • BIPEDIT - JCL customization. Rename BIPEDIT to a unique name that identifies it to the current component; for example, MQ01EDUN.
    • BIPFMLG - job to format the log.
    • BIPGEN - generate ENVFILE.

      Sample BIPGEN file lists the shipped BIPGEN file.

    • BIPLIST - job to issue the mqsilist command.
    • BIPRELG - job to read the logs.
    • BIPUNSP - started task. Rename BIPUNSP to the same as the ++STARTEDTASKNAME++.

      Sample BIPUNSP file lists the shipped BIPUNSP 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