EXEC CICS ASSIGN
USERID(WS-USER)
END-EXEC.
Can someone please confirm that the ‘ASSIGN USERID’ verb works when running in a remote region? As I recall, there is a command that will obtain User ID that is not reliable when operating SYSPLEX/MRO CICS. In other words, if the transaction is shipped to a different region (due to load balancing), the command doesn’t work. Iam not really sure if this is the command that would fail. Will it fail and if yes, that what command would serve the same purpose?
USERID(WS-USER)
END-EXEC.
Can someone please confirm that the ‘ASSIGN USERID’ verb works when running in a remote region? As I recall, there is a command that will obtain User ID that is not reliable when operating SYSPLEX/MRO CICS. In other words, if the transaction is shipped to a different region (due to load balancing), the command doesn’t work. Iam not really sure if this is the command that would fail. Will it fail and if yes, that what command would serve the same purpose?