Hitachi

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


#-adsh_rc_ignore command (defines commands to always terminate normally)

Organization of this page

Format

#-adsh_rc_ignore command-name[,command-name ...]

Description

This command specifies commands that are always to terminate normally, regardless of the return code. The return code set by such a command will not be used to evaluate the success or failure of the job step. A maximum of 1,023 #-adsh_rc_ignore commands can be used to define commands that are to always terminate normally.

Note that if a specified command receives a signal and terminates, its termination will still be an error termination, regardless of this specification. For details about the definition method, see 5.8.4(2) Defining commands that always terminate normally.

During execution of a job definition script, this command becomes applicable at the location where it is specified. If this command is specified outside of a job step, its definitions are applicable throughout the entire job definition script. If this command is specified within a job step, its definitions are applicable within that job step only, beginning at the point where it is specified through termination of the job step, during which period definitions specified outside the job step are disabled (however, before the point where it is specified within the job step, the definitions specified outside the job step are in effect).

Arguments

command-name [,command-name ...]

Specifies the commands that are to be defined to always terminate normally.

You can specify a maximum of 255 command names delimited by the comma (,).

  • command-name

    Windows: ~<path name>((1 to 247 bytes))

    UNIX: ~<path name>((1 to 256 bytes))

    Specifies a command's base name.

Return codes

Return code

Meaning

0

Normal termination

1

Error termination

Notes

Usage example