Interview Questions

How can you prevent more than one user from accessing the same Transient Data Queue ?

CICS Interview Questions


(Continued from previous question...)

How can you prevent more than one user from accessing the same Transient Data Queue ?

Q: In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time ?

AN: By issuing an EXEC CICS ENQ against the resource. When processing is completed, a DEQ should be executed.

(Continued on next question...)

Other Interview Questions