Hitachi

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


7.2.2 export parameter

Organization of this subsection

(1) Defining the export parameter

You can define export parameters in both the system environment file and the job environment file. For details about these files, see 2.6.1 Specifying the environment files.

If export parameters are specified in both the system environment file and the job environment file, they are handled as follows:

Example:
System environment file
export A=s1
export B=s2
export A=s3
Job environment file
export C=j1
export B=j2
Order of execution
export A=s1
export B=s2
export A=s3
export C=j1
export B=j2

(2) List of export parameter

The following describes the export parameter definition conditions. Specification of this parameter is optional. Only the job controller uses this parameter.

Parameter name

Definition

Maximum number of times parameter can be specified

export

Defines an environment variable that is to take effect when the job controller that uses the environment file is started.

No limit