CMEPLN — Extract_Partner_LU_Name


CMEPLN (conversation_ID, partner_LU_name, partner_LU_name_length,,return_code)
       [LOGGING log_byte]

Where

conversation_ID (character input) specifies the conversation identifier of the desired conversation.

partner_LU_name (character output) specifies the variable containing the name of the LU where the remote program is located.

partner_LU_name_length (numeric output) specifies the variable containing the length of the returned partner_LU_name parameter.

log_byte is a 1-byte string constant or a string expression that specifies a byte of user data to be associated with this CPI-C statement during logging. The log_byte remains active until another CPI-C statement is issued. Only the first character or first two hexadecimal digits of the string expression are used. The default log_byte is X'00'.

Function

 

A program uses the CMEPLN statement to simulate the CPI-C CMEPLN call, which is usedto extract the partner_LU_name and partner_LU_name_lengthcharacteristics' values for a given conversation. The values are returned in the partner_LU_name and partner_LU_name_lengthparameters.

For more information on CMEPLN and its parameters, refer to the Extract_Partner_LU_Name (CMEPLN) call description in the “Call Reference” chapter of Systems Application Architecture Common Programming Interface Communications Reference.