USER_DATA

Required? No
Keyword Type String
Field Length 1–32
Multiples Allowed? No, only one for each CPIC_SIDE_INFO keyword

The USER_DATA parameter specifies the 1–32 character data string returned on the QUERY_CPIC_SIDE_INFO command.

The USER_DATA field can be used to store a LOCAL_LU_ALIAS name for use with this CPIC_SIDE_INFO definition. For example:
    USER_DATA= LLU_ALIAS=myalias

All CPI-C applications using this CPIC_SIDE_INFO definition will use the local LU designated by myalias when establishing the session. The local LU alias myalias must be configured in a Local LU 6.2 LU definition.

The USER_DATA string must contain the keyword LLU_ALIAS in all uppercase characters, followed by the equal sign, then the LU alias. There can be no spaces or tabs between LLU_ALIAS, the equal sign, or the LU alias. The LU alias does not have to be padded with spaces. This string may appear anywhere in the USER_DATA field (for example, it may be preceded by other strings), but the total length of the entire USER_DATA string may not exceed 32 characters.