Supplied parameters

The application supplies the following parameters:

opcode
AP_DEACTIVATE_CONV_GROUP
lu_name
LU name of the local LU, as defined to CS/AIX. This is an 8-byte type-A EBCDIC string, padded on the right with spaces if the name is shorter than 8 bytes. To indicate that the LU is defined by its LU alias instead of its LU name, set this parameter to 8 binary zeros.
lu_alias
LU alias of the local LU, as defined to CS/AIX. This is an 8-byte ASCII string, using any locally displayable characters, padded on the right with spaces if the name is shorter than 8 bytes. It is used only if lu_name is set to zeros.

To indicate the LU associated with the CP (the default LU), set both lu_name and lu_alias to 8 binary zeros.

conv_group_id
Conversation group identifier for the session to be deactivated.
type
Type of deactivation. Possible values are:
AP_DEACT_CLEANUP
Deactivate the session immediately, without waiting for sessions to end.
AP_DEACT_NORMAL
Do not deactivate the session until all conversations using the session have ended.
sense_data
If type is set to AP_DEACT_CLEANUP, this parameter specifies the sense data to be used when deactivating the session. Otherwise this parameter is not used.