Remove Remote Definition (RMVRMTDFN)

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

The Remove Remote Definition (RMVRMTDFN) command is used to remove the definition of attributes for a remote system.

Restriction: The user must have *ALLOBJ authority.

Top

Parameters

Keyword Description Choices Notes
SYSTEM System name Element list Required, Positional 1
Element 1: System name Character value, *ANY, *ALL
Element 2: System group Character value
Top

System name (SYSTEM)

Specifies the system name and system group of the remote system being removed.

The possible values are:

*ANY
Removes the default definition for a remote system not covered by the other entries.
*ALL
Removes the definitions for all remote systems.

The possible System Name value is:

system-name
Specify the name of the remote system being removed.

The possible System Group value is:

system-group
Specify the group name of the remote system being removed. The group name is blank if this value is not specified.
Top

Examples

Example 1: Removing a Specific Remote Definition

RMVRMTDFN   SYSTEM(RCHAS1)

This command removes the definition from remote system RCHAS1. This system now uses the values for the *ANY remote definition or the defaults.

Example 2: Removing all Remote Definitions

RMVRMTDFN   SYSTEM(*ALL)

This command removes all remote system definitions. All systems now use the default values.

Top

Error messages

*ESCAPE Messages

CPF6DCA
SYSTEM parameter cannot be local system.
CPF6DCC
Remote definition for system &1 &2 not found.
CPF9899
Error occurred during processing of command.
Top