Hitachi

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


KNAX6522-E

The command command-name (line=line-number) 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 command 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.

line-number

Number of lines in the job definition script on which the command is specified

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.