This is part of the larger task of creating a broker on z/OS .
Before you start
Before starting this step, you must have completed Information required to create a broker and Creating the broker PDSE.
mkdir -p <ComponentDirectory>The name of the directory must be the same as the JCL variable ++COMPONENTDIRECTORY++.
ls -dl /var/wmqi/MQP1BRKUse the ls -l /var/wmqi/MQP1BRK command to display the permissions on the directory.
id <userid>Check that the directory has a valid group and that the group has rwx permissions. If they do not, issue the following command to set the group of the directory:
chgrp <group> <pathname>For example:
chgrp WMQI /var/wmqi/MQP1BRKYou have to be the owner of the group or have superuser authority to issue this command.
chmod g=rwx <pathname>For example:
chmod g=rwx /usr/wmqi/MQP1BRK
df -P /var/wmqi/MQP1BRK