Hitachi

JP1 Version 11 JP1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide 


7.3.11 CMDSUB_PROCESS parameter (defines the execution process of command substitution) [only for Windows]

Syntax

#-adsh_conf CMDSUB_PROCESS {CURRENT | OTHER}

Description

This command defines the execution process of command substitution.

Although the content of the variable is updated with command substitution, specify OTHER when reusing the contents from before execution of command substitution after finishing command substitution.

An example of when OTHER is specified is as follows.(Assume that CBL_SYSUT is the variable for the common interface of CBLUAPx.)

Operands

CURRENT

When specifying the following command for command substitution, command substitution is executed with the current process.

  • Standard shell commands

  • Substitution expression

  • Script control statement

  • Extended shell command

  • Reserved script command

  • Function

In cases other than above, the command operates with a different process. In addition, a temporary file is used for exchanging data.

OTHER

This command operates the command substitution with a different process.

Notes