Hitachi

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


KNAX6582-E

Execution of the function (function-name, line number = number-of-lines) was interrupted.

Execution of a function was interrupted due to the following causes:

  • The job controller received a signal while the function was being executed and the job controller terminated with an error.

  • The job controller terminated with an error when the job controller immediately terminates the process with TerminateProcess while the function was being executed.

  • The job controller received a control signal while the function was being executed and the job controller terminated with an error.

  • An error occurred in a special built-in command in a function, or an error occurred in the function that does not allow the job controller to continue processing. This does not include errors of the typeset command, or errors of the return command executed in the function or in an external script.

  • The job definition script was terminated by the kill command of the CUI debugger while the function was being executed.

  • Debug was terminated by the quit command of the CUI debugger while the function was being executed.

  • Debug was paused by the GUI debugger while the function was being executed.

function-name

The name of the function that is executed.

number-of-lines

Number of lines of the job definition script in which the function is described.

(S)

Interrupt processing.

(O)

If execution of a function is interrupted due to an error, remove the failure and re-execute the command.