Hitachi

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


KNAX6552-E

The command command-name 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

A command executed by the function indicated by function-name terminated with an error by signal.

command-name

Name of the command that executed. If the command name exceeds the maximum path length permitted by the OS, it is truncated at the maximum length.

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

Command's return code

signal-number

Signal number received by the command

execution-time-in-seconds

Command execution time. This is a reference value obtained by using the OS's API.

CPU-time-in-seconds

Command's CPU time. This is a reference value obtained by using the OS's API.

(S)

Resumes processing. If the command 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 command's execution results, and then eliminate the cause of the error.