Hitachi

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


KNAX6580-E

The function "function-name" (line=line-number) ended with an error. (exit status=exit-status-code, execution time=execution-time-in-seconds, CPU time=CPU-time-in-seconds)

Function was terminated with an error.

function-name

The name of the function that is executed.

line-number

Line number of the job definition script in which the function is coded

exit-status-code

Return code of function

execution-time-in-seconds

Execution time of function. This is the reference value that was obtained by using API of OS.

CPU-time-in-seconds

CPU time of the function. This is the reference value that was obtained by using API of OS.

(S)

Continues processing. Behavior of the function that became an error within the job step is as follows:

  • The subsequent process of the job step normal block is not executed if stop is configured for onError attribute of the job step. In this case, the job step error block is executed.

  • The subsequent process of the job step normal block is executed if cont is configured for onError attribute of the job step.

(O)

Check the result of the function and then eliminate the cause of the error.