Hitachi

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


KNAX6027-W

The value specified in the {break|continue} command is greater than the number of nested loops (nested-loop-count). [filename="file-name" line=line-number]

The value specified in the argument of the break or continue command is greater than the number of nesting loops.

nested-loop-count

Number of nesting loops when control is to exit the looped processing (break command) or when the looped processing is to be canceled and control returned to the beginning (continue command)

file-name

Name of the job definition script file

line-number

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

(S)

Executes the break or continue command as many times as there are nesting loops, and then continues processing.

(O)

Check the argument specified in the break or continue command, and then correct the job definition script.