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.