Hitachi

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


9.2.4 List of script control statements

The table below lists the script control statements.

Table 9‒6: List of script control statements

Control statement

Overview

case

Performs one among several processing steps, depending on a match with a character string.

for

Repeats the same processing while incrementing a value.

if

Controls processing by executing branching based on the result of evaluating a condition.

until

Executes specified processing repeatedly until a specified condition becomes true.

while

Executes specified processing repeatedly as long as a specified condition is true.