Hitachi

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


KNAX6584-I

A job stopped because a command that terminates execution of the script was executed.

The batch job was stopped because the command for stopping execution of a job definition script was executed. No more job steps or job definition scripts will be executed. Even job steps whose run attribute is abnormal or always will not be executed.

Note that the specification in the #-adsh_rc_ignore command and the successRC attribute in the #-adsh_step_start command do not take effect on the executed command.

This message is displayed in the following cases:

  • The job definition script was terminated immediately by execution of the exit command.

  • The job definition script was terminated immediately by execution of the return command outside the function or the external script.

  • The script was terminated by execution of the exec command with an executable command specified in its argument.

  • An error occurred in a special built-in command, or a non-recoverable error occurred in job controller processing (this does not include errors that occur in the typeset command or errors that occur in the return command executed in a function or external script).

(S)

Stops the batch job.

(O)

If the batch job was stopped due to an error, correct the error, and then re-execute the batch job.