CL Command Reference - RMVNODLE

CL Command List > RMVNODLE Reference

Description:

The Remove Node List Entry (RMVNODLE) command removes an entry from an existing node list object.



Examples:

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.