Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Notational conventions

Because of the frequency with which the server names are used, the following abbreviations are employed to make things simpler and more straightforward:

  • BS2000 servers for the servers with /390 architecture and the servers with x86 architecture. These servers are operated with the corresponding BS2000 operating system.

  • /390 servers for the Server Unit /390 of the FUJITSU Servers of the BS2000 SE Series and the Business Servers of the S Series

  • x86 servers for the Server Unit x86 of the FUJITSU Servers of the BS2000 SE Series and the Business Servers of the SQ Series (x86-64 architecture)

The string <ver> specifies the current version if the information is otherwise versionindependent.

The following notational conventions are used in this manual:




Syntax definitions

UPPERCASE

SQL keywords

underscored

Default values

bold

Used for emphasis in running text

italics

Variables in syntax definitions and running text

Fixed-space font

Program text in syntax definitions and examples

::=

Definition character
The specification to the right of ::= defines the syntax of
the element on the left.

[ ]

May be omitted. The brackets are metacharacters and
must not be entered in an SQL statement.

{ | | }

Alternative specifications in syntax definitions (on a single
line).
The braces are metacharacters and must not be entered
in an SQL statement.

{ |

|

}

Alternative specifications in syntax definitions (over
several lines). Each line contains one alternative.
The braces are metacharacters and must not be entered
in an SQL statement.

,...

In syntax definitions, a comma followed by three dots
means that you can repeat the preceding specification any
number of times, separating each specification with a
comma. If you do not repeat a specification, you must omit
the comma.

...

In syntax definitions, an ellipsis means that you can repeat
the preceding specification any number of times. In
examples, the ellipsis means that the rest of the statement
is of no significance to the example.
The ellipsis is a metacharacter and must not be entered in
an SQL statement.


Indicates notes that are of particular importance.


Indicates warnings.