Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Change Communications Side Information (CHGCSI) command is used to change a side information object in a specific library.
Refer to the APPC Programming book, SC41-5443, for information on how the system uses the RMTLOCNAME, DEV, LCLLOCNAME, and RMTNETID parameters to select an APPC device description.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
CSI | Side information | Qualified object name | Required, Key, Positional 1 |
Qualifier 1: Side information | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
RMTLOCNAME | Remote location | Communications name, *SAME | Optional |
TNSPGM | Transaction program | Character value, *SAME | Optional |
TEXT | Text 'description' | Character value, *SAME, *BLANK | Optional |
DEV | Device | Communications name, *SAME, *LOC | Optional |
LCLLOCNAME | Local location | Communications name, *SAME, *LOC, *NETATR | Optional |
MODE | Mode | Communications name, *SAME, *NETATR | Optional |
RMTNETID | Remote network identifier | Communications name, *SAME, *LOC, *NETATR, *NONE | Optional |
Top |
Specifies the name of the side information object to be changed. An object name must be specified.
This is a required parameter.
The possible library values are:
Top |
Specifies the remote location name with which your program communicates. The Common Programming Interface (CPI)- Communications partner_LU_name, which consists of the remote network identifier and the remote location, determines the remote logical unit of the remote program.
The possible values are:
Top |
Specifies the name of the transaction program on the remote system to be started.
The possible values are:
Note: If the specified transaction program name contains characters that are not in the character set 00640, the hexadecimal representation of the transaction program name are displayed. For example, a transaction program name whose hexadecimal representation is 21F0F0F1 is displayed as X'21F0F0F1'.
More information on character sets is in the CPI Communications Reference, SC26-4399.
Top |
Specifies the text that briefly describes the object.
The possible values are:
Top |
Specifies the name of the device description used for the remote system.
The possible values are:
Top |
Specifies the local location name.
The possible values are:
Top |
Specifies the mode used to control the session. This name is the same as the Common Programming Interface (CPI)- Communications mode_name.
The possible values are:
Note: SNASVCMG and CPSVCMG are not allowed.
Top |
Specifies the remote network identifier used with the remote location. The Common Programming Interface (CPI)- Communications partner_LU_name, which consists of the remote network identifier and the remote location, determines the remote logical unit of the remote program.
The possible values are:
Top |
CHGCSI CSI(QGPL/SIDEOBJ) RMTNETID(*NETATR)
This command changes the remote network ID to *NETATR in the communications side information object SIDEOBJ in library QGPL.
Top |
*ESCAPE Messages
Top |