Specifying an IDIJLIB DD statement

An optional IDIJLIB DD statement can be included in the IDIS subsystem JCL for Java as follows:

//IDIJLIB  DD   PATH='path'

The IDIJLIB JCL statement specifies a target directory for HFS executables. The IDIS subsystem writes a small number of program files to this directory as part of its execution, thus the IDIS subsystem must have authority to read, write, and execute files in the specified directory. Additionally, diagnostic information might also be written to this path. The path name is case sensitive and the path must exist. An example of a possible specification is PATH='/u/user-id/idij', where user-id is the user ID under which the IDIS subsystem is running.

If IDIJLIB is not provided, then the default path for the IDIS subsystem user ID is used. In this case, if the IDIS subsystem user ID does not have a valid default path, message IDI0155W is issued.

For each image in a sysplex, Fault Analyzer creates a subdirectory of the IDIJLIB path, using the &SYSCLONE name. This naming ensures that each image writes to a separate directory.