Hitachi

JP1 Version 12 JP1/Base User's Guide


Local action environment variable file

Organization of this page

Format

Environment variable name 1=variable-value-1

[Environment variable name 2=variable-value-2]

:

Parameters by type

Required parameters:

None

Custom parameters:

None

File name

Any file name that is no more than 255 bytes.

Storage destination directory

Any file name and directory. Specify both in the var option in the local action execution definition file.

Description

This file defines the environment variables used to execute the command specified by the local action function. By preparing multiple local action environment variable files, you can specify environment variables for each execution command. In Windows, if the local action environment variable file is not specified, you can use the system environment variables to execute a command.

Application of settings

The settings are referenced when the environment variables execute a command.

Definition details

Environment variable name

Specify an environment variable name. A linefeed character cannot be used in an environment variable name.

Variable value

Specify the value of the environment variable.

The name and value of an environment variable can be replaced by the name and value of the system environment. For example, by enclosing the name of a system environment variable with the symbols <- and ->, you can specify the environment variable name, just like you can enclose a variable name with percentage signs % in Windows or start one with a dollar sign $ in UNIX. However, you can only perform one replacement per line.