Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


3.6.5 Outputting job definition script operation information from different spools

The job definition script operation information that can be output by executing the adshevtout command typically is for the job located on the spool that was specified in the environment file when the adshevtout command was executed. To output the job definition script operation information for a job located on another spool, you must use the corresponding environment file.

An example is shown below. In this example, a different spool root directory is specified in each environment file.

Example:

Environment file envfile1: Specifies spool root directory spooldir1.

Environment file envfile2: Specifies spool root directory spooldir2.

Environment file envfile3: Specifies spool root directory spooldir3.

To output the job definition script operation information for a job in each of these spool root directories, execute the adshevtout command with the correct environment file specified as follows:

export ADSH_ENV=envfile1
adshevtout
 
export ADSH_ENV=envfile2
adshevtout
 
export ADSH_ENV=envfile3
adshevtout