Hitachi

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


KNAX6581-E

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

The function that was executed by the functionality indicated with functionality-name was terminated with an error.

function-name

The name of the function that is executed.

functionality-name

Name of the functionality that executed the function. One of the following is output:

  • Command substitution: Command substitution

  • Action of the trap command: Action of the trap command

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.