This is part of the larger task of creating a broker on z/OS.
Before you start
ls -l /usr/lpp/wmqiThis command displays lines like the following example:
drwxr-xr-- 2 A8LIGH2 MQM 8192 Aug 20 16:22 libIn this example, MQM is the group associated with the file or directory structure. Those who will be using the files, for example the WebSphere Event Broker administrators, and the started task user IDs, should be in the group of the files. Use the id userid command to display the groups a user ID is in. If a user ID is not in the group, you can:
chgrp -R WMQI /usr/lpp/wmqi
You might need super user authority to issue this command.