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

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.
What is BMS Map?
What is BMS Map? - It stands for Basic Mapping Support System. Its objective is to free the Application Program.
41 JCL Interview Questions and Answers - Freshers, Experienced
JCL interview questions and answers for freshers and experienced, JCL interview FAQ - What is JCL?, How does JCL act on code(if you take a COBOL program)?, What are hierarchy levels in JCL?, How JCL work to handle various input output file operations?......
20 DB2 Interview Questions and Answers
DB2 interview questions and answers for freshers and experienced, DB2 interview FAQ- How to execute stored procedures?, What is SQLCA?, What is the max length of SQLCA?, What does SQLCABC has?.......
Post your comment