Hitachi

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


KNAX6008-E

The variable "variable-name" is read-only. [filename="file-name" line=line-number]

An attempt was made to assign a value to a read-only variable.

variable-name

Specified variable name

file-name

Name of the job definition script file

line-number

Line number in the job definition script file where the error occurred

(S)

Sets the command's return code and continues processing when any of the following commands has resulted in the error:

  • Extended shell command

  • Regular built-in command

  • typeset command

    If your specification was attempting to assign a value to a variable that is defined as an array without specifying an element number while the attribute of that variable has been set to read-only by the typeset command, the assignment processing that resulted in this error is not performed. However, in the case of an assignment expression, the system sets return code 0 and continues processing.

Otherwise, terminates processing.

(O)

Check the attribute or name of the variable that resulted in the error, and then correct the job definition script.