Command Reference Guide

Appendix BConguration Files
is not included, SNAplus2 uses the default value of MEDIUM. The optional parameters description and pool_name
are also not included.
[define_lu_0_to_3]
lu_name = LU$01
nau_address = 1
pu_name = PU2
lu_model = 3270_DISPLAY_MODEL_2
B.2.3 Subrecord Format
Some conguration records include data whose format can vary between instances of that record type. For example,
the [define_cos] record includes a variable number of node rows and TG rows. To handle this variability,
the variable data is specied in optional subrecords. This means that a record consists of a series of parameters
common to all instances of that record type, followed by subrecords containing the variable data.
A record that contains one or more subrecords is dened as follows:
[command_name]
parameter_name = value
.
.
parameter_name = value
{subrecord_name}
parameter_name = value
.
.
parameter_name = value
{subrecord_name}
parameter_name = value
.
.
parameter_name = value
The subrecord_name must be enclosed in braces. It is followed by a series of parameter entries associated with this
subrecord, each on a separate line.
All the parameters associated with the command_name (and not with a subrecord) must be listed after the
command_name and before the rst subrecord_name; all the parameters associated with a particular subrecord_name
must be listed after that subrecord_name and before the next subrecord_name, if any, or the next command_name.
However, the order of individual parameters within a subrecord is not important. For more information, see Section
1.1.2, Parameter Syntax Used for Administration Commands.
B.3 Changes Made to the Conguration Files by the Motif
Administration Program
When you use the Motif administration program to congure parameters, the Motif program updates the node and
domain conguration les. The entries in the conguration le may differ from what you entered on the Motif
screens in the following ways:
If you enter a name on a Motif screen using fewer characters (or fewer hexadecimal bytes) than allowed for that
name, SNAplus2 pads the name with blank characters (or expands the hexadecimal value) to make the length
equal to the maximum length allowed (or full hexadecimal width) for that name. For example, if you enter
Node1 for the node_name parameter (which allows 128 characters) when you are dening a node, SNAplus2
630