USERID

Read syntax diagramSkip visual syntax diagram
>>-USERID--(--)------------------------------------------------><

returns the CICS signon user ID if the user is signed onto CICS or the CICS region default user ID (if one was specified by the CICS systems programmer). User IDs are padded on the right with blanks so that the returned value is always eight bytes long.
Here is an example:
USERID()    ->    'ARTHUR' /* Maybe */

Reference Reference

Feedback


Timestamp icon Last updated: Tuesday, 7 January 2014


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic/com.ibm.cics.rexx.doc//dfhrx/userid.html