What CICS command do you need to obtain the user logon-id?
- ASSIGN command of CICS is used to obtain user login-id.
- Here the option used is OPEN ID.
-
Syntax:EXEC CICS ASSIGN
OPENID(PRASHANT)
END-EXEC
- Suppose I want to Logoff from a CICS Transaction just blank the screen, then type CSSF LOGOFF and Press Enter.