Delete Connection List (DLTCNNL)

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

The Delete Connection List (DLTCNNL) command deletes a connection list.

Top

Parameters

Keyword Description Choices Notes
CNNL Connection list Generic name, name Required, Positional 1
Top

Connection list (CNNL)

Specifies the name of the connection list.

This is a required parameter.

name
Specify the name of the connection list to be deleted.
generic-name
Specify the generic name of the connection list to be deleted. A generic name is a character string that contains one or more characters followed by an asterisk (*). If a generic name is specified for the this parameter, all connection lists that have names with the same prefix as the generic connection list name are deleted.
Top

Examples

Example 1: Deleting a Specified Connection List

DLTCNNL   CNNL(CHICAGO)

This command deletes the connection list named CHICAGO. Any entries in connection list CHICAGO are also deleted.

Example 2: Deleting Multiple Connection Lists

DLTCNNL   CNNL(CHI*)

This command deletes all connection lists whose name begins with CHI. All entries that were listed in the connection lists are also deleted.

Top

Error messages

*ESCAPE Messages

CPF2625
Not able to allocate object &1.
CPF2634
Not authorized to object &1.
CPF266C
Connection list &1 not found.
CPF267D
Connection list &1 not deleted.
CPF268F
Connection list &1 not deleted.
Top