Hitachi

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


7.3.8 CMDRC_CMDGRP_CHECK parameter (determines an error of job and job step according to the return code of the function)

Syntax

#-adsh_conf CMDRC_CMDGRP_CHECK  {FUNCTION|NONE}

Description

This parameter defines whether an error of job and job step is determined according to the return code of the function.

Operands

FUNCTION

An error of job and job step is determined according to the return code of the function and an error of job and job step is not determined according to the return code of the command in the function. You can change the threshold of the return code of the function by using the CMDRC_THRESHOLD_DEFINE parameter, the #-adsh_rc_ignore command, the adshcmdrc command, and the -successRC attribute of #-adsh_step_start command.

NONE

An error of the job and job step to which the function is defined is determined according to the return code of the command in the function. Determining error of job and job step according to the return code of the function is not executed.

Notes