Interview Questions

Which of the following commands, when issued by 2 different programs running at the same time

CICS Interview Questions


(Continued from previous question...)

Which of the following commands, when issued by 2 different programs running at the same time

Q:
Which of the following commands, when issued by 2 different programs running at the same time, will prevent simultaneous use of resource "SINGLE"?
B) EXEC CICS PROTECT RESOURCE (SIGNLE) LENGTH(6) END_EXEC.
C) EXEC CICS HOLD RESOURCE (SIGNLE) LENGTH(6) END_EXEC.
D) EXEC CICS TASK SIGNLE (SIGNLE) LENGTH(6) END_EXEC.
E) EXEC CICS EXCLUSIVE RESOURCE (SIGNLE) LENGTH(6) END_EXEC.



AN:
E) EXEC CICS EXCLUSIVE RESOURCE (SIGNLE) LENGTH(6) END_EXEC.

(Continued on next question...)

Other Interview Questions