Multiple choice technology mainframe

What CICS command do you need to obtain the user logon-id?

  1. (a) EXEC CICS ASSIGN with the OPERID option

  2. (b) EXEC CICS ASSIGN with the USERID option

  3. (c) EXEC CICS ASSIGN with the GRPID option

  4. (d) Both (a) and (b)

  5. (e) None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

To obtain the user logon-id in CICS, use 'EXEC CICS ASSIGN with the OPERID option'. This retrieves the operator identifier for the current user. The USERID option would retrieve a different identifier, and GRPID is for group ID, making option A the correct choice.