Hitachi

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


KNAX6542-E

A command group executed by another process (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

A job definition script that executed in another process, such as a command group, terminated with an error by signal.

line-number

Number of lines in the job definition script that contains the job definition script executed in another process

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.