For directories such as ++HOME++, ++COMPONENTDIRECTORY++, and ++INSTALL++ you must either create a directory, or mount a file system of this name, before using the directory.
mkdir -p /mqsi/brokers/MQP1BRK
To mount a new file system, follow the instructions given in the z/OS UNIX System Services Planning manual.
mkdir -p /mqsi/brokers/MQP1BRK
ALLOCATE DATASET(’MQSI.BROKER.MQP1BRK’) DSNTYPE(HFS) SPACE(5,5) DIR(1) CYL FREE DATASET(’MQSI.BROKER.MQP1BRK’) MOUNT FILESYSTEM(’MQSI.BROKER.MQP1BRK’) TYPE(HFS) MOUNTPOINT(’/mqsi/brokers/MQP1BRK’)Note that the preceding ALLOCATE command is an example; the dataset should be allocated the correct amount of storage as described in Disk space requirements on z/OS