Remove Service Table Entry (RMVSRVTBLE)

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

The Remove Service Table Entry (RMVSRVTBLE) command is used to remove a service entry from the service table. The service table is used to manage the mapping of network services to ports. You must know the service entry name, the port, and the protocol to remove the entry.

Restrictions:

Top

Parameters

Keyword Description Choices Notes
SERVICE Service Character value Required, Positional 1
PORT Port 1-65535 Required, Positional 2
PROTOCOL Protocol Character value Required, Positional 3
Top

Service (SERVICE)

Specifies the name of the service entry to be removed.

Top

Port (PORT)

Specifies the port number assigned to the service to be removed.

Top

Protocol (PROTOCOL)

Specifies the name of the protocol used by the service to be removed.

Top

Examples

RMVSRVTBLE   SERVICE(FTP)  PORT(21)  PROTOCOL(TCP)

This command removes an FTP service entry from the network service table. The service being removed is assigned to port 21 and runs the TCP protocol.

Top

Error messages

*ESCAPE Messages

TCP2901
Service entry not found in table.
TCP8050
*IOSYSCFG authority required to use &1.
Top