Work with Connection Lists (WRKCNNL)

Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC)
Threadsafe: No
Parameters
Examples
Error messages

The Work with Connection Lists (WRKCNNL) command allows you to work with a connection list.

Top

Parameters

Keyword Description Choices Notes
CNNL Connection list Generic name, name, *ALL Optional, Positional 1
Top

Connection list (CNNL)

This is a required parameter.

Specifies the connection list to work with.

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

Examples

WRKCNNL   CNNL(CHI*)

This command displays the Work with Connection List panel to work with connection lists which have names that begin with 'CHI' and for which the user has authority.

Top

Error messages

*ESCAPE Messages

CPF2625
Not able to allocate object &1.
CPF2634
Not authorized to object &1.
CPF266C
Connection list &1 not found.
CPF266D
Program name &1 not found in system library.
CPF266E
Connection list &1 has been damaged.
Top