Hitachi

Job Management Partner 1 Version 10 Job Management Partner 1/Advanced Shell Description, User's Guide, Reference, and Operator's Guide


6.1.5 Whether execution can be stopped at the elements of a job definition script

The table below shows whether execution can be stopped at each element of a job definition script. For the elements listed below at which execution can be stopped, you use a breakpoint or sequential execution to stop execution.

Table 6‒3: Whether execution can be stopped at each element of a job definition script

Element of a job definition script

Description

Whether stoppable

for statement

Indicates a for statement.

Y

case statement

Indicates a case statement.

Y

if statement

Indicates an if statement.

Y

while statement

Indicates a while statement.

Y

until statement

Indicates an until statement.

Y

elif statement

Indicates an elif statement.

Y

else statement

Indicates an else statement.

N

case pattern statement

Indicates a pattern statement specified in a case statement. This does not apply to the internal processing of the pattern statement.

N

Termination of a conditional statement

Indicates the termination of a conditional statement, such as then for the if and elif statements or do for the for, while, and until statements.

N

Termination of a block

Indicates the termination of a block, such as done for the for, while, and until statements, esac for the case statement, or fi for the if statement.

N

Start of function definition

Indicates the start of a function definition.

N

End of function definition

Indicates the end of a function definition.

N

Start of function execution

Indicates that a function begins.

Y

End of function execution

Indicates that a function ends.

N

Extended script command

Indicates an extended script command beginning with #-adsh.

Y

Standard shell command

Indicates a command provided by the shell.

Y

Extended shell command

Indicates an extended shell command.

Y

External command

Indicates an executable external command.

Y

Assignment and arithmetic operations

Indicates an assignment or arithmetic operation.

Y

End of job definition script (EOF)

Indicates the end of the main job definition script.

Y

Comment and space

Indicates a comment or space.

N

Legend:

Y: Execution can be stopped.

N: Execution cannot be stopped.

Notes: