Remove Network Table Entry (RMVNETTBLE)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Remove Network Table Entry (RMVNETTBLE) command is used to remove a network entry from the network table. The network table is used to manage a list of your networks and their associated Internet addresses.

Restrictions:

Top

Parameters

Keyword Description Choices Notes
NETWORK Network Character value Required, Positional 1
INTNETADR Internet address Character value Required, Positional 2
Top

Network (NETWORK)

Specifies the name of the network entry to be removed.

Top

Internet address (INTNETADR)

Specifies the Internet address of the network to be removed. Internet addresses are expressed in the decimal form

nnn.nnn.nnn.nnn

where nnn is a number ranging from 0 through 255.

Top

Examples

RMVNETTBLE   NETWORK(NETONE)  INTNETADR(9.5.0.0)

This command removes the NETONE network entry with address 9.5.0.0 from the network table.

Top

Error messages

*ESCAPE Messages

TCP1901
Internet address &1 not valid.
TCP2649
Interface entry not found.
TCP2903
Network entry not found in table.
TCP8050
*IOSYSCFG authority required to use &1.
Top