Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
NODL | Node list | Qualified object name | Required, Positional 1 |
Qualifier 1: Node list | Name | ||
Qualifier 2: Library | Name, *CURLIB, *LIBL | ||
RMTLOCNAME | Remote location | Element list | Optional |
Element 1: Name or address | Character value | ||
Element 2: Type | *SNA, *IP | ||
TEXT | Text 'description' | Character value, *BLANK | Optional |
CPNAME | SNA node name | Single values: *RMTLOC Other values: Element list |
Optional |
Element 1: Network identifier | Communications name, *NETATR | ||
Element 2: Control point | Communications name |
Top |
Specifies the qualified name of the node list object to which the entry is added.
The node list name can be qualified by one of the following library values:
The possible values are:
Top |
Specifies the name and address type of the system to add to the list object. The name can be an SNA network ID and control point name, an internet protocol host name, or an internet address.
An SNA node name is specified using the format nnnnnnnn.cccccccc, where nnnnnnnn is the network ID and cccccccc is the control point name. If only the control point name is specified, the local network ID (LCLNETID) network attribute is used as the value of the network identifier (ID) of the system being added to the node list. If the LCLNETID network attribute is changed, the new value does not affect the existing entries.
A host name must follow these conventions:
The internet address is specified in the form nnn.nnn.nnn.nnn, where nnn is a decimal number ranging from 0 through 255. An internet address is not valid if it has a value of all binary ones or all binary zeros for the network identifier (ID) portion or the host ID portion of the address. If the internet address is entered from a command line, the address must be enclosed in apostrophes.
The possible Name or Address value is:
The possible Address Type values are:
Top |
Specifies text that briefly describes the node list entry.
The possible values are:
Top |
Specifies the SNA node name that is being added to the node list object. This system is specified as two elements: the network ID and the control point name.
Notes:
The possible values are:
The possible Network ID values are:
The possible Control Point Name value is:
Note: This field is left blank when *RMTLOC is specified as the network ID.
Top |
Example 1: Adding a System in the Local Network to a Node List
ADDNODLE NODL(MYLIB/NODL02) RMTLOCNAME(AS400A01 *SNA) TEXT('THE FIRST ISERIES 400 SERVER IN MY NETWORK')
This command adds an entry for system AS400A01, which is in the local network, to the node list NODL02 in library MYLIB. The entry has an address type of SNA. The text description for the entry is 'THE FIRST ISERIES 400 SERVER IN MY NETWORK'.
Example 2: Adding a Host Name to a Node List
ADDNODLE NODL(MYLIB/NODL02) RMTLOCNAME(MYSYS.NET1.LOCAL *IP) TEXT('SYSTEM AT HEADQUARTERS')
This command adds an entry for host name MYSYS.NET1.LOCAL to the node list NODL02 in library MYLIB. The entry has an address type of IP. The text description for the entry is 'SYSTEM AT HEADQUARTERS'.
Example 3: Adding an Internet Address to a Node List
ADDNODLE NODL(MYLIB/NODL02) RMTLOCNAME('9.13.156.8' *IP) TEXT('MINNEAPOLIS OFFICE')
This command adds an entry for internet address 9.13.156.8 to the node list NODL02 in library MYLIB. The entry has an address type of IP. The text description for the entry is 'MINNEAPOLIS OFFICE'.
Top |
*ESCAPE Messages
Top |