How do you terminate an already issued DELAY command?

How do you terminate an already issued DELAY command?

- With the help of cancel command of CICS and given the required id i.e to be terminated.
- Syntax:
EXEC CICS CANCEL
REQID(PRASHANT)
END-EXEC
- Prashant is the termination program.

What is the CICS command which is used to access current date and time?

- ASKTIME is the CICS command that is used to access current date and time.
- After that Execution, the date and time values are moved to following field:
1. EIBDATE.
2. EIBTIME.
What CICS command do you need to obtain the user logon-id?
ASSIGN command of CICS is used to obtain user login-id.....
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?......
Post your comment