Creating the User Name Server queues

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

Before you start

To complete this task, you must have created a STEPLIB_NAME member, in either of the steps Creating the STEPLIB_NAME member for a broker or Creating the STEPLIB_NAME member for a User Name Server.

If your queue manager has security enabled, set up access to the queue manager and to the queues. The User Name Server started-task user ID needs to be able to connect to the queue manager and use the SYSTEM.BROKER.* queues. You can give the user ID explicit access to the queues or connect the user ID to a group that has the necessary authorities. For details, see Creating the broker queues. For example, for the queue manager MQP1, use the RACF command:
PERMIT MQP1.BATCH  CLASS(MQCONN) ID(userid) access(READ)

Ensure that the WebSphere MQ queue manager is running before you continue with this step.

Submit the following job from your broker PDSE to define the WebSphere MQ objects needed by the User Name Server. If you have problems, you can submit BIP#MQ01 to delete WebSphere MQ objects, but you must ensure that you have stopped the User Name Server before submitting BIP#MQ01.

WebSphere MQ job Description
BIP$MQ01 Creates the User Name Server queues

Related concepts
User Name Server

Related tasks
Creating a User Name Server on z/OS
Creating the STEPLIB_NAME member for a User Name Server
Copying the User Name Server started task procedure
Creating the STEPLIB_NAME member for a broker