Hitachi

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


CMDRC_THRESHOLD_USE_PRESET parameter (defines a threshold for the return code of a UNIX-compatible command)

Organization of this page

Format

#-adsh_conf CMDRC_THRESHOLD_USE_PRESET {ENABLE|DISABLE}

Description

This parameter defines a return code threshold for assuming normal termination of all the UNIX-compatible commands listed below. You can specify only 0 or 1 for the value.

You must use the CMDRC_THRESHOLD_DEFINE parameter to define a different threshold for a specific command.

Command names defined in this parameter are registered with an extension in Windows. For example, the cmp command is registered by the OS as follows:

If you intend to use the CMDRC_THRESHOLD_DEFINE parameter to change a threshold, you must define the command name with an extension.

Operands

ENABLE

Specifies 1 as the return code threshold. As a result, commands that terminate with a return code of 1 are also considered to have terminated normally.

A threshold of 1 is also set for commands with the same name as the targeted UNIX-compatible commands.

DISABLE

Specifies 0 as the return code threshold.

Notes

Example