Interview Questions

What are the two ways of breaking a CPU bound process to allow other task to gain access to CPU.

CICS Interview Questions


(Continued from previous question...)

What are the two ways of breaking a CPU bound process to allow other task to gain access to CPU.

EXEC CICS DELAY EXEC CICS DELAY
INTERVAL(hhmmss) TIME(hhmmss)
END-EXEC END-EXEC


POST and WAIT commands also achieve the same result.

(Continued on next question...)

Other Interview Questions