Step 6: Creating the working directory

After you have created the working datasets for your environment, you must create the working directory, which is used to store internal data such as logs. If you are using a file system for your persistence layer, the deployed artifacts are also stored in the working directory.

Before you begin

Ensure that you have specified the location of the working directory using the ++HBRWORKPATH++ JCL variable in the ++HBRHLQ++.SHBRPARM(HBRINST) data set member.

About this task

Create the working directory, which is used to store internal data such as logs. If you are using a file system for your persistence layer, the deployed artifacts are also stored in the working directory.
Note: You need only do this step once because all servers in the server group share a single working directory.

Procedure

  1. Submit the following job:

    ++HBRWORKDS++.SHBRJCL(HBRCRTI)

    where ++HBRWORKDS++ represents the high-level qualifier assigned to the working datasets that you created in the previous step.

  2. Check the output from HBRCRTI to ensure that the job ran successfully.