CHGCFGLE (Change Configuration List Entry)

CHGCFGLE Command syntax diagram

 

Purpose

The Change Configuration List Entry (CHGCFGLE) command changes one entry in the configuration list.

 

Required Parameters

TYPE
Specifies the type of configuration list entry being changed.

*SNAPASTHR: The SNA pass-through configuration list is used. One SNA pass-through entry can be specified to be changed in the configuration list.

 

Optional Parameters

GRPNAME
Specifies the SNA pass-through group name of the configuration list entry being changed.

*SAME: The value does not change.

group-name: Specify the name of the entry being changed. An entry is identified by a group name. The group name must already exist in the configuration list. The group name has upstream SNA pass-through device names associated with it.

DEV
Specifies the names of the upstream SNA pass-through devices associated with the group name specified for the GRPNAME parameter.

*SAME: The value does not change.

device-name: Specify the name of the device or devices to use for the pass-through session(s).

TEXT
Specifies the text that briefly describes the configuration list entry. More information is in Commonly used parameters.

Note: This parameter is valid only if *SNAPASTHR is specified for the TYPE parameter.

*SAME: The value does not change.

*BLANK: Text is not specified.

'entry-description': Specify a description of up to 50 characters for the entry being changed.

SNAPASTHRE
Specifies the SNA pass-through entry. This parameter can be specified if TYPE(*SNAPASTHR) is specified. However, because this parameter may be removed in a later release, whenever possible use GRPNAME, DEV, and TEXT parameters.

Example for CHGCFGLE

CHGCFGLE   TYPE(*SNAPASTHR)
  GRPNAME(CICSGROUP) DEV(HOSTDEV1  HOSTDEV2)
  TEXT('Chicago Host CICS group')

This command changes the device names currently associated with the SNA configuration group CICSGROUP to HOSTDEV1 and HOSTDEV2.

Error messages for CHGCFGLE

*ESCAPE Messages

CPF260F
Configuration list &1 not found.
CPF261C
Index for configuration list &1 not changed.
CPF2625
Not able to allocate object &1.
CPF2634
Not authorized to object &1.
CPF2663
Configuration list &1 previously deleted.
CPF9838
User profile storage limit exceeded.