Setting up your OMVS user ID

This is part of the larger task of setting up your z/OS environment.

Set up your user ID so that the WebSphere Business Integration Message Broker commands can be found, and messages displayed. Currently, only US English messages are supported during customization.

Add the following environment variables to your .profile. In OMVS, issue:
oedit .profile
If the file is empty, add the following statements. If the file is not empty, review the existing statements and add the following statements after the existing statements.
export NLSPATH=/usr/lpp/wmqi/messages/En_US/%N:$NLSPATH
export PATH=.:/usr/lpp/wmqi/bin:$PATH
where/usr/lpp/wmqi/ is the installation path of the WebSphere Business Integration Message Broker libraries.

To execute your .profile, enter . .profile (note the . blank .). Alternatively, leave OMVS and reenter. Type set to check that your definitions have been accepted.

Related concepts
Broker
Broker domain

Related tasks
Customizing the z/OS environment