AUSERINFO-SET
The AUSERINFO-SET function sets custom information for the current client or for another client running in the same Application Server depending on the threadID parameter. Each time this function is called on the same client, it stores new information overwriting the previous one.
Syntax:
 CALL "A$USERINFO" USING AUSERINFO-SET
                         clientData
                        [threadID]
Parameters:
AUSERINFO-SET
Constant
 
clientData
PIC X(n)
specifies the information to be stored.
threadID
PIC 9(n)
specifies the thread ID of the client. If omitted, then the current client is used.