Hitachi

JP1 Version 13 JP1/Automatic Job Management System 3 for Cloud Service Applications


Command description format

The following describes the command description format, including how to specify commands and the command syntax symbols.

Organization of this page

How to specify commands

The commands are specified using the following format:

[Figure]

Here, (1) is called an option, and (2) is called an argument.

The following describes the rules for specifying arguments:

Symbols used for command syntax explanations

The following table lists the conventions used in command syntax explanations:

Table 8‒1: Symbols used for command syntax explanations

Symbol

Convention and example

|

Only one of the options separated by a vertical bar can be used at one time.

Example:

A|B|C

A, B, or C

{ }

One of the items enclosed in braces and separated by a vertical bar must be specified.

Example:

{A|B|C}

Specify A, B, or C.

[ ]

The item or items enclosed in brackets are optional.

When multiple items are listed, choose one or omit all.

Example:

[A]

Specify A or nothing.

[B|C]

Specify B, C, or nothing.

...

The item or items preceding the ellipsis (...) can be repeated.

Example:

A, B, ...

After A, specify B as many times as necessary.

_

(underline)

The underlined characters are the system default when you omit all the items enclosed in brackets. If there is no default, only the specified item will take effect.

Example:

[A|B]

A is assumed if you do not specify either item.