Notation vrs or vr: When used in this documentation, the notation vrs or vr stands for the relevant version, release, and system maintenance level numbers. For further information on product versions, see version in the Glossary.
This document covers the following topics:
The following table describes the conventions used in syntax diagrams of Entire Net-Work statements.
The following rules apply when specifying Entire Net-Work parameter statements:
Each Entire Net-Work parameter statement occupies positions 1 - 72 of at least one line.
The statement type (NODE, LINK, or DRIVER) must be specified as the first nonblank item on the statement.
The node name, driver name, translation definition function, or link name follows the statement type, separated by at least one blank (space).
Keyword parameters may be specified following either the node name on NODE statements or the driver name on DRIVER and LINK statements. Keyword parameters are separated from their arguments by an equal (=) sign, and from other keyword parameters by at least one blank (space) or a comma (,).
When the acceptable values for a parameter are Y and N (yes and no), any other value is treated as an N, unless there is a documented default, and processing continues without any warning.
When the acceptable values for a parameter fall within a range (e.g., 1 - 2147483647) and a value outside the range is specified, the value is automatically reset to the maximum value within the range, unless documented otherwise for the parameter. Processing continues without any warning.
A statement can be continued beginning in any column of the next line by specifying a dash (-) as the last nonblank character in any column of the current line, before column 73.
Comment lines begin with an asterisk (*) in position 1 and can be inserted anywhere in the statement sequence.
Some keywords may require a list of subparameters separated by commas; the list must be enclosed in parentheses ( ) unless only the first subparameter is to be entered. Omitted ("defaulted") subparameters must be represented by placeholder commas if subsequent parameters are to be entered. The following are examples of correct subparameter strings:
KEYWORD=(value1,value2,value3) KEYWORD=(value1,,value3) KEYWORD=(,,value3) KEYWORD=(,value2) KEYWORD=value1
Hexadecimal keyword values can be entered by prefixing the value with an "X". For example:
LINK . . . ADJID=X0064, . . .