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 | ||
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 from which the entry is removed.
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 remove from the node 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 removed from the node list.
The possible Name or Address value is:
The possible Address Type values are:
Top |
Specifies the SNA node name that is being removed from 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: Removing a System in the Local Network from a Node List
RMVNODLE NODL(MYLIB/NODL02) RMTLOCNAME(AS400A01 *SNA)
This command removes the entry for system AS400A01, which is in the local network, from the node list NODL02 in library MYLIB. The entry has an SNA address type.
Example 2: Removing a Host Name from a Node List
RMVNODLE NODL(MYLIB/NODL02) RMTLOCNAME(MYSYS.NET1.LOCAL *IP)
This command removes the entry for host name MYSYS.NET1.LOCAL from the node list NODL02 in library MYLIB. The entry has an address type of IP.
Example 3: Removing an Internet Address from a Node List
RMVNODLE NODL(MYLIB/NODL02) RMTLOCNAME('9.13.156.8' *IP)
This command removes the entry for internet address 9.13.156.8 from the node list NODL02 in library MYLIB. The entry has an address type of IP.
Top |
*ESCAPE Messages
Top |