Hitachi

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


KNAX6562-E

A command group executed by another process for the function function-name ended abnormally because it received a signal. exit status=exit-status-code signal number=signal-number execution time=execution-time-in-seconds CPU time=CPU-time-in-seconds

The job definition script executed by the function indicated by function-name in another process, such as a command group, terminated with an error by signal reception.

function-name

Name of the function that executed the command. One of the following is displayed:

command substitution: Command substitution function

trap action: Action of the trap command

exit-status-code

Return code of the job definition script that executed in another process

signal-number

Signal number received by the job definition script that executed in another process

execution-time-in-seconds

Execution time of the job definition script executed in another process. This is a reference value obtained by using the OS's API.

CPU-time-in-seconds

CPU time of the job definition script executed in another process. This is a reference value obtained by using the OS's API.

(S)

Resumes processing. If the job definition script that was executed in another process and that terminated with an error is in a job step, the system performs the following processing:

  • If the job step's onError attribute is stop, the system executes the job step error block without executing the processing that follows the job step normal block.

  • If the job step's onError attribute is cont, the system executes the processing that follows the job step normal block.

(O)

Check the execution results of the job definition script that was executed in another process and that terminated with an error, and then eliminate the cause of the error.