Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Configuration List Entry (CHGCFGLE) command changes one entry in the SNA pass-through configuration list. One entry consists of a group name, entry description, and upstream SNA pass-through device names. The user can add, remove, or change the SNA pass-through device names associated with each entry denoted by a group name.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
TYPE | Configuration list type | *SNAPASTHR | Required, Key, Positional 1 |
GRPNAME | SNA pass-through group name | Name, *SAME | Optional, Key, Positional 2 |
DEV | SNA pass-through device desc | Single values: *SAME Other values (up to 254 repetitions): Name |
Optional |
TEXT | Entry 'description' | Character value, *SAME, *BLANK | Optional |
SNAPASTHRE | SNA pass-through entry | Single values: *SAME Other values: Element list |
Optional |
Element 1: SNA pass-through group name | Communications name | ||
Element 2: SNA pass-through device desc |
Single values: *SAME Other values (up to 254 repetitions): Communications name |
||
Element 3: Entry 'description' | Character value, *SAME, *BLANK |
Top |
Specifies the type of configuration list entry being changed.
This is a required parameter.
Top |
Specifies the SNA pass-through group name of the configuration list entry being changed.
Top |
Specifies the names of the upstream SNA pass-through devices associated with the group name specified for the GRPNAME parameter.
Top |
Specifies text that briefly describes the SNA pass-through group.
Note: This parameter is valid only if TYPE(*SNAPASTHR) is specified.
Top |
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.
Top |
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.
Top |
*ESCAPE Messages
Top |