Interview Questions

What are the commands used to gain exclusive control over a resource

CICS Interview Questions


(Continued from previous question...)

What are the commands used to gain exclusive control over a resource

What are the commands used to gain 
exclusive control over a resource 
(for Ex a Temporary storage queue.)?

EXEC CICS ENQ      EXEC CICS DEQ 
  RESOURCE(QID)    RESOURCE(QID)
END-EXEC           END-EXEC

(Continued on next question...)

Other Interview Questions